SoftPerfect Support Forum
SoftPerfect RAM Disk
How to make RAM Disk run in safe mode
Started by agablex
|
How to make RAM Disk run in safe mode 07 March 2024, 01:39 |
Registered: 2 years ago Posts: 2 |
|
|
Re: How to make RAM Disk run in safe mode 07 March 2024, 10:09 |
Admin Registered: 20 years ago Posts: 1 996 |
That's possible with the following registry modifications:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\SPVDPort] @="Service" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\SPVVEngine] @="Service" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\SPVDPort] @="Service" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\SPVVEngine] @="Service" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SPVVEngine] "Group"="SCSI Class"This adds the RAM Disk drivers to the list to be loaded with Safe Mode and Safe Mode with Networking.
|
Re: How to make RAM Disk run in safe mode 11 March 2024, 02:58 |
Registered: 2 years ago Posts: 2 |