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键解决方法
- Win+L锁屏
- Win+Alt 连按三次
- 重启
恢复状态栏功能
新建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 执行完成
© 版权声明
- 本站永久网址:https://blog.ksmlc.cn/
- 本站一切资源不代表本站立场,并不代表本站赞同其观点和对其真实性负责
- 本站资源大多存储在云盘,如发现链接失效,请联系我们我们会第一时间更新
- 本网站的文章部分内容可能来源于网络,仅供大家学习与参考,如有侵权,请联系站长QQ:2760460838进行删除处理
THE END
暂无评论内容