Jump to content

Change color to text name for a folder


Recommended Posts

Change color to text name for a folder.

Posted Image

What command can I uso to modify the color and background text name under an icon.

Can I do this modyfing the windows registry ?

Best Regards

Traducción AutoIt al Español. http://autoitespa.espanaforo.com/forum.htm . Visita el foro de AutoIt en español http://www.emesn.com/autoitforum/. I am a simple user, not a programmer.

Link to comment
Share on other sites

It may be this:

RegWrite("HKEY_CURRENT_USER\Control Panel\Colors","Hilight","REG_SZ","128 0 0")

I had to write an app that changed the Windows appearance once and here was how I did it. First I found all the places the theme info is stored in the registry. That Colors key might be a good place to start. So i go in the registry and export the entire Colors key. Then I exit and go into the Display properties and make some changes. Then export the Colors key again and check for differences.

Some changes may require a restart. I never figured out how to use AutoIT to get Windows to reset the display without a reboot.

Edited by Tripredacus
Link to comment
Share on other sites

It may be this:

RegWrite("HKEY_CURRENT_USER\Control Panel\Colors","Hilight","REG_SZ","128 0 0")

I had to write an app that changed the Windows appearance once and here was how I did it. First I found all the places the theme info is stored in the registry. That Colors key might be a good place to start. So i go in the registry and export the entire Colors key. Then I exit and go into the Display properties and make some changes. Then export the Colors key again and check for differences.

Some changes may require a restart. I never figured out how to use AutoIT to get Windows to reset the display without a reboot.

Are you sure ? I don't see the name of the target folder or the target file .

Have you make evident with proofs ?

Best Regards

Traducción AutoIt al Español. http://autoitespa.espanaforo.com/forum.htm . Visita el foro de AutoIt en español http://www.emesn.com/autoitforum/. I am a simple user, not a programmer.

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...