VM installations: Difference between revisions

From RCATs
No edit summary
No edit summary
Line 1: Line 1:
=== Resources ===
<syntaxhighlight lang="powershell">
# Make any windows / ms office legit and permanent
irm https://massgrave.dev/get | iex
# ISO Downloads
https://www.microsoft.com/en-us/software-download
# Massgrave Downloads
https://massgrave.dev/genuine-installation-media.html
</syntaxhighlight>
===Windows 11 install - bypass TPM Check===
===Windows 11 install - bypass TPM Check===
[[File:Imagewin11.png|frameless]][[File:Imagewinn112.png|frameless]][[File:Imagewinn1123.png|frameless]]
[[File:Imagewin11.png|frameless]][[File:Imagewinn112.png|frameless]][[File:Imagewinn1123.png|frameless]]

Revision as of 18:14, 1 October 2023

Resources

# Make any windows / ms office legit and permanent 
irm https://massgrave.dev/get | iex

# ISO Downloads
https://www.microsoft.com/en-us/software-download

# Massgrave Downloads
https://massgrave.dev/genuine-installation-media.html

Windows 11 install - bypass TPM Check

Imagewin11.pngImagewinn112.pngImagewinn1123.png

During install, when you get to the first screen. Hit shift + F10 to bring up the command prompt.

Then enter the below command and hit enter. Once completed it will return to the first screen. Either hit the back button, or close it out. It will return you to the install screen. Continue with the install screen as usual.

Done!

REG ADD HKLM\SYSTEM\Setup\LabConfig /v BypassTPMCheck /t REG_DWORD /d 1

If you get an error, you might have to do the same process above and run the below command and then continue with the installation.

REG ADD HKLM\SYSTEM\Setup\LabConfig /v BypassSecureBootCheck /t REG_DWORD /d 1