MCT Posted June 23, 2004 Author Posted June 23, 2004 how do i set the default value to "nothing"just ,,%dword%,"" dword is a variable im using 2 replace the dword numbers (0x00010001)thanks
MCT Posted June 24, 2004 Author Posted June 24, 2004 alrighty, i think ive done it ... ive transfered all my .reg files to .INFcan someone look over my file plz, im expecting 2 have a couple minor mistakes, since its my first time...EDIT: i tried 2 apply the tweak on my vmware install & i got a bsod lol, can anyone tell me whats wrong with the tweak?regardstweaks.inf
Alanoll Posted June 24, 2004 Posted June 24, 2004 wow.....that's alot of tweaks....what I suggest is to break it down into sections. comment out line by line, which is easier in INFs are you can comment one line and a whole chunck is out of the process. Also, the AddReg should be:AddReg = Section1, Section2, Section3, Section4
MCT Posted June 24, 2004 Author Posted June 24, 2004 so, based upon what i have...instead of AddReg=performanceAddReg=whateveritsAddreg = performance,whatever,whatever2........ ?thanks
gosh Posted June 25, 2004 Posted June 25, 2004 Overall it looks fine, but i would recommend testing each section one by one to make sure the right registry tweaks are added.-gosh
MCT Posted June 25, 2004 Author Posted June 25, 2004 thanks 4 replyin gosh, i just tested it again with ONLY the performance tweaks, is there something in there thats casuin it 2 bsod? cuz thats what it did lol :Sregards
MCT Posted June 25, 2004 Author Posted June 25, 2004 this would be correct right...[Version]Signature=$CHICAGO$[DefaultInstall]AddReg=performance.Reg[performance.reg]HKLM,"Test for inf\my inf",,%dword%,0x00000001 ;I want this 2 create a key in "my inf" thats a dword with the default value of 1 [strings]Dword = 0x00010001thanks :
gosh Posted June 25, 2004 Posted June 25, 2004 WaitToKillServiceTimeout looks wrong. You need to go line by line to see what's causing the problems.-gosh
gosh Posted June 25, 2004 Posted June 25, 2004 or if you want you can use my inf. This is the current install4.inf and will be the last version.-goshInstall4.inf
MCT Posted June 25, 2004 Author Posted June 25, 2004 can u explain the differences between ,,, and ,, and how they are different?thanks
MCT Posted June 25, 2004 Author Posted June 25, 2004 after cifting threw alot of typo's i got it my inf 2 install just the performance tweaks so far, but thats 1 big accomplishment EDIT: 1 section left 2 check/fix rest has worked, i had ALOT of typo's :$EDIT2: All Fixed (i think) thanks 2 all that repliedregards :
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