Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Manipulating the Registry in Windows Vista
Message
 
To
07/11/2007 12:17:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01266101
Message ID:
01267337
Views:
7
If you don't have UAC turned on, no virtualization.

BUT, if you did have UAC turned on at one time (when file virtualization would be on), then turned it off, problems galore. Suddenly, VFP will "find" files it couldn't find before, and vice-versa.

Kevin

>>Hi Greg.
>>
>>>I not sure if that is entirely true. Using my Query tool, I can write to the LOCAL MACHINE section of the Registry. If I can't, then why does the data appear there?
>>
>>Are you sure it was written there? Did you check by reading the value back from the Registry? If so, then you've been fooled by virtualization into thinking the value was written there, but in fact it wasn't. If you check with RegEdit, you'll find that the value in fact doesn't exist where you think it is but instead was virtualized to HKEY_CLASSES_ROOT\VirtualStore\Machine.
>>
>>Doug
>
>Interesting tip.
>
>Here is what I did. Using my Query Tool, I executed from the command window this statement.
>
>
>? query([INSERT INTO registry HKLM\Software\LifeCycle\Build\ (frName,frValue,frType) VALUES ("Dummy","Something",1)])
>
>
>It returned a value of 1. This indicates that the value was writen correctly. I then openned RegEdit, and navigated to the path I passed, in Local_Machine. The keys and value was there.
>
>I also checked the registry path you suggested and did not find a entry.
>
>I do not have the UAC turn on. I wonder if that may be the reason.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform