zoukankan
html css js c++ java
如何删除控制面板中没有"删除"菜单的程序
安装了一个程序,居然在控制面板的"添加/删除程序"中找到之后,没有"删除"菜单, 查找其目录下,也没有uninstall.exe之类的程序.
在注册表: HKLM\software\microsoft\windows\currentversion\uninstall中找到此程序的键值, (要注意的是,如果在"添加/删除程序"中未出现,那么在这里也不会找到此程序的键值.)
然后发现该程序有一项键值为"NoRemove=1",修改为"NoRemove=0"之后, "删除"菜单终于出现.
查看全文
相关阅读:
oop klass
树
广义表
Huffman树
二叉搜索树
二叉树的前序、中序、后序、层序遍历
循环链表解决约瑟夫环问题
搭建局域网SVN代码服务器
【CheckList】精简用例,提升执行效率,减少漏测(总结篇)
测试资源不同时,如何有针对性的设计测试用例?
原文地址:https://www.cnblogs.com/margiex/p/797696.html
最新文章
linux io ports io memory
linux kernel & source code analysis& hacking
GC
Set 集合论
thread-local-allocation-buffers
RednaxelaFX写的文章/回答的导航帖
tcp connection
javas-threadlocal-storage
linux all version source code
Netfilter
热门文章
OOP KLASSOOP, instanceklass
prequeue receive queue backlog queue
machine%20learning
Linux network source code
JVM ,Java paper
JVM building
C++ function pointer and type cast
Serviceability
GC
Books
Copyright © 2011-2022 走看看