
windows
zhiyazw
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Three Ways to Inject Your Code into Another Process
From: https://www.codeproject.com/Articles/4610/Three-Ways-to-Inject-Your-Code-into-Another-ProcesHow to inject code into another processes address space, and then execute it in the context of this ...转载 2019-10-15 22:33:47 · 794 阅读 · 0 评论 -
IE查看源代码不工作的11种解决办法
IE查看源代码不工作的11种解决办法:第一类情况是,当浏览器的缓存被装满时,“查看源文件”功能将失效。如果你想确定自己的电脑是否属于这类情况,可以点击IE的“工具”菜单中的“Internet选项” “常规”标签,然后,再点击“Internet临时文件”一栏中的“删除文件”按钮。第二类情况,当你打开某些特殊的浏览器窗口(比如说用JavaScript脚本语言编写的网页)时,“查看源文件”功转载 2015-09-17 15:27:59 · 2381 阅读 · 0 评论 -
访问win7的d$这种默认共享时拒绝访问
访问win7的d$这种默认共享时拒绝访问,即使输入正确的用户名密码,也无法访问。导致这个问题的原因有多种,本人当时是由于UAC的缘故,所以这里只讲这一种。UAC即用户账户控制,在win7里默认是打开的,解决办法有两种:1、关闭UAC。进入Control Panel \ User Accounts and Family Safety \ User Accounts,点击最下方的Change原创 2016-01-08 14:03:44 · 11488 阅读 · 0 评论 -
win7 IE11下,无法通过Windows更新为其他微软产品获取更新
win7 IE11下,在Windows更新里,点击为其他微软产品获取更新,直接出现下面的页面,无法继续。解决办法:在工具\兼容视图设置里,添加microsoft.com到兼容视图列表,再次从Windows更新里点击为其他微软产品获取更新,即可打开正确的网页。原创 2016-01-12 09:08:02 · 2492 阅读 · 0 评论 -
cmd.exe里,path里包含的环境变量没有展开的解决方法
问题现象:Windows、System32等系统目录里命令,无法通过Path搜索路径来执行。查看Path环境变量结果如下:D:\>echo %Path%%SystemRoot%;%SystemRoot%\System32;......问题原因:cmd.exe里,path里包含的环境变量没有展开。解决办法:Two things I might try. Run转载 2016-05-07 11:43:58 · 2508 阅读 · 0 评论 -
How can I find out which process and user is modifying a file?
https://blogs.msdn.microsoft.com/oldnewthing/20130827-00/?p=3393/When troubleshooting a problem, you may discover that a file is being modified that shouldn't, and you figure out would be ni转载 2017-11-09 10:06:18 · 263 阅读 · 0 评论