你可以在注册表的“HKEY_CURRENT_USER\Software\Microsoft\CommandProcessor”
下面新建一个名为AutoRun的字串,并设置该字串值为 cd /d "C:\Users\june\Desktop" 来改变该默认路径。
下次用CMD进入DOS提示符窗口,默认路径就是 C:\Users\june\Desktop 了。
锁屏后超时关闭屏幕时间:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\7516b95f-f776-4464-8c53-06167f40cc99\8EC4B3A5-6868-48c2-BE75-4F3044BE88A7]
"Attributes"=dword:00000002
http://www.kevintaber.com/2013/11/21/windows-8-1-lock-screen-timeout/
超时锁屏时间:
http://answers.microsoft.com/en-us/windows/forum/desktop/lock-screen-timeout-change-in-windows-81-preview/cdb0ff39-cb35-4fc2-ae39-200a815a797e
http://jingyan.baidu.com/article/6525d4b135bd1dac7d2e94af.html
http://www.xitongzhijia.net/xtjc/20140606/22596.html
wscript.exe //e:vbscript addto-startup.vbs #当你的文件关联规则被攥改可以这样执行
安装win8时提不能在gpt磁盘中安装 http://www.cnblogs.com/lm3515/p/3418372.html
浅谈GPT分区及Windows8的安装 http://benyouhui.it168.com/thread-2407491-1-1.html
win8 下打算用Slgmr -upk卸载原有产品密钥时,发现是Notepad++直接打开了Slgmr.vbs而不是直接命令,测试发现提示“没有文件扩展".vbs"的脚本引擎”,改回注册表默认值VBSFile后,再次运行wscript Slgmr -upk,OK。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.vbs]
@="VBSFile"
或者更改文件关联方式也行。
附:win8.1 HEU KMS Activator 7.8.6 激活:http://www.xiazaiba.com/html/24102.html
没有文件扩展".js"的脚本引擎 解决办法
只需要把[HKEY_CLASSES_ROOT\.js] 项下的那个默认值改成 "JSFile" 就可以正常运行JS 文件了。
http://wenku.baidu.com/view/c4d4e5543b3567ec102d8aa3.html
http://wenku.baidu.com/view/34e2a096daef5ef7ba0d3c12.html
Windows 8快捷方式小箭头去除最好的方法 – 无任何副作用
http://www.ihacksoft.com/windows-shortcut-arrow-editor-for-windows8.html
Dism.exe /online /Cleanup-Image /StartComponentCleanup
Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase
Dism.exe /online /Cleanup-Image /SPSuperseded
http://www.howtogeek.com/174705/how-to-reduce-the-size-of-your-winsxs-folder-on-windows-7-or-8/
http://technet.microsoft.com/en-us/library/dn251565.aspx
http://msdn.microsoft.com/zh-cn/library/hh825265.aspx
http://www.websbook.com/photoshop/photoshopjzpzwxsdsmxgt_17510.html Photoshop将照片转为写实的素描效果图
http://jingyan.baidu.com/article/59a015e38c4533f794886521.html 教你用ps将图片制作成手绘素描效果
How to move Pagefile.sys and Swapfile.sys to another drive in Windows 8/8.1 or 10
http://www.download3k.com/articles/How-to-move-Pagefile.sys-and-Swapfile.sys-to-another-drive-in-Windows-8-8.1-or-10-00430
windows 突然无法进入睡眠模式,表现为显示器关闭,但是硬盘等常亮,风扇照转。
从 事件查看器→Windows 日志→系统 中可以看到 系统正在进入“离开模式”的信息,初步定位为与 离开模式 有关,
可以进入 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power,将“AwayModeEnabled”删除即可。
ntsd从Windows 2000开始就是系统自带的进程调试工具,在Windows中只有System、SMSS.EXE和CSRSS.EXE不能杀。前两个是纯内核态的,最后那个是Win32子系统,ntsd本身需要它。lsass.exe也不要杀掉,它是负责本地账户安全的。被ntsd调试器附着(attach)的进程会随调试器一起退出,所以可以用来在命令行下终止进程。但是Win7没有,毕竟这是XP著名的几个安全漏洞之一(不知多少病毒木马利用ntsd搞死了多少杀毒软件),以“新架构,更安全”为卖点之一的Vista/Win7/win8等之后的系统显然是不会带有这玩意的,自己下一个拷贝到C:/windows/system32下即可。
ntsd -c q -p pid
ntsd -c q -pn ***.exe (***.exe 为进程名,exe不能省)
http://461565.blog.51cto.com/451565/110691
http://www.felix021.com/blog/read.php?1983