随笔分类 -  OS

删除无用文件,清理硬盘
摘要:@echo offcolor 1efor /r c:\ %%a in (*.tmp *.chk *.gid *._mp *.old *.bak *.log) do del /f /s /q "%%a"for /r c:\windows\temp %%a in (*.*) do del /f /s /... 阅读全文

posted @ 2015-05-04 12:04 Lee Zhang

KMS安装后激活机器
摘要:slmgr /skms 192.168.26.82slmgr /ato 阅读全文

posted @ 2013-11-06 13:01 Lee Zhang 阅读(197) 评论(0) 推荐(0)

删除win8的网络连接记录
摘要:打开注册表,HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles,修改各个子项里的ProfileName就可以了。 阅读全文

posted @ 2013-10-14 18:12 Lee Zhang 阅读(209) 评论(0) 推荐(0)

Remove MS Excel VBA password
摘要:I often work with MS Excel template for different report requirement. Most of the MS Excel template includes VBA procedure, but most of them are protected with password. Below step is to remove the VBA protectpassord in MS Excel.1. Create a new MS Excel document and set the VBA protect password as & 阅读全文

posted @ 2012-02-09 18:22 Lee Zhang 阅读(468) 评论(0) 推荐(0)

Enable NLA in XP
摘要:regedit Search “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa”,在右边窗体中双击打开“Security Packages”值,添入“tspkg” Search “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders”,在右边窗体双击打开“SecurityProviders”值,添入“, credssp.dll”,特别注意在英标逗号后面有一个空格 在修改注册表后需要重新启动计算机,如果在未重启计算机前进行 RDP 的连接,会出现 阅读全文

posted @ 2010-10-20 14:27 Lee Zhang 阅读(252) 评论(0) 推荐(0)