简体   繁体   English

使用GPO或脚本从开始菜单中隐藏Outlook 2016图标

[英]Hide outlook 2016 icon from start menu using GPO or Script

I wanna Hide outlook 2016 icon from start menu of client users using GPO or Script. 我想使用GPO或脚本从客户端用户的开始菜单中隐藏Outlook 2016图标。 I've tried to apply this policy "Remove All Programs list from the Start menu", but it hide all programs icons. 我尝试应用此策略“从“开始”菜单中删除所有程序列表”,但是它隐藏了所有程序图标。 Any solution will be very helpful. 任何解决方案都将非常有帮助。

Just delete the .lnk file, here's the PowerShell for that. 只需删除.lnk文件,这就是该文件的PowerShell。 Or if you are going the Group Policy method, then you could do this with a Preference. 或者,如果要使用组策略方法,则可以使用“首选项”来执行此操作。

Remove-Item "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Office 2016\Outlook 2016.lnk"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM