Turn off UAC, Windows Firewall, Set time zone

  • Set time zone to “(UTC-08:00) Pacific Time (US & Canada)”

tzutil /s "Pacific Standard Time"


  • Turn off User Account Control

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f


  • Turn off Windows Firewall for All Profiles

netsh advfirewall set allprofiles state off


猜你喜欢

转载自blog.51cto.com/57388/2119427
UAC