- Timestamp:
- Dec 17, 2024 2:39:56 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r107197 r107342 1752 1752 asRegEditorArgs = [ sRegEditorExePath, 'registry', 'write', 'HKLM', 1753 1753 'SYSTEM\\CurrentControlSet\\Services\\VBoxService', 'ImagePath', 'REG_SZ', 1754 '"' + sImagePath + '"'];1754 sImagePath ]; 1755 1755 # reg.exe is not able to write keys on older Windows versions (NT4, 2k). 1756 1756 elif oTestVm.sKind not in ('WindowsNT4', 'Windows2000',):
Note:
See TracChangeset
for help on using the changeset viewer.