Jump to content

Change Folder View


Recommended Posts

Well I got a few folder containing my music, and I would like to make a script that changes my Folder View from list to "Big Icons" (Dont know the english word.

A image says more :)

Posted Image

I could do it by moving the mouse / hotkeys. But I'm looking for a way to do i "better" and reliable (The loope etc is no problem only the change itself)

Edited by Shevilie

Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit

Link to comment
Share on other sites

@shevieli

These settings are manipulated through the registry.

Example this will set it to ICON VIEW.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\desktop\WindowMetrics]
"Shell Icon BPP"="16"
"Shell Icon Size"="32"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000

Save this as a .reg file and click it.

For more of the registry setting best do a google search.

regards

ptrex

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