Add a Windows setup note for disabling the garbage secure time seed feature

This commit is contained in:
Michael Campagnaro 2023-08-23 13:34:18 -04:00
parent f0f2a0f38d
commit 851dc77481

View File

@ -1,6 +1,8 @@
# Windows Setup
* Make a system restore point after a fresh install.
* Disable Microsoft's piece of shit Secure Time Seed (STS) because it can result in insane system clock times that wreck havoc.
* Open regedit and go to `KEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config`
* Set `UtilizeSslTimeDat` to 0 and reboot.
* Disable Windows Platform Binary Table
* This is a system Windows made for hardware vendors to inject firmware to the OS drive, running it at boot time.
@ -11,6 +13,8 @@
built this for them. There's no way to stop this from happening other than to disable the platform entirely.
* Run `disable-windows-platform-binary-table.reg` and reboot.
**Make a system restore point before proceeding.**
* Change PC name
* Open settings -> System -> About -> Rename this PC
* Reboot