QUOTE (mara- @ Sep 14 2008, 04:43 PM)

QUOTE (Outbreaker @ Sep 14 2008, 02:43 PM)

Little Bug
If your write in RunOnce:
%Source%BlaBla
Then nLite makes if Batch is started:
%Source%BlaBla
No bug here. This is normal. This variable already contain backslash. So your path need to looks like:
CODE
%Source%BlaBla
This is done because in some cases this variable would not mean anything without backslash. Example is with drives. For example if you DVD drive is assigned to letter F, you will not never type
F: to access it, you will always type:
CODE
F:\
Strange, it works fine for me. I have this entry in my RunOnce:
CODE
%SOURCE%\Batch\makefolders.bat
and it works fine.
Nuhi, got a bunch of feature requests for you & a few suggestions for improvement.
1. Although I don't use IE [or to be more exact, Maxthon] as much as I used to, 1 thing that annoys me is I sometimes find myself clicking the E-mail Picture entry on the context menu for images instead of Save Picture As. In XP32 I was able to disable the menu entry [but not remove it - clicking it just had no result] with the following command:
CODE
regsvr32 /s /u sendmail.dll
But this doesn't seem to work in XP64. I've also tried Nirsoft's ShellExView, which doesn't do it either. Any ideas on disabling this?
2. On the import screen in nLite it would be better if the date format could match that of the system it's being run on.
3. Please allow setting of user specified homepage, beyond just nLite homepage, Google, or about:blank.
4. Disable desktop cleanup:
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]
"NoRun"=dword:00000001
5. nLite sets user variables for temp folder, but doesn't set them for system variables in the bottom part of the environment variables window, that can be fixed quite easily, for example:
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]
"TEMP"="C:\\Temp"
"TMP"="C:\\Temp"
6. Options to set location of temporary internet files & cookies folder [hivedef.inf], for example:
CODE
U_SHELL_FOLDERS_CACHE="%SYSTEMDRIVE%\Temporary Internet Files"
U_SHELL_FOLDERS_COOKIES="%SYSTEMDRIVE%\Cookies"
7. Option to turn off notification about automatic updates in security centre.
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"UpdatesDisableNotify"=dword:00000001
8. remove IE & OE links from pinned section of start menu
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000001
9. option to display quicklaunch folder on taskbar by default.
10. option to set taskbar to double-height.
11. individual selection of games & internet games, as in which ones to install or not.
12. Folder options:
Single click to open file
underline files when I point to them
turn off remember each folder's view settings
13. selection of which screensavers to install, which 1 to set as default, & time limit setting.
14. Is there any way to seperate Infrared hardware support from Bluetooth? At the moment it says that Infrared support is needed for Bluetooth.
15. Why does an update for windows agent show up if agent was removed?