Win10XPE - Build Your Own Rescue Media [2]


  1. Posts : 2,800
    Windows 7 Pro
       #1851

    Ztruker said:
    Any way to remove startisback?
    Code:
    //--
    //--
    // Stolen From --> ChrisR :D
    //--
    
    [RemoveSIB]
    If,ExistDir,%Target_Prog%\StartIsBack,begin
      DirDelete,%Target_Prog%\StartIsBack
      RegHiveLoad,Tmp_Software,%RegSoftware%
      RegHiveLoad,Tmp_Default,%RegDefault%
      If,ExistRegSection,HKLM,Tmp_Default\Software\StartIsBack,RegDelete,HKLM,Tmp_Default\Software\StartIsBack
      If,ExistRegSection,HKLM,Tmp_Software\Classes\AllFilesystemObjects\shellex\ContextMenuHandlers\{a2a9545d-a0c2-42b4-9708-a0b2badd77c9},RegDelete,HKLM,Tmp_Software\Classes\AllFilesystemObjects\shellex\ContextMenuHandlers\{a2a9545d-a0c2-42b4-9708-a0b2badd77c9}
      If,ExistRegSection,HKLM,Tmp_Software\Classes\CLSID\{865e5e76-ad83-4dca-a109-50dc2113ce9b},RegDelete,HKLM,Tmp_Software\Classes\CLSID\{865e5e76-ad83-4dca-a109-50dc2113ce9b}
      If,ExistRegSection,HKLM,Tmp_Software\Classes\CLSID\{99E2B362-3E4E-4255-9B29-41A7F40777BA},RegDelete,HKLM,Tmp_Software\Classes\CLSID\{99E2B362-3E4E-4255-9B29-41A7F40777BA}
      If,ExistRegSection,HKLM,Tmp_Software\Classes\CLSID\{99E2B362-3E4E-4255-9B29-41A7F40777BB},RegDelete,HKLM,Tmp_Software\Classes\CLSID\{99E2B362-3E4E-4255-9B29-41A7F40777BB}
      If,ExistRegSection,HKLM,Tmp_Software\Classes\CLSID\{a2a9545d-a0c2-42b4-9708-a0b2badd77c9},RegDelete,HKLM,Tmp_Software\Classes\CLSID\{a2a9545d-a0c2-42b4-9708-a0b2badd77c9}
      If,ExistRegSection,HKLM,Tmp_Software\Classes\CLSID\{AD1405D2-30CF-4877-8468-1EE1C52C759F},RegDelete,HKLM,Tmp_Software\Classes\CLSID\{AD1405D2-30CF-4877-8468-1EE1C52C759F}
      If,ExistRegSection,HKLM,Tmp_Software\Classes\CLSID\{c71c41f1-ddad-42dc-a8fc-f5bfc61df957}\TreatAs,RegDelete,HKLM,Tmp_Software\Classes\CLSID\{c71c41f1-ddad-42dc-a8fc-f5bfc61df957}\TreatAs
      If,ExistRegSection,HKLM,Tmp_Software\Classes\CLSID\{c71c41f1-ddad-42dc-a8fc-f5bfc61df958},RegDelete,HKLM,Tmp_Software\Classes\CLSID\{c71c41f1-ddad-42dc-a8fc-f5bfc61df958}
      If,ExistRegSection,HKLM,Tmp_Software\Classes\CLSID\{E5C31EC8-C5E6-4E07-957E-944DB4AAD85E},RegDelete,HKLM,Tmp_Software\Classes\CLSID\{E5C31EC8-C5E6-4E07-957E-944DB4AAD85E}
      If,ExistRegSection,HKLM,Tmp_Software\Classes\CLSID\{FCEA18FF-BC55-4E63-94D7-1B2EFBFE706F},RegDelete,HKLM,Tmp_Software\Classes\CLSID\{FCEA18FF-BC55-4E63-94D7-1B2EFBFE706F}
      If,ExistRegSection,HKLM,Tmp_Software\Classes\MSILink\shellex\ContextMenuHandlers\{a2a9545d-a0c2-42b4-9708-a0b2badd77c9},RegDelete,HKLM,Tmp_Software\Classes\MSILink\shellex\ContextMenuHandlers\{a2a9545d-a0c2-42b4-9708-a0b2badd77c9}
      If,ExistRegSection,HKLM,Tmp_Software\Classes\StartIsBack.AppsFolder,RegDelete,HKLM,Tmp_Software\Classes\StartIsBack.AppsFolder
      If,ExistRegSection,HKLM,Tmp_Software\Classes\StartIsBack.ImmersiveApplication,RegDelete,HKLM,Tmp_Software\Classes\StartIsBack.ImmersiveApplication
      If,ExistRegSection,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\App Paths\StartIsBackCfg.exe,RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\App Paths\StartIsBackCfg.exe
      If,ExistRegSection,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\App Paths\StartScreen.exe,RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\App Paths\StartScreen.exe
      If,ExistRegSection,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{FCEA18FF-BC55-4E63-94D7-1B2EFBFE706F},RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{FCEA18FF-BC55-4E63-94D7-1B2EFBFE706F}
      RegHiveUnLoad,Tmp_Software
      RegHiveUnLoad,Tmp_Default
    End
    //--> End
    //--
    //--
      My Computers


  2. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #1852

    Did a build with a 2428 iso, still same problem with StartAllBack (I mistakenly said StartIsBack).
    @MaloK, where do I add the above code in which script?
      My Computers


  3. Posts : 2,800
    Windows 7 Pro
       #1853

    Ztruker said:
    Did a build with a 2428 iso, still same problem with StartAllBack (I mistakenly said StartIsBack).
    @MaloK, where do I add the above code in which script?
    You can create a new plugin and put it in the "Tweaks" location of the project and put that code in the "process" section of your plugin.
      My Computers


  4. Posts : 4,144
    Windows 3.1 to Windows 11
    Thread Starter
       #1854

    Just select WinXShell >
    Win10XPE - Build Your Own Rescue Media [2]-image00011.jpg
      My Computer


  5. Posts : 4,144
    Windows 3.1 to Windows 11
    Thread Starter
       #1855

    there are two other Desktops as well

    Win10XPE - Build Your Own Rescue Media [2]-image00012.jpg Win10XPE - Build Your Own Rescue Media [2]-image00013.jpg
      My Computer


  6. Posts : 31
    Windows
       #1856

    Kyhi said:
    ATI 2021- bld 39287

    Tested all scripts - download and extraction -

    what is 2017NG
    Hello, where can i get the activation script for ATI 2021- bld 39287 ?

    Thank you

    thomm
      My Computer


  7. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #1857

    Kyhi said:
    there are two other Desktops as well
    I have almost none of the Tweaks you show. They are not part of the initial package.
    OpenShell or Start10/Start11 would be good. How do I add them.
    ​Win10XPE - Build Your Own Rescue Media [2]-image.png
      My Computers


  8. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #1858

    MaloK said:
    You can create a new plugin and put it in the "Tweaks" location of the project and put that code in the "process" section of your plugin.
    Where are the instructions on how to create a new plugin?
      My Computers


  9. Posts : 34
    Windows 11
       #1859

    @Ztrucker

    Run Utilities Mega Optional Application Download

    Download this plugin for new plugin creation
    Mailo

    or try
    Utilities XPE Packed Application Creator
      My Computer


  10. Posts : 4,144
    Windows 3.1 to Windows 11
    Thread Starter
       #1860

    Win10XPE - Build Your Own Rescue Media [2]-image00014.jpg
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 15:20.
Find Us




Windows 10 Forums