Windows 7
Error when Executing a PowerShell Script for the First Time
When you are executing a PowerShell script for the first time you may encounter the following error: .... cannot be loaded…
How to Fix WinRm Firewall Exception Rule When Enabling PS Remoting
When you are enabling PowerShell remoting using the command Enable-PSRemoting, you may get the following error because your system is…
How to Prevent Users from Shutting Down the Domain Joined Client Computers
Domain users are by default allowed to shutdown, restart, or put the domain-joined client computers to sleep. However, you can…
How to Check Who Logged into your Windows Computer
Sometimes, you may be required to check who has logged into your computer while you were away. You can do…
How to Prompt a User for Input using PowerShell
You can use the read-host command-let to get an input from a user during program execution. PowerShell Input Example Here is…
How to Read a Text File Using PowerShell
You can read a text file and display its content using get-content cmdlet in PowerShell. Read textfile example Execute the…
How to Generate Random Numbers Using PowerShell
When you have to generate random passwords for users, you can execute the get-random command let on PowerShell to create it.…
How to Keep Installed Drivers After Running SYSPREP
Sometime it is necessary to keep installed drivers on windows even after running sysprep. You can do so by following…
How to Change Windows 10 to Look Like Windows 7
Windows 10 proved to be a good operating system, but some users still miss the Windows 7 look and feel.…
How to Install VMware Workstation 9.0 on Windows
VMware is a virtualization software which allows you to install multiple operating systems on top of your existing operating system…