manual edits for Registry

R

Robert G. Hoover

Hi All,

I'd like to write my own program to manually edit the Registry to configure a
computer with my personal preferences. Typically, it takes me 15-30 minutes to
configure the settings in Windows manually.

For example, I'd like to set the Keyboard delay to zero.....
HKEY_CURRENT_USER\Control Panel\Keyboard
KeyboardDelay, REG_SZ, 0

....and set the mouse cursors to animated defaults...
HKEY_CURRENT_USER\Control Panel\Cursors
AppStarting, REG_EXPAND_SZ, %SYSTEMROOT%\Cursors\appstart.ani
Wait, REG_EXPAND_SZ, %SYSTEMROOT%\Cursors\hourglas.ani

....and set the Performance Options to a custom selection of items like Smooth
Fonts, Show Contents While Dragging, and Show Common Tasks...

....and set Windows System Failure to not Automatically Restart...

....and set the Start Menu for Number of Programs on Start Menu = 0, not Open
Submenus, not Highligh newly installed programs, etc.

Is there any document out there which details the corresponding Registry keys
for Windows environment settings such as these?

Many thanks!

Rob
 
M

Mark Blain

Hi All,

I'd like to write my own program to manually edit the Registry to
configure a computer with my personal preferences. Typically, it takes
me 15-30 minutes to configure the settings in Windows manually.

For example, I'd like to set the Keyboard delay to zero.....
HKEY_CURRENT_USER\Control Panel\Keyboard
KeyboardDelay, REG_SZ, 0

...and set the mouse cursors to animated defaults...
HKEY_CURRENT_USER\Control Panel\Cursors
AppStarting, REG_EXPAND_SZ, %SYSTEMROOT%\Cursors\appstart.ani
Wait, REG_EXPAND_SZ, %SYSTEMROOT%\Cursors\hourglas.ani

...and set the Performance Options to a custom selection of items like
Smooth Fonts, Show Contents While Dragging, and Show Common Tasks...

...and set Windows System Failure to not Automatically Restart...

...and set the Start Menu for Number of Programs on Start Menu = 0,
not Open Submenus, not Highligh newly installed programs, etc.

Is there any document out there which details the corresponding
Registry keys for Windows environment settings such as these?

Many thanks!

Rob

There's some good stuff in the Knowledgebase under "User
Preferences Entries", but it's not comprehensive.
<http://support.microsoft.com/search...talog=LCID=1033&spid=&qryWt=&mode=r&cus=False>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top