diff --git a/Projects/PhoenixPE/Components/310-Networking.script b/Projects/PhoenixPE/Components/310-Networking.script index 5ffa2ca..438c872 100644 --- a/Projects/PhoenixPE/Components/310-Networking.script +++ b/Projects/PhoenixPE/Components/310-Networking.script @@ -741,13 +741,13 @@ IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","UseProfile // The default network profile to apply on startup IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","ProfileDefault","Dynamic IP address" // Show profile selection GUI on startup. -IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","UseProfileSelect","Yes" +IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","UseProfileSelect","No" // Use a countdown for profile selection on 1st startup. IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","UseProfileCountdown","Yes" // The time in seconds for the profile selection GUI countdown. (before ProfileDefault is applied) IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","ProfileCountdown",10 // Starts PENM network installation automatically without asking to start. -IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","AutoStart","No" +IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","AutoStart","Yes" // Set the input focus to the 'No' button for the PENM network startup dialog IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","FocusNo","Yes" // Use a countdown on 1st startup, only if 'AutoStart' is 'No' or not set. @@ -762,15 +762,20 @@ IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","Debug","Ye // Enable the APIPA (Default: off) IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","EnableAutoIP","No" // Force device detection of network cards on 1st startup even network is already installed. -IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","ForceScanOnStartup","No" +IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","ForceScanOnStartup","Yes" // Show the network activity icon in systray. IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","ShowTrayActivity","Yes" IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","ShowTrayAlways","Yes" IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","ShowOnlyConnected","Yes" -// Shows the PENM main GUI after network intall (Default: Yes) +// The next settings are controlled by radio buttons in the Profile Editor Global Settings tab and are mutually exclusive. +// Shows the PENM main GUI after starting network (Default: Yes) IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","ShowMain","Yes" +// Minimize the PENM main GUI to the tray after starting network (Default: No) +IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","StartToTray","No" +// Close the program after starting the network - Both ShowMain and StartToTray = No + // Minimizing the PENM window to systray. IniWrite,"%ProgramsCache%\%ProgramFolder%\PENetwork.ini","PENetwork","MinimizeToTray","Yes" // Bitmask used for hiding specific tabs diff --git a/Projects/PhoenixPE/Components/330-ImDisk.script b/Projects/PhoenixPE/Components/330-ImDisk.script index 239471f..8bf2f62 100644 --- a/Projects/PhoenixPE/Components/330-ImDisk.script +++ b/Projects/PhoenixPE/Components/330-ImDisk.script @@ -177,7 +177,7 @@ WriteInterface,Value,%ScriptFile%,Interface,cb_DesktopShc,False WriteInterface,Value,%ScriptFile%,Interface,cb_StartMenuShc,True WriteInterface,Value,%ScriptFile%,Interface,txt_StartMenuFolder,"System Tools" WriteInterface,Value,%ScriptFile%,Interface,txt_ShortcutName,"ImDisk Control Panel" -WriteInterface,Value,%ScriptFile%,Interface,cb_CreateRamdisk,True +WriteInterface,Value,%ScriptFile%,Interface,cb_CreateRamdisk,False WriteInterface,Value,%ScriptFile%,Interface,cb_ChgTemp,True WriteInterface,Value,%ScriptFile%,Interface,cmb_DriveLetter,"B:" WriteInterface,Value,%ScriptFile%,Interface,num_RamDiskSize,50 @@ -256,10 +256,10 @@ cb_StartMenuShc="Start Menu",1,3,12,102,122,18,True txt_StartMenuFolder="Start Menu folder:",1,0,12,139,119,21,"System Tools" txt_ShortcutName="Shortcut Name:",1,0,12,181,119,21,"ImDisk Control Panel" bvl_ImDiskOptions="Ramdisk Options",1,12,150,50,232,210,8,Bold -cb_CreateRamdisk="Create Ramdisk at boot",1,3,158,67,200,18,True,"__Create a Ram Drive automatically at boot time." +cb_CreateRamdisk="Create Ramdisk at boot",1,3,158,67,200,18,False,"__Create a Ram Drive automatically at boot time." cb_ChgTemp="Use Ramdrive for %TEMP%",1,3,158,87,153,18,True,"__Use an automatically created ramdrive for the %TEMP% directory.#$xThis will leave more space free in the WinPE cache (FBWF).#$xRecommended if you make use of Portable Apps." lbl_DriveLetter="Drive Letter:",1,1,158,123,78,16,8,Bold -cmb_DriveLetter=J:,1,4,240,117,48,21,B:,J:,K:,L:,M:,N:,O:,P:,Q:,R:,S:,T:,U:,V:,W:,Z: +cmb_DriveLetter=B:,1,4,240,117,48,21,B:,J:,K:,L:,M:,N:,O:,P:,Q:,R:,S:,T:,U:,V:,W:,Z: lbl_RamdiskSize="Ramdisk Size:",1,1,158,152,75,16,8,Bold num_RamDiskSize=,1,2,240,145,74,22,50,5,95,1 cmb_RamdiskSizeMode=%,1,4,321,145,46,22,%,MB,_ToggleRamdiskMode_,True