Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting the status of a XP Win Explorer Folder Option
#1
I need to "read" in one of my macros the status (whether it is ticked or not) of one of the values set in XP Windows Explorer, Tools-Folder Options-View-Advanced Settings), namely "Display the full path in the title bar". I wonder whether there exists a registry value or any other way to get the status. Any advice or experience will be mostly appreciated.
#2
I believe all these settings are in registry. Google in stackoverflow etc.
#3
Dear Gintaras,

Many thanks indeed. I will communicate to the forum any relevant findings. Best regards.
#4
Here is the solution :

Macro temp17
Code:
Copy      Help
str skey="Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState"
str snam="FullPath"
str sval
int i=rget(sval snam skey)
out F"{i} - {sval}"


Forum Jump:


Users browsing this thread: 1 Guest(s)