Category: Windows
Useful Powershell commands for Windows
To Restart a remote PC Restart-Computer -ComputerName name -Force
Install Windows Updates on Windows 10 PC through Powershell
These three commands are needed to install Windows updates through Powershell, This is a quick method compared to going through the graphical interface. > Install-Module PSWindowsUpdate > Get-WindowsUpdate > Install-WindowsUpdate
Useful Windows Commands
net stop spooler net start spooler appwiz.cpl eventvwr devmgmt.msc to open device manager…