Hi
how can we redirect windows 7 start menu using Vmware UEM ?
thanks In advance
Hi ahmad090,
Be sure to set this to Before profile archive import, or you will delete the settings you just put in place with the Files and Folders setting ![]()
Hi ahmad090,
You can redirect the Programs Menu:
Would that do the trick for you?
If not, I suggest to move this thread over to the VMware UEM forum, as you'll probably find more UEM users there than in this generic Horizon forum.
hi,
thanks but actually i want users to sync the same start menu.
example i want all users to sync from one folder to take start menu shotrcuts
Ah, I see. In that case you can either populate the "%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu" folder of your master image, or use a UEM Files and Folders setting to dynamically add those shortcuts into each user's start menu (and optionally use a UEM Logon Task to first clean up the user's start menu folder).
thanks man ![]()
i'll try that hope it'll work.
Hello UEMdev
do you have the command for Logon Task to first clean up the user's start menu folder ?
thanks,
Hi ahmad090,
Be sure to set this to Before profile archive import, or you will delete the settings you just put in place with the Files and Folders setting ![]()
thanks man . i'll try it and inform you with the status.
hi,
the command to clear the start menu didn't work.i did exactly as you mentioned.
i tried to run the command from VM directly using programdata instead of appdata it worked , but when running it from uem its not
any ideas ??
Hi ahmad090,
The command I gave only removes the user's start menu items. Anything in ProgramData remains, of course; if you want to remove that, you will have to do so in your base image.
hi, but I it didn’t remove any start menu items ( only if I run it manually on vm)
i am using Windows 7
any ideas ?
Can you post a log file for the UEM agent, at log level DEBUG, covering a full session from logon till logoff?
also, note that from a user desktop if i navigate to %appdata%\Microsoft\Windows\ i don't find a start menu folder !! but if i navigate to programdata i fond the start menu folder.
maybe the path isn't right?
2018-07-26 13:43:14.615 [INFO ] Running pre-import task ('cmd.exe /C rd /S /Q "\C:\ProgramData\Microsoft\Windows\Start Menu"') ('clear start menu.xml')
There's a typo in your command, but that doesn't matter as it won't work anyway – a non-admin user can't delete items from C:\ProgramData.
That's why my example removes the user's own Start Menu in their AppData folder, and why I wrote that if you want to modify ProgramData you will have to do so in your base image.
C:\ProgramData contains the start menu items that are available to all users; %AppData%\Microsoft\etc contains the items that the user put their themselves.
