Turn off UAC, Windows Firewall, Set time zone

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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


    以上是关于Turn off UAC, Windows Firewall, Set time zone的主要内容,如果未能解决你的问题,请参考以下文章

    sh turn_off_monitor.sh

    [Codeforces 863E]Turn Off The TV

    关灯看视频(Turn Off the Lights)

    Entity Framework Code-First(18):Turn off DB Initializer

    Turn Off The Light HDU - 6307

    E. Turn Off The TV Educational Codeforces Round 29