RegistryReadKey with type REG_EXPAND_SZ
Moderators: JRL, Dorian (MJT support)
RegistryReadKey with type REG_EXPAND_SZ
RegistryReadKey>HKEY_CURRENT_USER,Control Panel\Colors,ActiveTitle,VActTitle
MessageModal>%VActTitle%Works, but:
RegistryReadKey>HKEY_LOCAL_MACHINE,SOFTWARE\Valve\Steam,InstallPath,sSteamPath
MessageModal>Steam found at: %sSteamPath%does not.
I'm assuming it's because the InstallPath is type REG_EXPAND_SZ rather than just REG_SZ.
Is this a limitation with msched? Other RRK entries with the same root_key and key work.
MessageModal>%VActTitle%Works, but:
RegistryReadKey>HKEY_LOCAL_MACHINE,SOFTWARE\Valve\Steam,InstallPath,sSteamPath
MessageModal>Steam found at: %sSteamPath%does not.
I'm assuming it's because the InstallPath is type REG_EXPAND_SZ rather than just REG_SZ.
Is this a limitation with msched? Other RRK entries with the same root_key and key work.
Hi,
I have not used the 'RegistryReadKey' but I used the 'RegistryWriteKey' a few times.
For the RegistryWriteKey>HKEY_CURRENT_USER, it works great for me so far.
But for the RegistryWriteKey>HKEY_LOCAL_MACHINE, it only works if I logged in with admin right.
I heard that there is a vb script that could allow an user to change registry. Am I mis-informed?
Thanks
I have not used the 'RegistryReadKey' but I used the 'RegistryWriteKey' a few times.
For the RegistryWriteKey>HKEY_CURRENT_USER, it works great for me so far.
But for the RegistryWriteKey>HKEY_LOCAL_MACHINE, it only works if I logged in with admin right.
I heard that there is a vb script that could allow an user to change registry. Am I mis-informed?
Thanks
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact: