G Guest Jul 16, 2007 #1 Is it possible to start a service from shortcuts? I tried to copy the command line (Path to executable in the services.msc but it didn't work.
Is it possible to start a service from shortcuts? I tried to copy the command line (Path to executable in the services.msc but it didn't work.
J Jeffrey Tadlock Jul 16, 2007 #2 TOP said: Is it possible to start a service from shortcuts? I tried to copy the command line (Path to executable in the services.msc but it didn't work. Click to expand... Create a file called something like 'start-service.cmd' and edit it with notepad. Add a line similar to the following: net start "service you want to start" Save the file. Now when you click that file it will start the service you named. --Jeffrey
TOP said: Is it possible to start a service from shortcuts? I tried to copy the command line (Path to executable in the services.msc but it didn't work. Click to expand... Create a file called something like 'start-service.cmd' and edit it with notepad. Add a line similar to the following: net start "service you want to start" Save the file. Now when you click that file it will start the service you named. --Jeffrey
R Ramesh, MS-MVP Jul 17, 2007 #3 Microsoft Windows XP - Net start: http://www.microsoft.com/resources/...xp/all/proddocs/en-us/net_start.mspx?mfr=true Microsoft Windows XP - SC: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sc.mspx?mfr=true -- Regards, Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] Windows® Troubleshooting http://www.winhelponline.com Is it possible to start a service from shortcuts? I tried to copy the command line (Path to executable in the services.msc but it didn't work.
Microsoft Windows XP - Net start: http://www.microsoft.com/resources/...xp/all/proddocs/en-us/net_start.mspx?mfr=true Microsoft Windows XP - SC: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sc.mspx?mfr=true -- Regards, Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] Windows® Troubleshooting http://www.winhelponline.com Is it possible to start a service from shortcuts? I tried to copy the command line (Path to executable in the services.msc but it didn't work.
G Guest Jul 18, 2007 #4 TOP said: Is it possible to start a service from shortcuts? I tried to copy the command line (Path to executable in the services.msc but it didn't work. Click to expand... Thanks guys
TOP said: Is it possible to start a service from shortcuts? I tried to copy the command line (Path to executable in the services.msc but it didn't work. Click to expand... Thanks guys