我们正在考虑使用GPO在所有用户的桌面上放置公司Web应用程序的快捷方式。 不同的用户使用不同的Windows版本,这意味着不同的位置:
c:\documents and settings\all users\desktop c:\users\all users\desktop c:\users\public\desktop (可疑的昵称为c:\users\public\public desktop ) 我找不到一个环境variables。 最可能的候选人是所有用户allusersprofile ,但这指向c:\programdata (至less在我的机器/ Windows 7上)。
因此,我想知道什么是最好的方法是使这些机器上的GPO将工作?
如果您希望为所有types的操作系统configuration一个GPOconfiguration,则必须使用“%UserProfile%\ Desktop”(然后策略应该分别应用于每个用户)或使用自定义脚本。