Jeremy Posted February 23, 2005 Share Posted February 23, 2005 I just want to know what to do with my Services.reg file so my Services will be configured my way at first boot. Can someone just give me the steps in point form, please?Thanks in advance,Jeremy Link to comment Share on other sites More sharing options...
Yzöwl Posted February 23, 2005 Share Posted February 23, 2005 It just needs applying at T12 (cmdlines.txt)e.g. [COMMANDS]"REGEDIT32.EXE /S services.reg" Link to comment Share on other sites More sharing options...
Sonic Posted February 23, 2005 Share Posted February 23, 2005 I think you can execute your reg into cmdlines.txt[Commands]"REGEDIT /S YourReg.reg"Edit: Yzöwl you're fastest than me Link to comment Share on other sites More sharing options...
SiMoNsAyS Posted February 23, 2005 Share Posted February 23, 2005 another thing, i also disabled some of my app's services so if you install them from runonce be sure to re-import the file. Link to comment Share on other sites More sharing options...
Jeremy Posted February 24, 2005 Author Share Posted February 24, 2005 So, I make a CMDLines.txt (wait, think there already is one) and put in[Commands]"REGEDIT /S Services.reg"And that's it? And if I have any reg tweaks, just throw them in too? Link to comment Share on other sites More sharing options...
war59312 Posted February 24, 2005 Share Posted February 24, 2005 Yes create a cmdlines.txt in your $OEM$ folder.Or just grab attachment.Well you can also import registry keys via runonce or GuiRunOnce.I use all three since some tweaks do not take affect after a restart. Even if I import them via cmdlines or guirunonce since it has not restarted at least once so then I use exrunonce to import those "speical" registry tweaks after rebooting one time. Link to comment Share on other sites More sharing options...
Jeremy Posted February 24, 2005 Author Share Posted February 24, 2005 Ok, so the CMDlines.tst goes in $OEM$. What about my actual reg file? Same folder?War, can you teach me about the RunOnce things? Gui, Ex, and the third one? What is T12?I'm a newbie at Unattended, obviously.I also want to be able to make it so certain applications will install during setup.Cheers,Jeremy Link to comment Share on other sites More sharing options...
Jeremy Posted February 24, 2005 Author Share Posted February 24, 2005 Does anyone know the reg for disabling the Sound Volume icon in System Tray?[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray]"Services"=dword:0000001fI guess that's to enable it, what about disabling? Just turn the 1 to a 0? Confused because of the F at the end. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now