re: Question about 'Change the Icons of Desktop Items'
Tuesday, April 8, 2003 at 12:02 am Posted by thegoldenear
(1 messages posted)
doing it by hand isn't faster than putting all such changes in a batch script using,
for example:
reg add "HKCR\CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\DefaultIcon" /v "(Default)"
/t REG_EXPAND_SZ /d "%%SystemRoot%%\system32\shell32.dll,17" /f
or putting it in a .reg file, using:
"HKEY_CLASSES_ROOT\CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\DefaultIcon"
"(Default)"=hex(2):.....
[Reply or follow-up to this message]
|