mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 10:38:04 +02:00
cleanup DISM files on Nuke
This commit is contained in:
@@ -60,6 +60,9 @@ FileCopy,"%ProjectTemp%\%ProgramFolder%\release\*.*","%TargetPrograms%\%ProgramF
|
|||||||
///////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////
|
||||||
// Settings
|
// Settings
|
||||||
|
|
||||||
|
// Autorun
|
||||||
|
If,%cb_AutoRun%,Equal,True,AddAutoRun,PreShell,NoWait,"Launching %ScriptTitle%...","%PEPrograms%\%ProgramFolder%\%ProgramExe%"
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////
|
||||||
// Shortcuts
|
// Shortcuts
|
||||||
|
|
||||||
@@ -151,6 +154,7 @@ WriteInterface,Value,%ScriptFile%,Interface,cb_PinToTaskbar,False
|
|||||||
WriteInterface,Value,%ScriptFile%,Interface,cb_PinToStartMenu,False
|
WriteInterface,Value,%ScriptFile%,Interface,cb_PinToStartMenu,False
|
||||||
WriteInterface,Value,%ScriptFile%,Interface,txt_StartMenuFolder,"Developer Tools"
|
WriteInterface,Value,%ScriptFile%,Interface,txt_StartMenuFolder,"Developer Tools"
|
||||||
WriteInterface,Value,%ScriptFile%,Interface,txt_ShortcutName,"x64dbg"
|
WriteInterface,Value,%ScriptFile%,Interface,txt_ShortcutName,"x64dbg"
|
||||||
|
WriteInterface,Value,%ScriptFile%,Interface,cb_AutoRun,False
|
||||||
System,Cursor,Normal
|
System,Cursor,Normal
|
||||||
|
|
||||||
[#ToggleAdvancedOptions#]
|
[#ToggleAdvancedOptions#]
|
||||||
@@ -211,6 +215,8 @@ cb_PinToTaskbar="Pin to Taskbar",1,3,12,142,122,18,False
|
|||||||
cb_PinToStartMenu="Pin to Start Menu",1,3,12,161,122,18,False
|
cb_PinToStartMenu="Pin to Start Menu",1,3,12,161,122,18,False
|
||||||
txt_StartMenuFolder="Start Menu folder:",1,0,12,201,119,21,"Developer Tools"
|
txt_StartMenuFolder="Start Menu folder:",1,0,12,201,119,21,"Developer Tools"
|
||||||
txt_ShortcutName="Shortcut Name:",1,0,12,243,119,21,x64dbg
|
txt_ShortcutName="Shortcut Name:",1,0,12,243,119,21,x64dbg
|
||||||
|
bvl_Options=Options,1,12,150,90,197,184,8,Bold
|
||||||
|
cb_AutoRun="Launch x64dbg at boot",1,3,157,104,181,18,False,"__Select this option to automatically launch x64dbgwhen your PE boots.#$x#$xUseful for developers."
|
||||||
|
|
||||||
[InterfaceEncoded]
|
[InterfaceEncoded]
|
||||||
play-hot.png=841,1220
|
play-hot.png=841,1220
|
||||||
|
@@ -244,6 +244,8 @@ If,QUESTION,"Nuke PhoenixPE#$x#$xThis operation will obliterate all Target, ISO,
|
|||||||
DirDeleteEx,%ProgramsCache%
|
DirDeleteEx,%ProgramsCache%
|
||||||
|
|
||||||
Echo,"Removing downloaded tools..."
|
Echo,"Removing downloaded tools..."
|
||||||
|
DirDeleteEx,%Tools%\x86\DISM
|
||||||
|
DirDeleteEx,%Tools%\x64\DISM
|
||||||
DirDeleteEx,%Tools%\x86\Oscdimg
|
DirDeleteEx,%Tools%\x86\Oscdimg
|
||||||
DirDeleteEx,%Tools%\x64\Oscdimg
|
DirDeleteEx,%Tools%\x64\Oscdimg
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user