Jump to content

Recommended Posts

Posted

how do i set the default value to "nothing"

just ,,%dword%,""

dword is a variable im using 2 replace the dword numbers (0x00010001)

thanks :)


Posted

alrighty, i think ive done it ... ive transfered all my .reg files to .INF

can 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?

regards

tweaks.inf

Posted

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

Posted

so, based upon what i have...

instead of

AddReg=performance

AddReg=whatever

its

Addreg = performance,whatever,whatever2........ ?

thanks :)

Posted

Overall it looks fine, but i would recommend testing each section one by one to make sure the right registry tweaks are added.

-gosh

Posted

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

regards

Posted

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                       = 0x00010001

thanks :):

Posted

WaitToKillServiceTimeout looks wrong. You need to go line by line to see what's causing the problems.

-gosh

Posted

can u explain the differences between

,,, and ,, and how they are different?

thanks :)

Posted

after cifting threw alot of typo's i got it my inf 2 install :rolleyes: just the performance tweaks so far, but thats 1 big accomplishment :D

EDIT: 1 section left 2 check/fix rest has worked, i had ALOT of typo's :$

EDIT2: All Fixed (i think) :D

thanks 2 all that replied

regards :):

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