IllustratorsLeak
Ev
Ev

patreon


Recommended Way to Launch 3DMigoto

This method avoids extra 3rd-party launcher, works with HDR and FPS unlockers, and bypasses the annoying Windows UAC prompt "Do you want to ... device?" every time you want to start the game. It works with GIMI and my 3DMigoto with DirectStorage.

It uses PowerShell, which is included with Windows 10/11. PowerShell is a built-in command-line and scripting environment that allows automation of system tasks.

PowerShell Script

Before running, change the paths:

You may rename script.ps1 as desired. It is intended as a reference, and if you are familiar with PowerShell, feel free to modify it as needed.

Test the script before proceeding to next step.

Set Up with Task Scheduler

  1. Open Task Scheduler and create a new task.

  2. Under General, check Run with highest privileges in General Tab

  3. Check Allow task to be run on demand in Settings Tab.

  4. In Actions, choose Start a program.

    • For Program/script, enter: powershell.exe

    • For Add arguments, enter:
      -WindowStyle Hidden -ExecutionPolicy Bypass -File "Path to your .ps1 script"

  5. Save the task with your desired name.

Make a Shortcut

  1. Right-click on your desktop and choose New โ†’ Shortcut (or copy an existing shortcut).

  2. Change the Target to C:\Windows\System32\schtasks.exe /run /tn "Your Name in Task Scheduler"

  3. Change Start in to C:\Windows\System32

  4. (Optional) Change the shortcut icon to point to the Genshin Impact executable.

  5. Done โ€” double-clicking this shortcut will launch 3DMigoto, FPS Unlocker, and HDR without third-party software or UAC prompts. You can also copy the shortcut to Start Menu.

If you need help following the steps, ChatGPT is recommended for guidance.

Recommended Way to Launch 3DMigoto

Comments

Hi. Thanks for the feedback. I simplified the script from the one I use for reference and forgot that 3Dmigoto needs to be launched from its folder since I wrote the script like 2 years ago. Adding cd $(Split-Path -Path $3dmigoto_path -Parent) before Start-Process -FilePath $3dmigoto_path -WindowStyle Hidden should make it work. The post and script is updated.

Ev

thx, but i have error with 3dmigoto when remove this arg "-WindowStyle Hidden" but when i start directly all ok The Loader is not configured correctly. Please copy the 3DMigoto d3d11.dll and d3dx.ini into this directory, then edit the d3dx.ini's [Loader] section to set the target executable and 3DMigoto module name. Unable to open d3dx.ini Press enter to close...

wolareyt


More Creators