| View previous topic :: View next topic |
| Author |
Message |
motuslechat
Joined: 22 Oct 2004 Posts: 30
|
Posted: Wed Jun 01, 2005 11:15 am Post subject: New operating system variables |
|
|
Hi,
Thank you Chris for your job.
Is it possible to add 4 news variables for "default user" profil :
A_DesktopDefault
A_StartMenuDefault
A_ProgramsDefault
A_StartupDefault
Thank you again.
MotusLechat |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
Posted: Wed Jun 01, 2005 6:42 pm Post subject: |
|
|
| Why would you need a variable for the default user's folders? The values should remain the same, right? Hardcoding the path shouldn't be a problem. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Wed Jun 01, 2005 9:14 pm Post subject: |
|
|
I think you can grab those values out of the registry with RegRead. For example:
HKEY_USERS
.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
Start Menu
Internally, this is all the program does to get these values. |
|
| Back to top |
|
 |
|