|
|
|
re: Question about 'Change the Icons of Desktop Items'
Tuesday, April 8, 2003 at 12:02 am Windows 2000 Annoyances Discussion Forum
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):.....
|
All messages in this thread [show all]
 |  | re: Question about 'Change the Icons of Desktop Items' (thegoldenear: Tue, Apr 8, 2003, 12:02 am) |
| |
| |
Return to the Windows 2000 Discussion Forum
|
|
|
|