Re: How To: Registry edit to .cab
How do you include more than one registry edit into one cab?
I was just able to create a cab to make this reg edit:
HKEY_LOCAL_MACHINE\SYSTEM\GDI\GLYPHCACHE\limit
8192 -> 16384
How would I create a cab that incorporates more than just one reg edit such as the above reg edit and:
HKLM\System\StorageManager\FATFS\CacheSize
0 -> 8192
What happens if the changed registry is a registry that you have deleted?
For example:
[HKEY_LOCAL_MACHINE\Comm\InternetSharing]
"Extension"="rilphone.dll"
As there is no key to highlight in order to export?
|