search for: delreg

Displaying 3 results from an estimated 3 matches for "delreg".

Did you mean: defreg
2016 Jun 06
1
[PATCH] v2v:windows: prevent Parallels drivers from loading at boot
...es. Note that the services are being disabled ("Start" value set to 4) rather than their node removed, to avoid confusing the uninstaller which is scheduled to run from a firstboot script. In addition, prl_strg (storage filter driver) is unlinked from the storage subsystem following the DelReg directive from its .inf file, otherwise Windows crashes with BSOD 0x7b due to missing dependency of the storage subsystem. Signed-off-by: Roman Kagan <rkagan@virtuozzo.com> --- v2v/convert_windows.ml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff...
2017 Feb 18
11
[PATCH 0/8] Miscellaneous cleanups to Windows registry code.
A very miscellaneous set of cleanups to how we handle the Windows registry in virt-v2v, firstboot, and inspection code. This should all be straightforward non-controversial refactoring. Some highlights: - Add a new mllib Registry module containing various utility functions that are currently scattered all around. - Only compute the software/system hive paths once during inspection, and
2008 Jun 27
0
Wine release 1.1.0
...sts: Remove win9x specifics from testInstallClass. setupapi/tests: Remove last win9x references. setupapi/tests: Prevent crash on NT4. setupapi/tests: Remove a registry key on failure for NT4. setupapi/tests: Fix a test on NT4. setupapi/tests: Add a simple test for the DelReg directive. shell32/tests: Skip some tests if functions are not available. kernel32/tests: Add some tests for GetConsoleCursorInfo. kernel32: Fix return values of GetConsoleCursorInfo. shlwapi/tests: Fix a test on Vista. shlwapi/tests: Fix another test on Vista. Petr D...