PowerShell script cannot be loaded because the execution of scripts is disabled on this system? By default, Windows restricts running PowerShell scripts, as a security mechanism. To verify the PowerShell execution policy on your computer, you can use the Get-ExecutionPolicy cmdlet. If the execution policy is displayed as Restricted, you can change it to other […]
How to Disable PowerShell with Software Restriction Policies GPO
September 18, 2018 by No comments »Is there a way to block PowerShell from running through group policy? Windows PowerShell comes pre-installed in Windows 10 and it’s a command-line shell designed especially for programmers and IT professionals. If you’re a standard Windows user, you may want to get rid of it. In this tutorial we’ll show you how to disable PowerShell […]
Show Encrypted or Compressed NTFS files in Color on Windows 10
September 16, 2018 by No comments »By default, Windows displays all folders and files names in black letters. To help you identify an EFS or compressed folder or file, you can turn on “Show encrypted or compressed NTFS files in color” for your account in Windows 10. EFS encrypted files will show its name in green, while compressed NTFS files will […]
Different Ways to Open Programs and Features in Windows 10
September 13, 2018 by No comments »If you want to get installed programs list or uninstall an application, you have to access the Programs and Features panel. In this tutorial we’ll show you different ways to quickly open Programs and Features in Windows 10. Method 1: Open Programs and Features from Control Panel Launch the Control Panel and set the display […]
Quick Ways to Open Game Controllers Settings in Windows 10
September 13, 2018 by No comments »If you want to install a game controller or calibrate your joystick, you have to access the Game Controllers Settings. In this tutorial we’ll show you different ways to open Game Controllers Settings in Windows 10. Method 1: Open Game Controllers Settings via Run Command press the Windows key and R to bring up the […]
How to View Installed Certificates in Windows 10 / 8 / 7
September 12, 2018 by No comments »How can I get a list of installed certificates on Windows? Is there a way to check if my certificate has the private key attached? In this tutorial we’ll show you easy ways to view all certificates installed on your Windows 10 / 8 / 7 computer, so you can check the certificate status, export, […]
Configure File Explorer to Automatically Open Previous Folder at Logon
September 11, 2018 by No comments »In this tutorial we’ll show you how to configure Windows 10 to remember your currently opened folder windows, and automatically restore them at the next logon. This feature lets you quickly get back to the previous files you’re working after logging off or restart the computer. Method 1: Configure Windows 10 to Restore Previous Folder […]
How to Restore “Close All Tabs” Warning in Microsoft Edge
September 9, 2018 by No comments »How to get back closing all tabs warning in Microsoft Edge? To avoid accidentally closing multiple tabs at once, Microsoft Edge will show a warning prompt “Do you want to close all tabs” when you try to close the browser. If you’ve checked the “Always close all tabs” option, Edge will no longer show you […]
How to Show “Run as different user” on Windows 10 Start Menu
September 6, 2018 by No comments »How can I run an application (such as SQL Server Management Studio) as a different user? Run as different user is a hidden feature in the depth of Windows. Previously we’ve covered 3 ways to run program as different user. Here we’ll show you a simple way to add “Run as different user” command to […]