2024年1月19日 星期五

Disable WIN11 SECUTE BOOT

1. 先將MOUSE 放在 開始 上面, 跟住按MOUSE 右鍵 


2. 按一下 WINDOW 終端機(系統管理員)

 

3. 會見到黑色畫面

4. copy以下 文字, 貼在黑色畫面


cd\
cd windows
cd system32
echo Set nx AlwaysOff
bcdedit.exe /set nx AlwaysOff
echo UAC Enable
c:\windows\system32\REG.EXE ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f
echo STOP WINDOWS UPDATE service
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\AU" /v AUOptions /t REG_DWORD /d 0 /f
REG ADD HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters /f /v AllowInsecureGuestAuth /t REG_DWORD /d 1
net stop wuauserv
net stop cryptSvc
net stop bits
net stop dosvc
net stop msiserver
echo UAC Disable
c:\windows\system32\REG.EXE ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
echo Disable Windows Delete Desktop Cnp ShortCut
Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\Maintenance" /v "MaintenanceDisabled" /t REG_DWORD /d "1" /f
echo SMB FOXPRO OplocksDisabled
c:\windows\system32\REG.EXE ADD HKLM\SYSTEM\CurrentControlSet\Services\MRXSmb\Parameters /v OplocksDisabled /t 4     /d 1 /f
echo SMB LmCompatibilityLevel
c:\windows\system32\REG.EXE add HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters /v AllowInsecureGuestAuth /t reg_dword /d 00000001 /f
echo hibernate off
powercfg -h off
echo SMB V1 ENABLE
DISM /Online /Enable-Feature /All /FeatureName:SMB1Protocol
sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
sc.exe config mrxsmb10 start= auto

 

5. 再按ENTER 

6. 完成會SHOW 成功

7. 再重新啟動WINDOW




沒有留言:

張貼留言