Category – PowerShell and Command prompt Tips and Tricks

Articles

cmd get serial number
this command will get the serial number of the device you are on.
CMD change your windows 11 key
slmgr.vbs -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX Windows 11 deactivate key slmgr /upk
reset all bluetooth processes powershell
Get-Service -DisplayName Bluetooth | Restart-Service -force
Sync the time of a device with cmd
this command syncs the clock with the current Time server on the device (requires admin) if the above doesnt work you can usually change the time server to the nist one using this command.