Windows 检查单
This post was last updated 163 days ago and the information may have changed.

一些特殊设置项,需要使用注册表、命令行、组策略等修改,新装系统时配置。

启用长路径支持

修改注册表:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"LongPathsEnabled"=dword:00000001

阻止虚拟机 Windows 每小时自动关机

  • 下载 PsExec tools
  • 使用管理员运行 ./psexec -i -s cmd.exe
  • 在弹出的新窗口内运行 whoami 确认返回 nt authority\system
  • 在新窗口内运行 services.msc
  • 禁用 Windows License Monitoring Service
  • 重启

BitLocker 使用 AES-XTS 256

修改组策略,解密硬盘并重新加密:

Computer Configuration
  Administrative Templates
    Windows Components
      BitLocker Drive Encryption
        Choose drive encryption method and cipher strength

BitLocker 使用 PIN+TPM

修改组策略:

Computer Configuration
  Administrative Templates
    Windows Components
      BitLocker Drive Encryption
        Operating System Drives
          Require Additional Authentication at Startup

禁用搜索的 Bing 内容

修改注册表:

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
"DisableSearchBoxSuggestions"=dword:00000001

关闭并清除 8.3 文件名

命令行运行:

fsutil 8dot3name set 1

fsutil 8dot3name strip /f /s C:

硬件 UTC 时间

修改注册表:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000001

移除 File Explorer 的 Gallery

修改注册表:

[HKEY_CURRENT_USER\Software\Classes\CLSID\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}]
"System.IsPinnedToNameSpaceTree"=dword:00000000
No Comments

Send Comment Edit Comment


|´・ω・)ノ
ヾ(≧∇≦*)ゝ
(☆ω☆)
(╯‵□′)╯︵┴─┴
 ̄﹃ ̄
(/ω\)
∠( ᐛ 」∠)_
(๑•̀ㅁ•́ฅ)
→_→
୧(๑•̀⌄•́๑)૭
٩(ˊᗜˋ*)و
(ノ°ο°)ノ
(´இ皿இ`)
⌇●﹏●⌇
(ฅ´ω`ฅ)
(╯°A°)╯︵○○○
φ( ̄∇ ̄o)
ヾ(´・ ・`。)ノ"
( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃
(ó﹏ò。)
Σ(っ °Д °;)っ
( ,,´・ω・)ノ"(´っω・`。)
╮(╯▽╰)╭
o(*////▽////*)q
>﹏<
( ๑´•ω•) "(ㆆᴗㆆ)
😂
😀
😅
😊
🙂
🙃
😌
😍
😘
😜
😝
😏
😒
🙄
😳
😡
😔
😫
😱
😭
💩
👻
🙌
🖕
👍
👫
👬
👭
🌚
🌝
🙈
💊
😶
🙏
🍦
🍉
😣
Source: github.com/k4yt3x/flowerhd
颜文字
Emoji
小恐龙
花!
Previous
Next