Tagged Questions
0
votes
2answers
544 views
Windows 7: What is the difference between turning testsigning on and disabling integrity check
To disable KMCS in Windows 7 64 bit, What is the difference between
bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ON
Are both necessary or either one to ...
0
votes
2answers
765 views
Access the Windows 7 Boot Configuration Data using C#
I need to be able to access the identifier GUID of the current running installation of Windows from the Boot Configuration Data Store using c#. It can be returned from the command line running:
...
0
votes
0answers
393 views
Hiding dual boot partition on WIndows 7 [closed]
I have presently a single windows 7 partition as drive C.
What I would like is to copy it into another partition and make both of them dual boot. Each should boot as drive C while the other one is ...