PSP
 

Windows CLSID value

최고관리자 2026-06-24 (수) 17:15 2개월전 21  
Some specific Windows folders/items have their own ID within the registry, called a CLSID value (Class Identifier). Making a shortcut to explorer.exe and referring to this value can be a useful way to create some shortcuts.

Command line should look like this:

explorer /root,,::{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}

Running IE5 you probably have to leave "/root," out to get them going. Or add "/e," instead to have the item opened in explorer, instead of a seperate window. Here's the clsid values:
My Computer: {20D04FE0-3AEA-1069-A2D8-08002B30309D}
Recycle Bin: {645FF040-5081-101B-9F08-00AA002F954E}
Desktop: {00021400-0000-0000-C000-000000000046}
Control Panel: {21EC2020-3AEA-1069-A2DD-08002B30309D}
Printers: {2227A280-3AEA-1069-A2DE-08002B30309D}
Dial-up networking: {A4D92740-67CD-11CF-96F2-00AA00A11DD9}
Fonts: {BD84B380-8CA2-1069-AB1D-08000948F534}
Internet Explorer: {871C5380-42A0-1069-A2EA-08002B30309D}
Microsoft Outlook: {00020D75-0000-0000-C000-000000000046}
Network Neighborhood: {208D2C60-3AEA-1069-A2D7-08002B30309D}
Inbox: {00020D76-0000-0000-C000-000000000046}
Subscriptions: {F5175861-2688-11d0-9C5E-00AA00A45957}
URL History Folder: {FF393560-C2A7-11CF-BFF4-444553540000}
Briefcase: {85BBD920-42A0-1069-A2E4-08002B30309D}
Internet Cache Folder: {7BD29E00-76C1-11CF-9DD0-00A0C9034933}
ActiveX Cache Folder: {88C6C381-2E85-11D0-94DE-444553540000}
One oddity, for the control panel it should read:

explorer /root,,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}

Note some of these might get inverted in different windows versions, so if one doesn't work try something else.

hi
이전글  다음글  목록 글쓰기

 
 
ragoman@naver.com