Ha véletlenül törlöd az asztalról az Internet Explorer ikonját, akkor ezzel a kis scripttel vissza tudod állítani. Csak másold ki ezt a pár sort egy VBS kiterjesztésű fájlba és futtatsd le.
Set ws = WScript.CreateObject("WScript.Shell")
dsktop = ws.SpecialFolders("Desktop")
set scut = ws.CreateShortcut (dsktop & "\Explorer.lnk")
scut.TargetPath = "%systemroot%\explorer.exe"
scut.Arguments = " /e,::{20d04fe0-3aea-1069-a2d8-08002b30309d}"
scut.save
Néhány hasznos GUID még, amivel speciális mappákat tudsz megnyitni:
My Documents
explorer ::{450D8FBA-AD25-11D0-98A8-0800361B1103}
Network Neighborhood
explorer ::{208D2C60-3AEA-1069-A2D7-08002B30309D}
Recycle Bin
explorer ::{645FF040-5081-101B-9F08-00AA002F954E}
My Computer
explorer ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
Control Panel
explorer ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}
Dial-Up Networking
explorer ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{992CFFA0-F557-101A-88EC-00DD010CCC48}
Printers
explorer ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{2227A280-3AEA-1069-A2DE-08002B30309D}
Scheduled Tasks
explorer ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{D6277990-4C6A-11CF-8D87-00AA0060F5BF}
Fonts
explorer ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{D20EA4E1-3957-11d2-A40B-0C5020524152}
Set ws = WScript.CreateObject("WScript.Shell")
dsktop = ws.SpecialFolders("Desktop")
set scut = ws.CreateShortcut (dsktop & "\Explorer.lnk")
scut.TargetPath = "%systemroot%\explorer.exe"
scut.Arguments = " /e,::{20d04fe0-3aea-1069-a2d8-08002b30309d}"
scut.save
Néhány hasznos GUID még, amivel speciális mappákat tudsz megnyitni:
My Documents
explorer ::{450D8FBA-AD25-11D0-98A8-0800361B1103}
Network Neighborhood
explorer ::{208D2C60-3AEA-1069-A2D7-08002B30309D}
Recycle Bin
explorer ::{645FF040-5081-101B-9F08-00AA002F954E}
My Computer
explorer ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
Control Panel
explorer ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}
Dial-Up Networking
explorer ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{992CFFA0-F557-101A-88EC-00DD010CCC48}
Printers
explorer ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{2227A280-3AEA-1069-A2DE-08002B30309D}
Scheduled Tasks
explorer ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{D6277990-4C6A-11CF-8D87-00AA0060F5BF}
Fonts
explorer ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{D20EA4E1-3957-11d2-A40B-0C5020524152}
Megjegyzések