Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Solved] Run on Windows start via Task Scheduler #54

Open
trendoman opened this issue Dec 6, 2023 · 0 comments
Open

[Solved] Run on Windows start via Task Scheduler #54

trendoman opened this issue Dec 6, 2023 · 0 comments

Comments

@trendoman
Copy link

Create a new task in Task Scheduler with following details:

  • program to run:

    cmd.exe
    
  • arguments (set aside in second input) - I used R: disk + timeout 5 seconds + create a Temp folder after timeout

    /Q /C start D:\Apps\RamDriveGPU\GpuRamDrive_x64.exe --device GeForce --size 5120 --mount R: --format "/fs:ntfs /q" --removable --hide & timeout 5 > NUL & mkdir R:\Temp
    

TaskScheduler-RamGPU.xml.zip

Set the task to run for all users and tick the box to not save passwords, that helps to not see any cmd window popping. Also exe will not appear in taskbar, but you can eject the disk via menu anyway. Can be run on demand or upon Win boot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant