View Single Post
  #512 (permalink)  
Old 12-26-2009, 04:26 PM
Mystery's Avatar
Mystery
VIP Member
Offline
Threadstarter
 
Join Date: Jan 2009
Posts: 1,029
Reputation: 6255
Mystery is a trusted member of the communityMystery is a trusted member of the communityMystery is a trusted member of the communityMystery is a trusted member of the communityMystery is a trusted member of the communityMystery is a trusted member of the communityMystery is a trusted member of the communityMystery is a trusted member of the communityMystery is a trusted member of the communityMystery is a trusted member of the communityMystery is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |MysteryROM| |Dec.25.2009| |Windows Mobile 6.5 & 6.5.3| |Sense 2.5 & Sense 2.1|

Quote:
Originally Posted by t0l4 View Post
I did for the 28002 that I'm currently using, and I thought it should fix it. The only problem was that all the icons in the "custom folders" were lost when I deselected the custom folder option. That's why I thought I'd ask if there was something exact that I needed to do. I will try again and let you know if that fixes it.

Keep up the good work.
Well you are going to have to edit the app.reg in both the custom folders and custom icons.

Custom folders included the icons for the folders and maps the shorcuts to each specific folder. If you deselect that option, you will still get the folders but without those folder icons. What you need to do is deselect that and look at custom icon folder, edit the app.dat and the app.reg. Bring the information from app.dat in the custom folders folder and copy it to the custom icons one. Each .ink is the shortcut for each program, so if you want all of them to be place on the start menu with no folders, erase the lines until it only says programs/XX.ink.

Ex.
Code:
Directory("\Windows\Start Menu\Programs\Games"):-File("Teeter.lnk","\Windows\Teeter.lnk")
Change it to
Code:
Directory("\Windows\Start Menu\Programs\"):-File("Teeter.lnk","\Windows\Teeter.lnk")
You will have to do that same thing to the app.reg if you want the custom icons. If you don't want those icons, then you can just erase the app.reg
__________________
Reply With Quote