Windows 10
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 Enable or Disable Notifications for Apps in Windows 10
You can enable or disable notifications for specific apps to appear in your action center. This article will help you to:…
How to Force Users to Change their Password Periodically Using Group Policy on Windows 10
In this Window's 10 tutorial, I will show you how to force users to change their password regularly after specific…
Four Tips to Free Up Hard Drive Space in Windows 10
When you are running out of hard drive space on Windows, then these four tips will help you to clen…
Resetting all Local Group Policy Settings Using Local Group Policy Editor
Do you want to reset all group policies from your Windows 10 computer to the default settings that you have…
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 Stop Windows 10 Auto Updates
Updates are automatically installed on Windows 10, this guide will help you regain control and decide when to install which…
How to Empty the Recycle Bin Automatically Using Task Scheduler on Windows 10
When you delete files and folders from your computer, they are not permanently removed from your hard drive. They still…