(imported topic written by cgecimli)
Hi,
I have create an action in order to make volume icon visible at system tray which is like this:
action uses wow64 redirection false
delete __createfile
delete wizardedit.reg
createfile until @end_create_reg_file
Windows Registry Editor Version 5.00
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Applets\Systray
“Services”=dword:0000001F
@end_create_reg_file
move __createfile wizardedit.reg
waithidden “C:\Documents and Settings\All Users\Start Menu\Programs\Startup\RunAsCurrentUser.exe” regedit /s “wizardedit.reg”
this action works when i log on with admin user, but it does not work when logging on with different user. Might there be a policy which disables volume icon visibility at system tray? or did i mistake something else?
Help me please.
Thanks.