No, I don't think it will do the work
I'll give you the begining of my ini for example:
Quote
[Environment]reg = %curdir%\regtweaks
apps = %curdir%\Apps
[settings]
dimension.update = 0
dimension.width = 80%
dimension.height = 80%
SplitterPos = 20
[Note - Disabled tweaks are already applied or not applicable to your system]
selected = 0
disabled = 1
[Sec - Security]
collapsed = 0
description.0 = Clear recent documents on exit
command.0 = cmd.exe /c @echo Fait
test.0.0 = HKCU:Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\ClearRecentDocsOnExit?=1
test.eval.0 = 0
Disabled.0 = if.true
Selected.0 = if.false
help.0 = %Reg%\test.rtf
[UI - User Interface]
collapsed = 0
description.0 = Context menu (Right click)
command.0 = *
selected.0 = 1
description.0.0 = Add "Copy To" to Context Menu options [Not selected by default]
command.0.0 = regedit /s %reg%\UI-ContextMenu-CopyTo.reg
test.0.0.0 = HKLM:SOFTWARE\Classes\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To\?={C2FBB630-2971-11D1-A18C-00C04FD75D13}
test.eval.0.0 = 0
disabled.0.0 = if.true
selected.0.0 = 0
description.0.1 = Add "Move To" to Context Menu options [Not selected by default]
command.0.1 = regedit /s %reg%\UI-ContextMenu-MoveTo.reg
test.0.1.0 = HKLM:SOFTWARE\Classes\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To\?={C2FBB631-2971-11D1-A18C-00C04FD75D13}
test.eval.0.1 = 0
disabled.0.1 = if.true
selected.0.1 = 0
description.0.2 = Add "Send To" to Context Menu options [Selected by default]
command.0.2 = regedit /s %reg%\UI-ContextMenu-MoveTo.reg
test.0.2.0 = HKLM:SOFTWARE\Classes\AllFilesystemObjects\shellex\ContextMenuHandlers\Send To\?={7BA4C740-9E81-11CF-99D3-00AA004AE837}
test.eval.0.2 = 0
disabled.0.2 = if.true
selected.0.2 = if.false
description.0.3 = Associate unknown files with notepad
command.0.3 = regedit /s %reg%\UI-ContextMenu-UnknownFiles.reg
test.0.3.0 = HKLM:SOFTWARE\Classes\*\Shell\open\command\?=notepad.exe %1
test.eval.0.3 = 0
disabled.0.3 = if.true
selected.0.3 = if.false
In this file, I've chosed that "Copy To" and "Move To" are not selected by default while "Send To" is selected.
But another user will prefer other options, so he will have to change the ini file.
The problem come from the fact that I will have more than 100 tweaks, so for a user not familiar with wihu, it would be a pain to edit.
And I can't prepare as many ini as users
So if you have any idea to simplify this, I'll take