Jump to content

Req : Memorise selections


XPect

Recommended Posts

Yes, me again :P

Still in implementing tweaks, so I've put some default selections in wihu that other users won't like.

Changing default selections in an ini file of hundreds tweaks could be a little pain.

What about a boutton to save the selections in the ini file ?

This could allow users to set their parameters easilly by running wihu a 1st time before doing unattended install. :)

Link to comment
Share on other sites


No, I don't think it will do the work

I'll give you the begining of my ini for example:

[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 :D

So if you have any idea to simplify this, I'll take :thumbup

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...