How to make persistent changes in the Windows registry?

jefazo92

New member
Local time
1:05 AM
Messages
1
I have a Windows 7 VM and I'm trying to modify the keys in HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SystemInformation since I want to change the data in both SystemProductName and BIOSVersion from "VirtualBox" to the values in my actual physical machine. However, the changes I make are not persistent through a reboot.
Looking around I've found that the HKEY_LOCAL_MACHINE hive is reassembled upon reboot and that a GPO overseeing those keys could also be reverting my changes upon reboot. I tried changing the permissions of the SystemInformation folder by unchecking Include inheritable permissions from this object's parents and adding my user as the only user to have (Full-control) permissions on the folder. However, after reboot, these changes reverts back to their original settings (same users with the same permissions from before).
Therefore what can I do to make my changes permanent? I have been looking online but have not found any posts that describe how to do this effectively. I would really appreciate your help.
 

Attachments

  • windows7systeminfo.png
    windows7systeminfo.png
    62 KB · Views: 1

My Computers

System One System Two

  • OS
    Windows 7 Pro x64
  • Computer type
    PC/Desktop
The reason why the registry key reverts back is because this key takes its entry from drivers you have installed.

If you want to "match" your currently installed host OS, try VMware Workstation Player with VMware Convertor. VMware Knowledge Base

I personally use VMware Workstation Player. The highest version of VMware Workstation Player compatible with Windows 7 is version 15.
 

My Computer

Computer type
PC/Desktop
OS
Windows 7 Ultimate x64
Back
Top