Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

disable windows 11 tpm secureboot cpu ram storage check

REG ADD "HKLMSYSTEMSetupLabConfig" /v "BypassTPMCheck" /t REG_DWORD /d 1 /f
REG ADD "HKLMSYSTEMSetupLabConfig" /v "BypassSecureBootCheck" /t REG_DWORD /d 1 /f
REG ADD "HKLMSYSTEMSetupLabConfig" /v "BypassRAMCheck" /t REG_DWORD /d 1 /f
REG ADD "HKLMSYSTEMSetupLabConfig" /v "BypassStorageCheck" /t REG_DWORD /d 1 /f
REG ADD "HKLMSYSTEMSetupLabConfig" /v "BypassCPUCheck" /t REG_DWORD /d 1 /f
Comment

PREVIOUS NEXT
Code Example
Shell :: How to remove files and directories quickly via terminal (bash shell) 
Shell :: grep on result of curl 
Shell :: heading in github readme 
Shell :: how make unbuntu use llvm-13 
Shell :: linux short prompt 
Shell :: sudo nano/etc/apt/sources.list 
Shell :: exec format error heroku dockerfile M1 chip 
Shell :: push the branch with the correct name, and reset the upstream branch 
Shell :: linux enable numlock on boot up 
Shell :: Command to create a hardlink 
Shell :: z3- solver phon ubunu 
Shell :: composer command to install vendor in magento 2 
Shell :: guardar vi 
Shell :: tiger vnc faster 
Shell :: add folder on terminal 
Shell :: golang .profile 
Shell :: odoo web/static 404 
Shell :: intellij in ununtu 
Shell :: anndroid syudio git token 
Shell :: hide npm fund 
Shell :: restore gpg key 
Shell :: test(abc,def); = test(test1,test2); 
Shell :: eslint ignore pattern multiple patterns 
Shell :: aws cli delete multiple buckets 
Shell :: how to copy paste windows paths to wsl 
Shell :: output file contents linux 
Shell :: grub rescue commands linux 
Shell :: powershell rename group 
Shell :: git push exisiting rep 
Shell :: how to know the no of machines running on locust through unix 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =