HOWTO - Save icon position in Quick Launch

From CoolSolutionsWiki

Update: I just discovered that if explorer.exe crashes, it somehow takes the .nal icons with it. Since it deletes the icon files, it loses position.

What is the point?

If you associate apps to a user via the Quick Launch (my preferred method of accessing apps these days), and they move the icons around, the icons will only keep that postion until NALDESK.EXE is exited. So, the user either has move them each time they boot their system, or give up. Until now that is...

Synopsis:

This is a pretty simple solution, but does require a teeny bit of a technical expertise. I'm sure it'd be pretty easy to create a zenapp or util to make this easier for end users.

Step By Step Instructions

Caveat: The only problem with this method is that it prevents ZEN from cleaning up the icons, so if you remove the app from the user, the icon wouldn't disappear and they'd still be able to access the app (or so I think).

  • Open a command prompt
  • from C:\, type in cd %userprofile%\application data\microsoft\Internet explorer\quick launch
  • type dir *.nal
  • type attrib +r program.nal where program.nal is the icon you want to stop moving


Back to ZDM_Novell_Application_Launcher