About 50 results
Open links in new tab
  1. How do I shutdown, restart, or log off Windows via a bat file?

    Oct 30, 2018 · 685 I've been using Remote Desktop Connection to get into a workstation. But in this environment, I cannot use the power options in Start Menu. I need an alternative way to shutdown or …

  2. How to restart a windows service using Task Scheduler

    Mar 30, 2016 · NET stop <service name> NET start <service name> Once the batch file is created and tested, add it to Windows Task Scheduler and run it at a specific time interval. Problem here is, when …

  3. Stop and Start a service via batch or cmd file? - Stack Overflow

    Sep 25, 2008 · If you want to restart a service via batch file (stop then start), the stop returns immediately, the start then fails because the service isn't stopped. Net stop/start returns after the …

  4. How to restart service using command prompt? - Stack Overflow

    Oct 20, 2011 · I want to restart Windows service using command prompt in [Icons] section using Inno Setup. Please help me to solve the problem.

  5. how to start stop tomcat server using CMD? - Stack Overflow

    But I want using CMD start and stop the tomcat. And in any folder I write command startup.bat the server will start and when I write shutdown.bat the server will stop.

  6. How to restart VScode after editing extension's config?

    VScode notifies you when you open a config of an extension: remember to Restart VScode But it says nothing about how. They use capital letter for the restart word, so normally it should mean somet...

  7. Difference between IISRESET and IIS Stop-Start command

    Feb 28, 2014 · Presumably iisreset command has the default action of stopping the service, then starting it. The /stop and /start switches just do one or the other.

  8. How can I start PostgreSQL on Windows? - Stack Overflow

    The simplest way to start/stop/restart the installed PostgreSQL Server on your Windows device is as follows: Start -> net start postgresql-x64-14 Stop -> net stop postgresql-x64-14 Restart -> net stop …

  9. windows - How to start the docker daemon? - Stack Overflow

    May 25, 2017 · Use command on CMD (Admin mode) docker-machine restart default then you will get msg like "open C:\User {User_name}.docker\machine\machines\default\config.json: The system …

  10. cmd - Is there a command to refresh environment variables from the ...

    Oct 5, 2008 · If I modify or add an environment variable I have to restart the command prompt. Is there a command I could execute that would do this without restarting CMD?