IPB

Google Frontpage Forums Unattended CD/DVD Guide
 Forum Rules Unattended CD/DVD Guide Homepage · MSFN Forum Rules
2 Pages V   1 2 >  
Reply to this topicStart new topic
> [ guide | article ] Registry Tweaks, to help beginners get started
Vadikan
post Nov 18 2005, 07:35 PM
Post #1


MS MVP Windows Shell/User
***

Group: Members
Posts: 346
Joined: 22-February 04
Member No.: 14702
Country Flag


QUOTE
The idea behind importing the registry tweaks during unattended installation is that you won't have to tweak the system manually or with a tweaker afterwards. You will already have all your favorite tweaks imported into the registry upon the first logon. Perhaps, the classic tweak is to speed up the appearance of the Start menu elements, because they are indeed slow to open by default. You probably know, that opening the Registry editor (regedit.exe), navigating to the HKEY_CURRENT_USER\Control Panel\Desktop key and modifying the value of the MenuShowDelay parameter from 400 to, say, 20 does the trick.



However, there's an alternative way.

Read more...

This post has been edited by Vadikan: Dec 25 2005, 08:07 PM
Go to the top of the page
 
+Quote Post
keytotime
post Nov 18 2005, 08:16 PM
Post #2


Advanced Member
***

Group: Members
Posts: 400
Joined: 5-October 04
Member No.: 32887



Very Nice
Go to the top of the page
 
+Quote Post
The Black Cloud
post Nov 18 2005, 09:31 PM
Post #3


I Love Moon
**

Group: Members
Posts: 166
Joined: 27-May 04
Member No.: 20877
Country Flag


thanks VAD
Go to the top of the page
 
+Quote Post
mzar720
post Nov 19 2005, 01:32 AM
Post #4


I Love MSFN...
*

Group: Members
Posts: 76
Joined: 30-December 04
From: Egypt
Member No.: 39626
Country Flag


Thanks [VAD] ...Great Guide for beginners like me.

This post has been edited by mzar720: Nov 19 2005, 01:33 AM
Go to the top of the page
 
+Quote Post
Vadikan
post Nov 21 2005, 11:53 AM
Post #5


MS MVP Windows Shell/User
***

Group: Members
Posts: 346
Joined: 22-February 04
Member No.: 14702
Country Flag


Thanks for you kind comments, guys smile.gif
Go to the top of the page
 
+Quote Post
pkuwyc
post Nov 23 2005, 05:45 AM
Post #6





Group: Members
Posts: 8
Joined: 19-September 05
Member No.: 73604
Country Flag


thx very much, VAD :-)
gr8 job!!
Go to the top of the page
 
+Quote Post
Aaron_
post Nov 23 2005, 07:17 AM
Post #7


nLite/XPize Addict
**

Group: Members
Posts: 193
Joined: 3-April 05
From: Tenerife (Spain)
Member No.: 50381
Country Flag


Nice info!

This will help people understand about registry tweaks. yes.gif
Go to the top of the page
 
+Quote Post
glent
post Nov 23 2005, 08:53 AM
Post #8


Tpyo Spceialist
******

Group: Members
Posts: 1037
Joined: 16-August 04
From: UK
Member No.: 27774
OS: XP Pro x86
Country Flag


Nice info ,maybe we could merge this thread with Registry tweaks PT3
mods & Admin?
Go to the top of the page
 
+Quote Post
prathapml
post Nov 25 2005, 12:37 PM
Post #9


Follow the rules please :-)
Group Icon

Group: Patrons
Posts: 6780
Joined: 14-November 03
From: Bangalore, India
Member No.: 9470
Country Flag


Merging with that topic wont help. Atleast this way, it will be visible independantly (in forum topic list, or in searches).

Thanks VAD! thumbup.gif
Go to the top of the page
 
+Quote Post
glent
post Nov 25 2005, 01:01 PM
Post #10


Tpyo Spceialist
******

Group: Members
Posts: 1037
Joined: 16-August 04
From: UK
Member No.: 27774
OS: XP Pro x86
Country Flag


Good point prathapml
Go to the top of the page
 
+Quote Post
Vadikan
post Nov 25 2005, 03:24 PM
Post #11


MS MVP Windows Shell/User
***

Group: Members
Posts: 346
Joined: 22-February 04
Member No.: 14702
Country Flag


@glent
You can add the link to this guide in first post of the "Registry Tweaks Pt3" thread. It may help a little bit, if people ask how to apply the tweaks in the thread. In addition, one can just reply with the link to this guide instead of sending to search or going thru the basics smile.gif
Go to the top of the page
 
+Quote Post
ccc
post Dec 11 2005, 10:56 AM
Post #12


Newbie


Group: Members
Posts: 26
Joined: 5-October 05
Member No.: 75723
Country Flag


QUOTE (VAD @ Nov 18 2005, 07:35 PM) *
There's a sticky registry tweaks thread in the Unattended forum at MSFN. The first post of this thread has a text file attached with numerous registry tweaks.

Guess that means this thread "Registry Tweaks Pt 3" and the "Registry_Tweaks_10_10_05.rar" file.
Thanks
Go to the top of the page
 
+Quote Post
Vadikan
post Dec 11 2005, 06:52 PM
Post #13


MS MVP Windows Shell/User
***

Group: Members
Posts: 346
Joined: 22-February 04
Member No.: 14702
Country Flag


