Hide a Windows 11 Update

$session = New-Object -ComObject Microsoft.Update.Session $searcher = $session.CreateUpdateSearcher() Write-Host “Searching for optional driver updates…” $result = $searcher.Search(“IsInstalled=0 and Type=’Driver’ and...

Screensaver Group Policy

User Configuration →Administrative Templates →Control Panel →Personalization Policy Set to Purpose Enable screen saver Enabled Forces screensaver ON Screen saver timeout Enabled → Set seconds (e.g. 600 = 10 mins) Locks after inactivity Password protect the screen...

Upgrade Windows Server Evaluation To Full Edition

Launch a PowerShell as an Administrator Type dism /online /get-currentedition and press ENTER Type dism /online /get-targeteditions and press ENTER Type dism /online /set-edition:serverstandard /productkey:<KEY-KEY-KEY-KEY-KEY> /accepteula and press...