Gosh's Registry Files
#1
Posted 14 October 2003 - 12:54 AM
I uploaded my unattended registry entries here
Extract the zip file to $OEM$\$$\
In your unattend file, put this:
[Unattended]
UnattendMode=FullUnattended
OemPreinstall=Yes
OemSkipEula=Yes
[GuiRunOnce]
Command0="%windir%\Reg\reg.bat"
Now when you install xp unattended, it'll import all my registry settings. These settings are only for XP Pro. As you see, i took a slightly different approach from most people. I have the registry files saved as .reg files, and reg.bat imports them. This wasy is very flexible, allowing me to add/remove reg hacks very easily.
My reg hacks do the following:
-disables 4 services
-Clears the XP start menu (i don't know why but it does)
-associates .sif and .nfo files as text files
-customizes the explorer interface
-disables simple file sharing
and more.
Enjoy,
-gosh
#2
Posted 15 October 2003 - 07:53 AM
for %%i in (%systemdrive%\install\Tweaks\*.reg) do REGEDIT /S %%i
this'll work in cmdlines.txt and guirunonce.. dont even have to cd into the folder as the variable %%i contains the full path and filename of the reg file
just a thought
i use it for my hotfixes .. 3 lines of code to do all hotfixes .. nice
edit :: might be better to use this
for %%i in (%systemdrive%\install\Tweaks\*.reg) do start /wait REGEDIT /S %%i
dont want the machine to overload processing 100 reg files at once
#3
Posted 15 October 2003 - 08:10 AM
Numinous, on Oct 15 2003, 07:53 AM, said:
hey...could you tell me where to download all the executable hotfixes?
#4
Posted 15 October 2003 - 08:11 AM
surprised you can type with no eyes.. you using a braille keyboard or sumink
#5
Posted 15 October 2003 - 12:43 PM
#6
Posted 15 October 2003 - 12:49 PM
#8
Posted 15 October 2003 - 08:26 PM
#9
Posted 16 October 2003 - 05:27 PM
Devil270975 all for NEWBIE POWER
Lee
#10
Posted 16 October 2003 - 07:17 PM
your right.. i am like god .. i give with one hand and slap with the other
and forgotten more than i know
you say constructive with my comments, you obviously didnt read top down.. exactly my argument
someone give lee some NEWBIE POWER ffs lol ..theres actually quite a good tip in this topic if you can spot it
how you can say i slag people off all the time i dont know, and you looked my name up in a dictionary, my good god, your not a stalker are ya ..now im worried.. sorry lee i dont do gay ..if you like shaggin men thats your bag.. not your handbag, what i mean is, whatever turns you on, i got nothing against your kind, just dont do it near me
#11
Posted 17 October 2003 - 05:46 AM
And Numinous, you need to watch your attitude towards other members around here.
#12
Posted 17 October 2003 - 05:51 AM
i do need to calm down for the simple fact theres more waiting in line
your right
#13
Posted 21 February 2005 - 12:34 AM
Nice tips in the beginning of the thread, anyways...
Nominous, I see you decided to do the typical immature sexuality preference of the other poster for the sake of making yourself feel like you successfully "dissed it out". Well, congratulations on making yourself look like an id***.
This is MSFN Unattended, not grade 6.
#14
Posted 21 February 2005 - 02:18 AM
Personally, I miss Numinous. There was a chap with brains, spunk, and loved to have fun!
Numinous! Come back!
#16
Posted 13 October 2005 - 08:04 AM
1:) New visitors to the forum, who are visiting a PINNED TOPIC get to wade through all your posturing before they figure out that everything useful is at the top.
2:) Every reply uses server space, and bandwidth in BOTH directions. Your flames eat up space on a server, and waste server bandwidth. Other readers also waste their bandwidth downloading your comments, which are unrelated to the PINNED TOPIC.
3:) Posting off-topic personal requests in a forum thread muddies up the reading for everyone. We routinely remove off-topics, or move them to more appropriate places.
... This is where I decide I won't waste any more bandwidth or time. In short, this thread contains useful information and was pinned as part of the library for unattended developers. The replies here make the thread appear amateurish and childish. Is that your intent? If not, maybe every reply which doesn't further enhance the topic would have been more appropriate in a PM. These are just the thoughts of one renegade coder who visits this site pretty frequently...(and probably the reason all my code still goes to open-source projects
#17
Posted 13 October 2005 - 11:33 AM
Speaking of going off topic, what does your post have to do with "Gosh's Registry Files"? This thread isn't pinned either.



Help
Back to top