@ccc
Your guess is correct. The thread you're reading was not sticky at the time the quoted post was made newwink.gif
Go to the top of the page
 
+Quote Post
Takeshi
post Dec 17 2005, 09:00 PM
Post #14


Legitchecking...
******

Group: Members
Posts: 1107
Joined: 9-September 04
From: ax³+bx²+cx+d=δx²/δxδy
Member No.: 30435
Country Flag


I have a few comments.

Well-known security identifiers in Windows operating systems
http://support.microsoft.com/default.aspx?...kb;en-us;243330

The KB doesn't mention S-1-5-21-SID. It refers to the user currently logged on and is incorporated into HKCR. If you use secondary logon, there will be another set of S-1-5-21-SID and S-1-5-21-SID_classes keys.

SIDs are different among different users and between installations.

HKEY_USERS\.DEFAULT:

QUOTE
.DEFAULT contains the per-user settings that Win XP uses to display the desktop before any user logs on to the computer. This isn't the same thing as a default user profile...


from Jerry Honeycutt, Microsoft Windows XP Registry Guide, MS Press: strongly recommended reading for those interested in the registry.

This means the HKEY_USERS\.DEFAULT hive in system32\config\default is not necessarily identical to the NTUSER.DAT hive in the Default User profile. Load the latter and compare it with the former.

If you want changes which only affect your own account and not all accounts, then you must only import the reg when you're logged on. I can't see any other easy way to do it.

Does anyone know:

When are the Default User, Default and other hives created during Setup? And from which files in i386?

There's only a SETUPREG.HIV in i386 and this contains the CurrentControlSet001 which will be formed under HKLM\SYSTEM eventually.
Go to the top of the page
 
+Quote Post
Alanoll
post Dec 24 2005, 08:49 PM
Post #15


CODE tags people, CODE tags!
Group Icon

Group: Patrons
Posts: 5496
Joined: 25-September 03
From: Dallas, Texas
Member No.: 7393
OS: none
Country Flag


Vadikan's article can now be read at http://unattended.msfn.org/unattended.xp/view/web/17/

so i'm unpinning this topic smile.gif
Go to the top of the page
 
+Quote Post
Vadikan
post Dec 25 2005, 08:45 PM
Post #16


MS MVP Windows Shell/User
***

Group: Members
Posts: 346
Joined: 22-February 04
Member No.: 14702
Country Flag


@Takeshi
I think it's a good idea to add the link to KB243330 (SIDs) to the article. As for the HKEY_USERS\.DEFAULT I stated
QUOTE
the HKEY_USERS\.DEFAULT keys may pertain to the settings enforced before users log on (e.g. the default keyboard layout for the logon window).
Can you suggest a different wording? By some reason I don't really like
QUOTE
contains the per-user settings that Win XP uses to display the desktop before any user logs on to the computer
How do you display the desktop before any user logs on? unsure.gif
Go to the top of the page
 
+Quote Post
Alanoll
post Dec 26 2005, 12:48 AM
Post #17


CODE tags people, CODE tags!
Group Icon

Group: Patrons
Posts: 5496
Joined: 25-September 03
From: Dallas, Texas
Member No.: 7393
OS: none
Country Flag


QUOTE
How do you display the desktop before any user logs on?

It's what's displayed if you're using Classic Logon or you CTRLALTDEL twice at the welcome screen.
Go to the top of the page
 
+Quote Post
Vadikan
post Dec 27 2005, 09:47 PM
Post #18


MS MVP Windows Shell/User
***

Group: Members
Posts: 346
Joined: 22-February 04
Member No.: 14702
Country Flag


Ok, I see, thanks Alanoll. I just thought the Desktop was the thing with my favorite wallpaper smile.gif I don't think my explanation is worse, but it's so hard to critically look in the mirror smile.gif

@Takeshi
QUOTE
When are the Default User, Default and other hives created during Setup? And from which files in i386?

There's only a SETUPREG.HIV in i386 and this contains the CurrentControlSet001 which will be formed under HKLM\SYSTEM eventually.

I think you need to visit this thread and this post in it. I never paid much attention to this method of configuring registry, but lately thoughts of converting from reg to inf crossed my mind smile.gif
Go to the top of the page
 
+Quote Post
Takeshi
post Jan 12 2006, 12:39 AM
Post #19


Legitchecking...
******

Group: Members
Posts: 1107
Joined: 9-September 04
From: ax³+bx²+cx+d=δx²/δxδy
Member No.: 30435
Country Flag


Thanks Vadikan for digging up the old threads. Worth further study...
thumbup.gif

QUOTE
Can you suggest a different wording?...


I think that's since been addressed.
Go to the top of the page
 
+Quote Post
tIlldEath
post Mar 30 2006, 11:04 AM
Post #20


Newbie


Group: Members
Posts: 11
Joined: 28-March 06
Member No.: 92089
Country Flag


Thx very much for this great tutorial, it did a great help to me

i think there is a small mistake in this tutorial
here @ [GuiRunOnce] you saied
QUOTE
The commands must be enclosed in quotes


while here under the "HKEY_LOCAL_MACHINE (HKLM)" you didnt put the codes between qoutes

CODE
ECHO.
ECHO Applying Registry Tweaks...
REGEDIT /S %systemdrive%\install\hklm.reg


plz check and let me know

thx again smile.gif
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

2 Pages V   1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 21st November 2009 - 02:58 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy