Jump to content

Recommended Posts

Posted

Thanks to Aaron, i got some space to upload files.

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


Posted

why not use a command like this to process all reg files in a folder

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 :rolleyes:

i use it for my hotfixes .. 3 lines of code to do all hotfixes .. nice :D

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 :)

Posted
i use it for my hotfixes .. 3 lines of code to do all hotfixes .. nice :rolleyes:

hey...could you tell me where to download all the executable hotfixes? :D i'm goin to create my own cd soon but i need those hotfixes and sp1

:)

Posted

@Numinous, why is it that you allways s**g people off all the time, then when they respond to you, you say only joking, why do you not just keep your opinions to yourself, not everyone is as clever as you *cough* *cough* oh my i wish i was a god like you, if only i knew everything in the world just like you **NOT** most people in here have forgotten more than you will ever know, but for all those that havn't, why dont you just leave them the f**k alone and try and be a little more constructive with your comments.

Devil270975 all for NEWBIE POWER

Lee

Posted

yeah well ..whatever lee pmsl :) maybe im piddled off with stupid a** questions that are totally not related to the subject.. i work out an answer only to find that someone jumps in with an unrelated question, meaning, anyone whos read the topic probably wont spot the post if they jump to the end like me ..how anyone can miss a pinned subject thats usually top of the topics beats me ..your entitled to your opinion lee, even if it does go in one ear and out the other ..i spend time on my thoughts, only to see them fade in a wash of dumbass questions.. aaron ..any chance of a dumbass questions topic pinned to the top.. only jokin :rolleyes: they wont spot it

your right.. i am like god .. i give with one hand and slap with the other :D

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

  • 1 year later...
Posted

Ego or Eggo? Too much syrup! Whoooaaa!

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***. :thumbup

This is MSFN Unattended, not grade 6.

Posted

Now, Jeremy, why in the world are you replying to a nearly two year old topic to add your two cents? Who is making whom look like what!?

Personally, I miss Numinous. There was a chap with brains, spunk, and loved to have fun!

Numinous! Come back!

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...