园龄:2年6个月随笔:100阅读:23108
09 2022 档案
Windows KMS 激活脚本
摘要:
将如下脚本粘贴进 *.bat 中以管理员身份运行: slmgr /ckms slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX slmgr /skms kms.03k.org slmgr /ato 即刻生效

Win10 修复ICO图标显示不正常
摘要:
新建记事本,将如下脚本粘贴进去: taskkill /f /im explorer.exe attrib -h -i %userprofile%\AppData\Local\IconCache.db del %userprofile%\AppData\Local\IconCache.db /a st

Win10 阻止腾讯会议自动更新批处理命令脚本
摘要:
新建记事本,将如下脚本粘贴进去: if "%1"=="hide" goto CmdBegin start mshta vbscript:createobject("wscript.shell").run("""%~0"" hide",0)(window.close)&&exit :CmdBegin

去除 win10 右键菜单“播放到设备”
摘要:
新建一个记事本,将如下脚本粘贴进去: Windows Registry Editor Version 5.00 ;Cast to Device [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions
