您的位置:首页 > 移动开发

Uninstall applications from Server Core

2011-01-21 21:14 531 查看
There is no add/remove programs or programs and features dialogue, so how do you remove applications?
Start by opening regedit and expanding to the section where all applications should publish their installation data (according to the Windows Application Compatibility Guidelines). If the application does not store data here, you will need to seek out additional support from the vendor.

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

In this case I’ll use the C++ Redistributable as an example but it could be any application. See the value “UninstallString”. Double click and copy the contents to the command line. This funny looking string of characters is the GUID for the application. Windows Installer will associate the value with the application and initiate the uninstall process.





内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  职场 core 休闲
相关文章推荐