Help - Search - Members - Calendar
Full Version: QuickLaunchPE
The CD Forum > Bart's PE Builder > Plugins
cdw_2000
Hello,

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


Thanks for the support.
Cdw
mpm
Cdw,

Change the inf-file. See below:
CODE
; WindowsFileExplorer.inf
; PE Builder v3 plug-in INF file for Windows File Explorer
; http://www.freesoftlabs.com
; Created by RvdH

[Version]
Signature= "$Windows NT$"

[PEBuilder]
Name="Windows File Explorer"
Enable=1

[WinntDirectories]
a="Programs\WindowsFileExplorer",2

[SourceDisksFiles]
fexplorer.exe=a,,1
form.dll=a,,1
avifil32.dll=2
msacm32.dll=2
msvfw32.dll=2

; If XPE is used, un-comment the next 2 lines
; [software.addreg]
; 0x2,"Sherpya\XPEinit\Programs","Windows File Explorer","%SystemDrive%; \Programs\WindowsFileExplorer\fexplorer.exe"

[SetValue]
"QuickLaunchPE.ini", "Verkenner", "Executable", "%SystemDrive%\Programs\WindowsFileExplorer\fexplorer.exe"
"QuickLaunchPE.ini", "Verkenner", "Icon", "%SystemDrive%\Programs\WindowsFileExplorer\verkenner.ico"

[Append]
nu2menu.xml, WindowsFileExplorer_nu2menu.xml


I tested and it works fine.

Best regards - Marie-Paule
fuwi
@cdw_2000

QUOTE (cdw_2000 @ Nov 6 2009, 11:57 PM) *
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?

Delete (or comment-out with ";") the following 3 lines in QuickLaunchPE.ini:
CODE
"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"

fuwi
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.