Jump to content

Visual Effects (Finaly works)


Recommended Posts

Ok first off I did quit a bit of searching through this forum and found a lot about visual effects. NONE of which worked LOL.

So I took it myself to find out why and make it work cause I wanted to be able to set those during setup also.

Turns out that everyone was trying to change reg keys in HKLM and HKCU.

Turns out its not in any of those and it is spead around in about 5 different places ALL under HKU!!

Hah! what a pain in the butt! problem is the main key that it is under is different for every computer. So simply putting a reg file up wont work.

I then decide to write a program that would find the correct key and set the settings for you. You can even choose what setting you want and run the program with the /silent switch or just run it normaly and then reboot.

I have tested it and it works.

So for once and for all the visual effects probelm is now fixed.

msg me if any bugs are found.

setting at over 550 lines of code. mainly reg crap.

Any ways enjoy!!

Sorry for not more details, but after testing this took me over 8 hours to find the right keys and make the program.

BUT!!! I for one dont like to use programs I dont have code to, so if you have any questions about the program and how it works just leave a post and I will answer :-)

Edit:

Current program version is 1.0.3

The program supports /silent command and can be ran at any time.

But of course when using this in a automated setup of xp you would like to have the

visual effects set for all user accounts that are created.

Heres how to do that with this program.

Now put the settings.ini and SetVisualEffects.exe in the folder $OEM$\$$\System32

on your setup cd. This will copy the files to the system32 dir of windows (which is

where we want them to be and stay)

now in the folder $OEM$ you may or should have the cmdlines.txt file. You will need

to put setstartup.reg in the $OEM$ folder with cmdlines.txt.

Now edit cmdlines.txt and add this to the second line (or any where as long as it is

done before any accounts are created) "REGEDIT /S setstartup.reg" (make sure to have

the " to.

Now you are all set.

Everytime you create a new account the program will run only once and set the visual effects.

Thanks to andrewpayne

Here are a little better to understand the instructions

As a step by step resume for others trying this method -

1. Download smc1979's file from his first post in this topic

2. Run the executable SetVisualEffects.exe and then select the options you want.

3. This will then save your settings in 'settings.ini'

4. Copy the settings.ini and SetVisualEffects.exe into your $OEM$\$$\SYSTEM32 folder on your XPCD (thus automating the copy to your windows\system32 folder)

5. Copy the setstartup.reg to the $OEM$ folder (alongside cmdlines.txt).

6. Edit cmdlines.txt and add "REGEDIT /S setstartup.reg" to the second line (before any accounts are created)

et viola! Visual Effects that finally works!

VisualEffectsChangerXP.zip

Link to comment
Share on other sites


only one! /silent

You can open the program before you put it on the cd and set the setting by simply checking the ones you want. the setting are saved in the settings.ini.

So when it is ran with the /silent switch it will read those settings.

So this program also have a GUI interface :-)

Link to comment
Share on other sites

I am fixing that now, the next version will be 1.0.1 and will be up in about an hour. when ran with the silent command it will now hide the window.

Also I found a small bug and I have that fixed.

Give me a few mins. and the new version will be up

Link to comment
Share on other sites

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