How to Start Any Launcher/Program before Windows 10 Loads (Doesn't work on Windows 11)

Тәжірибелік нұсқаулар және стиль

Links:
Original Mod: playnite.link/forum/thread-96...
Handheld Companion: github.com/Valkirie/HandheldC...
Playnite: playnite.link/
Bat to EXE: drive.google.com/file/d/15lt9...
Script 1 (.bat file):
@echo off
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "explorer.exe" /f
timeout /t 1
start explorer.exe
timeout /t 1
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "%LOCALAPPDATA%\Playnite\Playnite.DesktopApp.exe" /f
exit
Script 2 (Playnite Auto Start) - Make sure the .exe you create is called playnite.exe and on the Desktop. Also replace "Deck" with your username for Windows or the Windows desktop with not start:
if (-not (Get-Process "explorer" -ErrorAction SilentlyContinue)) {
Start-Process -FilePath 'C:\Users\Deck\Desktop\playnite.exe'
}
Script 3 (Removes this mod, save to .bat file and run as administrator - • How To Remove Windows ... ):
@echo off
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "explorer.exe" /f
timeout /t 1
start explorer.exe
exit

Пікірлер: 42

  • @DDecaf
    @DDecaf3 ай бұрын

    I created a new and improved version of this mod with support for boot movies. It also no longer requires playnite to function: kzread.info/dash/bejne/oGmDt5iknbi2Z5s.html

  • @benstensaa
    @benstensaa7 ай бұрын

    i didnt even realize this was a small channel before looking. amazing content!

  • @richardnye7130
    @richardnye71309 ай бұрын

    launchbox is my go to

  • @alandiegovillalobos
    @alandiegovillalobos8 ай бұрын

    How do you not have more subscribers??? Incredible content. Thank you.

  • @DDecaf

    @DDecaf

    8 ай бұрын

    Thank you, you're too kind 😁

  • @dronestuff

    @dronestuff

    7 ай бұрын

    No one subs to a tutorial account, we just view the vid and leave.

  • @yohon6360
    @yohon63608 ай бұрын

    Just found your channel. You're awesome! :)

  • @DDecaf

    @DDecaf

    8 ай бұрын

    Awww, that just made me day!

  • @Itsjayduhhhhh
    @Itsjayduhhhhh7 ай бұрын

    Woah Will be saving this for when 8 dual boot (waiting to replace my ssd)

  • @user-bn5tf5ie9l
    @user-bn5tf5ie9l9 ай бұрын

    Thanks your Great 😁👍🏾❤️

  • @hooky17
    @hooky177 ай бұрын

    Really really nice tutorial. Clear and concise. Genuinely something I’d never seen explained so easily too. Kudos. Subscribe from me

  • @DDecaf

    @DDecaf

    7 ай бұрын

    Thanks!

  • @juricakozarcanin1709
    @juricakozarcanin17099 ай бұрын

    Nice tutorial❤When i get hands on my pc i will try to make mine, it require messing with registry so steam starts automatically in bp. Ps. You still need to type explorer.exe in task manager if u want to acess desktop bcs i didnt figure out that part yet😂

  • @richardnye7130
    @richardnye71309 ай бұрын

    well rather i should say launch box and big box

  • @noodlemcdoodle4385
    @noodlemcdoodle43855 ай бұрын

    Thank you for this. So if I wanted to boot Playnite first, I would also add that directory to the first line? Instead of Steam?

  • @DDecaf

    @DDecaf

    5 ай бұрын

    I went over that in the original video: kzread.info/dash/bejne/nmalmbKIacrJlZM.htmlsi=ErtHT8NTpNY39CwT This was a sequel video for the people who wanted launchers besides playnite.

  • @neilalbertbocacao9315
    @neilalbertbocacao93153 ай бұрын

    I really like this and tried it but there's a couple of things. Is it possible to use --hidesplashscreen for playnite's boot? Also, this change conflicts with handheld companion since if loads before explorer. I assume I just need to add HC's executable after the playnite.exe in the startup script?

  • @DDecaf

    @DDecaf

    3 ай бұрын

    Yeah, I noticed that issue too. So, I'm working on an updated version of this mod that launches playnite without the splash screen and has support for boot movies. Also, yeah I would recommend adding start "path to handheld companion" to the playnite script so handheld companion starts sooner.

  • @Mindboggler123
    @Mindboggler1236 ай бұрын

    So I uninstalled playnite without running the 3rd script and now my steam deck boots to a black screen, do you know how to fix this?

  • @Mindboggler123

    @Mindboggler123

    6 ай бұрын

    Ok, so to fix this it has windows running but you have to reactivate the launcher basically, what I did was hook up an external keyboard and typed crt alt del then opened task manager. Click run new task and run notepad, then run explorer. Open notepad and create the third script then save it as playnite.bat then use explorer to find bat to exe convert it then use explorer to run new file and it's fixed

  • @mutation333
    @mutation3335 ай бұрын

    So, I did this and got it to work, but when I try to close down steam, it just relaunches. Is there a way to stop this?

  • @DDecaf

    @DDecaf

    5 ай бұрын

    If you "Exit Big Picture Mode" it will relaunch Steam in desktop mode. If you select "Exit Steam", Steam will close completely. However, it you are relying on Steam input for your Steam Deck, closing Steam can cause issues.

  • @user-yh2cg5nn6c
    @user-yh2cg5nn6c4 ай бұрын

    Hii, a thousand apologies for bothering you, in my case it didn't work (I did everything wrong :p) I solved it with script 3 but now during initialization on the login screen the screen flashes, as if it were trying to open something, any suggestions on how to fix it? Thanks, and rly sry for bothering u

  • @DDecaf

    @DDecaf

    4 ай бұрын

    No worries, try this: kzread.info/dash/bejne/k6F3sJOHgsmtgLw.html

  • @elviaa42000
    @elviaa420004 ай бұрын

    I can still use the desktop right?

  • @DDecaf

    @DDecaf

    4 ай бұрын

    Yes, you should still be able to use the windows desktop. In fact, I am working on a new mod that is easier to install and allows you to have a boot movie. Still working the bugs out but I am hoping to release a proper video on it soon.

  • @zigircreview5740
    @zigircreview57405 ай бұрын

    hei i cant find your link download in description

  • @DDecaf

    @DDecaf

    5 ай бұрын

    Sorry, thanks for letting me know. I just updated the description. 😃

  • @toddadams3579
    @toddadams35795 ай бұрын

    I don't suggest following this script. Kind of bricks your operating system. Even after deleting the script from playnight my taskbar doesn't automatically come up. I have to completely reinstall windows now... Thanks.

  • @DDecaf

    @DDecaf

    5 ай бұрын

    You don't need to reinstall windows, just save the removal script from the description as a .bat file and run it as administrator. Then restart... @echo off reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "explorer.exe" /f timeout /t 1 start explorer.exe exit

  • @vitvickyvid
    @vitvickyvid5 ай бұрын

    Thanks, now my PC is just a black screen, and i can't open NOTHING related to Windows

  • @DDecaf

    @DDecaf

    5 ай бұрын

    You're welcome. But seriously at the end of that video, I mentioned what to do in that scenario.

  • @vitvickyvid

    @vitvickyvid

    5 ай бұрын

    @@DDecaf I was too much angry typing that comment and forgot to see that 3rd script, i'm really sorry for my rude behaviour. Your tutorial rules and it's basically the only one i could find in video format

  • @DDecaf

    @DDecaf

    5 ай бұрын

    No worries, I get it. Also, thanks!

  • @smealm
    @smealm7 ай бұрын

    major issue is needing playnite. you might be able to swap playnite with another application.

  • @Tailsthef0x
    @Tailsthef0x6 ай бұрын

    Actually, you can only run bios before windows. What you do is starting the problem before the explorer.exe which is windows' gui.

  • @lucianokiller1
    @lucianokiller16 ай бұрын

    Would you help me? I need a script to make playnite when opening using the ps5 boot video. I saw several videos on KZread but no user wanted to share how it is done. Example: kzread.info/dash/bejne/Zpt2ms2ef9GZZco.html I followed your tutorial and I got it, thank you very much, I've already subscribed to your channel and I'm looking forward to the next videos.

  • @DDecaf

    @DDecaf

    6 ай бұрын

    I was able to do this today: kzread.infonFUc2bbb3dM I'm working on a tutorial.

  • @lucianokiller1

    @lucianokiller1

    6 ай бұрын

    @@DDecaf Amazing 👏

  • @Gonorrheaincarnate
    @Gonorrheaincarnate3 ай бұрын

    Is there a way of getting rid of the playnite minimized application loading before steam? A lil nitpicky but its ugly for me

  • @DDecaf

    @DDecaf

    3 ай бұрын

    I've been hard at work on a new version of that mod. I just released the tutorial today! It doesn't use playnite at all to start steam and has support for boot movies: kzread.info/dash/bejne/oGmDt5iknbi2Z5s.html

Келесі