1. 程式人生 > >Turn off UAC, Windows Firewall, Set time zone

Turn off UAC, Windows Firewall, Set time zone

UAC Firewall

  • 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


    Turn off UAC, Windows Firewall, Set time zone