![]() ![]() |
Nov 18 2005, 07:35 PM Post
#1 | |
| MS MVP Windows Shell/User ![]() ![]() ![]() Group: Members Posts: 346 Joined: 22-February 04 Member No.: 14702 | 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 |
| | |
Nov 18 2005, 08:16 PM Post
#2 | |
| Advanced Member ![]() ![]() ![]() Group: Members Posts: 400 Joined: 5-October 04 Member No.: 32887 |
Very Nice
|
| | |
Nov 18 2005, 09:31 PM Post
#3 | |
| I Love Moon ![]() ![]() Group: Members Posts: 166 Joined: 27-May 04 Member No.: 20877 |
thanks VAD
|
| | |
Nov 19 2005, 01:32 AM Post
#4 | |
| I Love MSFN... ![]() Group: Members Posts: 76 Joined: 30-December 04 From: Egypt Member No.: 39626 |
Thanks [VAD] ...Great Guide for beginners like me.
This post has been edited by mzar720: Nov 19 2005, 01:33 AM |
| | |
Nov 21 2005, 11:53 AM Post
#5 | |
| MS MVP Windows Shell/User ![]() ![]() ![]() Group: Members Posts: 346 Joined: 22-February 04 Member No.: 14702 |
Thanks for you kind comments, guys |
| | |
Nov 23 2005, 05:45 AM Post
#6 | |
| Group: Members Posts: 8 Joined: 19-September 05 Member No.: 73604 |
thx very much, VAD :-) gr8 job!! |
| | |
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 |
Nice info! This will help people understand about registry tweaks. |
| | |
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 |
Nice info ,maybe we could merge this thread with Registry tweaks PT3 mods & Admin? |
| | |
Nov 25 2005, 12:37 PM Post
#9 | |
| Follow the rules please :-) Group: Patrons Posts: 6780 Joined: 14-November 03 From: Bangalore, India Member No.: 9470 |
Merging with that topic wont help. Atleast this way, it will be visible independantly (in forum topic list, or in searches). Thanks VAD! |
| | |
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 |
Good point prathapml
|
| | |
Nov 25 2005, 03:24 PM Post
#11 | |
| MS MVP Windows Shell/User ![]() ![]() ![]() Group: Members Posts: 346 Joined: 22-February 04 Member No.: 14702 |
@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 |
| | |
Dec 11 2005, 10:56 AM Post
#12 | |
| Newbie Group: Members Posts: 26 Joined: 5-October 05 Member No.: 75723 | |
| | |
Dec 11 2005, 06:52 PM Post
#13 | |
| MS MVP Windows Shell/User ![]() ![]() ![]() Group: Members Posts: 346 Joined: 22-February 04 Member No.: 14702 |
@ccc Your guess is correct. The thread you're reading was not sticky at the time the quoted post was made |
| | |
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 |
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. |
| | |
Dec 24 2005, 08:49 PM Post
#15 | |
| CODE tags people, CODE tags! Group: Patrons Posts: 5496 Joined: 25-September 03 From: Dallas, Texas Member No.: 7393 OS: none |
Vadikan's article can now be read at http://unattended.msfn.org/unattended.xp/view/web/17/ so i'm unpinning this topic |
| | |
Dec 25 2005, 08:45 PM Post
#16 | |
| MS MVP Windows Shell/User ![]() ![]() ![]() Group: Members Posts: 346 Joined: 22-February 04 Member No.: 14702 |
@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? |
| | |
Dec 26 2005, 12:48 AM Post
#17 | |
| CODE tags people, CODE tags! Group: Patrons Posts: 5496 Joined: 25-September 03 From: Dallas, Texas Member No.: 7393 OS: none | 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. |
| | |
Dec 27 2005, 09:47 PM Post
#18 | |
| MS MVP Windows Shell/User ![]() ![]() ![]() Group: Members Posts: 346 Joined: 22-February 04 Member No.: 14702 |
Ok, I see, thanks Alanoll. I just thought the Desktop was the thing with my favorite wallpaper @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 |
| | |
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 |
Thanks Vadikan for digging up the old threads. Worth further study... QUOTE Can you suggest a different wording?... I think that's since been addressed. |
| | |
Mar 30 2006, 11:04 AM Post
#20 | |
| Newbie Group: Members Posts: 11 Joined: 28-March 06 Member No.: 92089 |
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 |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 21st November 2009 - 02:58 AM |