About 50 results
Open links in new tab
  1. How to create tasks for a VSCode workspace - Stack Overflow

    A task which require user input uthen use inputs array along with tasks the below task it ask for a folder name and then generate that folder in your project system with a index.html` inside it with basic …

  2. Run a batch file with Windows task scheduler - Stack Overflow

    This method worked for me. But, in the scheduler, in the history tab, the task completes immediately with success, since the task is the cmd, but not the .bat file that it launches. Since the bat file, a backup …

  3. BAT file: Open new cmd window and execute a command in there

    Jun 3, 2020 · There is one more diff between /k and /c. If you're using /c the new terminal window name is the same as the standard one, smth like "c:\Windows\system32\cmd.exe". but in case of /k it …

  4. Create a task with task Scheduler to run cmd.exe with commands

    Oct 17, 2021 · I created a task with the task scheduler in windows 10 to open cmd.exe. it ran successfully like this But I need to run some commands every time it opens something like this and …

  5. How to open an elevated cmd using command line for Windows?

    Sep 30, 2013 · You have the Create this task with administrative privileges option in the Create new task dialog (Task Manager > File > Run new task), but there is no built-in way to effectively elevate …

  6. How do I automatically have a command run from my Windows 10 …

    Jul 25, 2023 · I'm using Windows 10. When I first login, I launch a command window using cmd and then run a service using myserv -a I would like all this to happen automatically after I login. How do I config...

  7. How to run a PowerShell script without displaying a window?

    Jan 28, 2015 · 98 I found out if you go to the Task in Task Scheduler that is running the powershell.exe script, you can click " Run whether user is logged on or not " and that will never show the powershell …

  8. PowerShell script won't execute as a Windows scheduled task

    46 I have a PowerShell script (that works). In Windows Task Scheduler I created a new task to execute "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe", passing the argument as my PS1 …

  9. windows - Hidden Powershell Sheduled Task - Stack Overflow

    Jun 18, 2023 · At first, it seems like this helped. I tried executing the Scheduled Task manually a few times and I saw now windows popping up, like the other times. But after Rebooting and Running a …

  10. How to run a vbscript file in Task Scheduler - Stack Overflow

    May 3, 2018 · On the General tab how do you have it configured to run? Also, I gave you a hint in the my previous comment. You should really use cscript.exe and pass the vbscript file as an argument.