Hi there!
I m trying to deploy a new Version from Windows 7 in x86 and x64. I do it with a customized Windows 7 Image (rt7lite). I use WPI to install programs, looks like here in a
old Demo Video. To sort the Start Menu i install all the Programs, move all Icons from the installed programs from the folders;
C:\Users\XXX\AppData\Roaming\Microsoft\Windows\Startmenü\Programme\* C:\ProgramData\Microsoft\Windows\Startmenü\Programme\*
In a new sorted folder with follow contend;
Applications
Autostart
Multimedia
Music
Office
Graphic
Video
and so on...
I Use AutoIt to delete the folders;
C:\Users\XXX\AppData\Roaming\Microsoft\Windows\Startmenü C:\ProgramData\Microsoft\Windows\Startmenü Code:
DirRemove (@StartMenuDir, 1)
DirRemove (@StartMenuCommonDir, 1)
and copy my new sorted content to
C:\ProgramData\Microsoft\Windows\Start Menu Code:
ShellExecute ("Start Menu.exe")
WinWait ("7-Zip", "Extract")
ControlSetText ("7-Zip", "Extract", "Edit1", @HomeDrive & "\ProgramData\Microsoft\Windows\")
ControlClick ("7-Zip", "Extract", "Button2")
If ProcessExists ("Start Menu.exe") Then
ProcessWaitClose ("Start Menu.exe")
EndIf This folder is for All Users, that i know.
Then i start
CHKLNK to check valid installations and do delete not installed program icons from the start menu structure. These all hapend automaticly with AutoIt. My sorted folder structure i only see, when i install Classic Shell.
The default View screen and the classic Screen watch bellow.
How can i get sorted start menu with and without Classic Shell? I did watch, search and read so many in the web. I did see registy settings for the start menu folder and the option hard-/soft coded LNK Files. I try soo many...I cant fix my Problem with the double start menu folder structure. I will be vary happy, when i can get help here!
I did install ClassicShell 3.4.1- Cant see the search field.
Greetings from Germany & thx 4 help for now!