by Yahwho | Jul 26, 2026 | Windows
$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...
by Yahwho | Nov 27, 2025 | Windows
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...
by Yahwho | Feb 24, 2025 | Windows
slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
by Yahwho | Oct 7, 2024 | Windows
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...
by Yahwho | Jun 26, 2023 | Security
openfiles /local on shutdown -r -t 00 openfiles |clip netstat -ano
by Yahwho | Jan 14, 2021 | Windows
In order to add and remove items from Windows 10 Start menu (like adding shortcuts to scripts) open a run box and head over to the following directory. %ProgramData%\Microsoft\Windows\Start Menu\Programs\