I use the QuickLaunchPE. Its a nice and good toolbar. I will remove the "Quick shutdown" button of the toolbar.
Anyone know how that can?
CODE
; PE Builder v3 plug-in INF file for QuickLaunchPE
; Created by W. Furter (fuwi)
[Version]
Signature= "$Windows NT$"
[PEBuilder]
Name="QuickLaunchPE"
Enable=1
[WinntDirectories]
a="Programs\QuickLaunchPE",2
[SourceDisksFiles]
asycfilt.dll=2
files\QuickLaunchPE.exe=a,,1
files\QuickLaunchPE.ini=a,,1
files\autorun*.cmd=2,,1
; For each application you wish to add to the QuickLaunch-Bar, you have to
; add an [SetValue] section in the plugin-inf-file of the application.
; For more infos see readme.txt and QuickLaunchPE.ini
;
; Some (always working) examples:
; -----------------------------------------------------------------------------------------------------------
[SetValue]
"QuickLaunchPE.ini", "Quick Shutdown", "Executable", "%SystemDrive%\Programs\QuickLaunchPE\QuickLaunchPE.exe"
"QuickLaunchPE.ini", "Quick Shutdown", "Parameters", "ShutdownPE"
"QuickLaunchPE.ini", "Quick Shutdown", "Icon", "%SystemRoot%\System32\shell32.dll, 27"
"QuickLaunchPE.ini", "Command Prompt", "Executable", "%SystemRoot%\System32\cmd.exe"
"QuickLaunchPE.ini", "Command Prompt", "WorkingDirectory", "%SystemDrive%\
; -----------------------------------------------------------------------------------------------------------
[Append]
nu2menu.xml, QuickLaunchPE_nu2menu.xml
; Created by W. Furter (fuwi)
[Version]
Signature= "$Windows NT$"
[PEBuilder]
Name="QuickLaunchPE"
Enable=1
[WinntDirectories]
a="Programs\QuickLaunchPE",2
[SourceDisksFiles]
asycfilt.dll=2
files\QuickLaunchPE.exe=a,,1
files\QuickLaunchPE.ini=a,,1
files\autorun*.cmd=2,,1
; For each application you wish to add to the QuickLaunch-Bar, you have to
; add an [SetValue] section in the plugin-inf-file of the application.
; For more infos see readme.txt and QuickLaunchPE.ini
;
; Some (always working) examples:
; -----------------------------------------------------------------------------------------------------------
[SetValue]
"QuickLaunchPE.ini", "Quick Shutdown", "Executable", "%SystemDrive%\Programs\QuickLaunchPE\QuickLaunchPE.exe"
"QuickLaunchPE.ini", "Quick Shutdown", "Parameters", "ShutdownPE"
"QuickLaunchPE.ini", "Quick Shutdown", "Icon", "%SystemRoot%\System32\shell32.dll, 27"
"QuickLaunchPE.ini", "Command Prompt", "Executable", "%SystemRoot%\System32\cmd.exe"
"QuickLaunchPE.ini", "Command Prompt", "WorkingDirectory", "%SystemDrive%\
; -----------------------------------------------------------------------------------------------------------
[Append]
nu2menu.xml, QuickLaunchPE_nu2menu.xml
Thanks for the support.
Cdw
