mirror of
https://github.com/TommyTran732/Windows-Setup.git
synced 2024-11-22 16:11:45 -05:00
Compare commits
2 Commits
b731725df2
...
0669d32ded
Author | SHA1 | Date | |
---|---|---|---|
0669d32ded | |||
2e71800b57 |
@ -1,10 +1,8 @@
|
|||||||
# Microsoft account bypass
|
# Local account
|
||||||
|
|
||||||
Follow this guide:
|
Choose use for school or work -> Join a local domain
|
||||||
|
|
||||||
https://ghacks.net/2023/01/26/how-to-bypass-the-microsoft-account-requirement-during-windows-setup/
|
You don't actually need to have active directory set up. It will just let you create a local administrator account.
|
||||||
|
|
||||||
The easy method is to use no@thankyou.com and any password as the user.
|
|
||||||
|
|
||||||
# Local account security questions bypass
|
# Local account security questions bypass
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Device Installer`
|
`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Device Installer`
|
||||||
|
|
||||||
DisableCoInstallers -> REG_DWORD -> 1
|
DisableCoInstallers -> REG_DWORD -> Hexadecimal -> 1
|
||||||
|
|
||||||
https://www.bleepingcomputer.com/news/microsoft/how-to-block-windows-plug-and-play-auto-installing-insecure-apps/
|
https://www.bleepingcomputer.com/news/microsoft/how-to-block-windows-plug-and-play-auto-installing-insecure-apps/
|
||||||
|
|
||||||
@ -12,6 +12,14 @@ https://www.bleepingcomputer.com/news/microsoft/how-to-block-windows-plug-and-pl
|
|||||||
|
|
||||||
`HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot`
|
`HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot`
|
||||||
|
|
||||||
AvailableUpdates -> REG_DWORD -> 30
|
AvailableUpdates -> REG_DWORD -> Hexadecimal -> 30
|
||||||
|
|
||||||
https://support.microsoft.com/en-us/topic/kb5025885-how-to-manage-the-windows-boot-manager-revocations-for-secure-boot-changes-associated-with-cve-2023-24932-41a975df-beb2-40c1-99a3-b3ff139f832d
|
https://support.microsoft.com/en-us/topic/kb5025885-how-to-manage-the-windows-boot-manager-revocations-for-secure-boot-changes-associated-with-cve-2023-24932-41a975df-beb2-40c1-99a3-b3ff139f832d
|
||||||
|
|
||||||
|
## EEA
|
||||||
|
|
||||||
|
`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\DeviceRegion`
|
||||||
|
|
||||||
|
DeviceRegion -> REG_DWORD -> Hexadecimal -> 0000005e
|
||||||
|
|
||||||
|
**NOTE: Changing the region this way does not seem to work regardless of whether I use Create, Update, or Replace. You might need to change the registry by hand or use sysprep. Very annoying.**
|
Loading…
Reference in New Issue
Block a user