Win11基础教程

Win11基础教程

跳过联网

Shift+F10打开运行窗口输入oobe\bypassnro​。


Win11时间显示秒

Win+R​,输入regedit​,回车,在路径栏填入:计算机\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced​,在Advanced​文件夹右侧空白右键**新建>DWORD(32位)值>重命名为:**​ShowSecondsInSystemClock​,双击ShowSecondsInSystemClock​文件,把0改为1。


设置开机自启动

Win+R​输入shell:startup​,在文件夹内右键空白新建一个快捷方式,按照步骤即可实现。


Win11切换经典右键菜单:

reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
taskkill /f /im explorer.exe & start explorer.exe

Win11恢复回新右键菜单:

reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
taskkill /f /im explorer.exe & start explorer.exe 

Windows卡Win键解决方法

  1. Win+L锁屏
  2. Win+Alt 连按三次
  3. 重启

恢复状态栏功能

新建txt把下列的代码放入txt里保存,把txt后缀改为bat,以管理员身份运行bat。

taskkill /f /im explorer.exe
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "C:\Windows\system32\imageres.dll,154" /t reg_sz /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "C:\Windows\system32\imageres.dll,154" /t reg_sz /f
reg add "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /t reg_sz /f
reg add "HEKY_CLASSES_ROOT\piffile" /v IsShortcut /t reg_sz /f
start explorer

去除快捷方式小箭头

新建txt把下列的代码放入txt里保存,把txt后缀改为bat,以管理员身份运行bat。

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"
del "%userprofile%\AppData\Local\iconcache.db" /f /q
start explorer
pause

图标变白修复

新建txt把下列的代码放入txt里保存,把txt后缀改为bat,以管理员身份运行bat。

@echo off
taskkill /f /im explorer.exe
CD /d %userprofile%\AppData\Local
DEL IconCache.db /a
start explorer.exe
cho 执行完成
© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容