|
//开始菜单
EXEC @%SystemRoot%\regedit.exe /s "%ProgramFiles%\StartMenu.reg"
ENVI SYSTEMstart=X:\Users\Default\AppData\Roaming\microsoft\internet explorer\quick launch\user pinned\startmenu
LINK %SYSTEMstart%\刷新Explorer(Ctrl+K),%SystemRoot%\System32\pecmd.exe,kill explorer,%SystemRoot%\System32\shell32.dll#238
LINK %SYSTEMstart%\屏幕截图(Ctrl+Alt+A),%ProgramFiles%\SnapShot\SnapShot.exe
LINK %SYSTEMstart%\记事本,%SystemRoot%\System32\notepad.exe
LINK %SYSTEMstart%\命令提示符,%SystemRoot%\system32\cmd.exe
LINK %SYSTEMstart%\注册表编辑器,%SystemRoot%\regedit.exe
楼主 这段代码中ENVI SYSTEMstart=X:\Users\Default\AppData\Roaming\microsoft\internet explorer\quick launch\user pinned\startmenu是什么意思?这个菜单不是用注册表导入了吗,为什么还有一系列的link
求指点 |
|