在 Windows 2008 Server 上将桌面快捷方式添加到“我的电脑”
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/289622/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Adding desktop shortcuts to "My Computer" on Windows 2008 Server
提问by DrStalker
Now that I've finnaly moved to doing some development/support work for Windows 2008 I find myself annoyed by the lack of one feature I just can't enable: the desktop shortcut to "My Computer" I've grown used to. I know how to enable this on XP and 2003, but I just can't find the setting on 2008.
现在我终于开始为 Windows 2008 做一些开发/支持工作了,我发现自己对缺少一项我无法启用的功能感到恼火:我已经习惯了“我的电脑”的桌面快捷方式。我知道如何在 XP 和 2003 上启用此功能,但我在 2008 上找不到该设置。
How can a user configure which desktop icons (My Computer, My Documents, Recycling Bin etc) on Windows 2008 Server?
用户如何配置 Windows 2008 Server 上的桌面图标(我的电脑、我的文档、回收站等)?
回答by hearn
Right click on the Computer menu item on the start menu, and select 'Show on Desktop' from the context menu that pops up.
右键单击开始菜单上的计算机菜单项,然后从弹出的上下文菜单中选择“在桌面上显示”。
回答by IsiaNT
Create a Registry Editor file (.reg
file) with the following content, and import it into the Registry:
创建一个注册表编辑器文件(.reg
file),内容如下,导入到注册表中:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
"{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000000