PowerShell

Uninstall Universal Apps from your User Account in Windows 10 using PowerShell
Previously we have seen how to completely uninstall Pre-Installed Windows Store apps from Windows 8 or later. The procedure mentioned in that article ...
How to check Windows Update History using PowerShell
Windows systems are routinely updated with the latest patches to improve the performance of a system. Microsoft releases the service and patches as pa...
10 basic PowerShell commands that every Windows 10 user should know
Windows PowerShell is powerful and can do almost everything that a person wants on his computer. But the only problem is that it is a command line too...
Remove built-in Windows 10 apps for all users using PowerShell Script
Since Windows 10 started rolling out, it came with pre-installed apps. Some of these apps are essential for consumers, while some apps are installed f...
How to see PowerShell Command History on Windows 10
Windows PowerShell has a built-in History feature that remembers all the commands you executed when using it. While it should remember the History of ...
Create Windows Shutdown, Restart, Logoff, Switch User, Hibernation Tiles using PowerShell Scripts
In this post, we will see how to use PowerShell Scripts to create & add Shutdown, Restart, Logoff, Switch User, Hibernation Tiles to Windows 10/8 Star...
How to install unsigned .Appx app package using PowerShell in Windows 10
Malicious programs are constantly finding new ways to harm or damage devices. Seeing these things, it would always reasonable to get apps in the Appx ...
How to verify Windows 10 ISO file hash using PowerShell
If you want to check and verify the Windows 10 ISO file hash using PowerShell, you should follow this tutorial. A simple PowerShell command can show t...
List of all the new features in PowerShell 7
The next major version of PowerShell is out, and it brings in some significant changes. The Seventh version includes features like parallel execution,...