欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 运维知识 > windows >内容正文

windows

Turn off UAC, Windows Firewall, Set time zone

发布时间:2025/3/20 windows 36 豆豆
生活随笔 收集整理的这篇文章主要介绍了 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


转载于:https://blog.51cto.com/57388/2119427

与50位技术专家面对面20年技术见证,附赠技术全景图

总结

以上是生活随笔为你收集整理的Turn off UAC, Windows Firewall, Set time zone的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。