Related:
- Running application wihout log in
- Www.instagram.com log in - Guide
- Free java application download - Download - Other
- No signal on monitor but cpu running - Guide
- Windows10upgrade9252.exe is not a valid win32 application - Guide
- Wd drive unlock application - Guide
5 responses
Anybody can help me.....
In my case, i'm just want the application will be run as like service. So, the application will be run automatically when the windows start. If I start the my windows then the application will be run, and I'm still not log in to windows
Thanx.
In my case, i'm just want the application will be run as like service. So, the application will be run automatically when the windows start. If I start the my windows then the application will be run, and I'm still not log in to windows
Thanx.
windows resource kit, has a tool that lets you register an exe as a windows service.
-sc
-sc
There is a wonderful program called "Auto power on and shutdown.exe" which you can download, which after installing allows you to run any number of programs/applications without even logging into any particular user account.
It also wakes-up the computer from hibernate mode at a particular time to start the application!
It also wakes-up the computer from hibernate mode at a particular time to start the application!
Thanx for your reply, but I wanna running the application automatically without log in to windows.
If I have to add a program shortcut in the startup folder then the application just will be running if somebody user log in to windows. But in my case I want running without log in (before somebody user log in to windows)
Thanx
If I have to add a program shortcut in the startup folder then the application just will be running if somebody user log in to windows. But in my case I want running without log in (before somebody user log in to windows)
Thanx
aquarelle
Posts
7140
Registration date
Saturday April 7, 2007
Status
Moderator
Last seen
March 25, 2024
491
Aug 29, 2008 at 03:41 AM
Aug 29, 2008 at 03:41 AM
So, sorry! I misunderstood your question. But now, I have no answer to give you.
Hope somebody else will help you.
Best regards
Hope somebody else will help you.
Best regards
Didn't find the answer you are looking for?
Ask a question
aquarelle
Posts
7140
Registration date
Saturday April 7, 2007
Status
Moderator
Last seen
March 25, 2024
491
Aug 29, 2008 at 02:18 AM
Aug 29, 2008 at 02:18 AM
Hello,
You have to add a program shortcut in the startup folder.
The Startup folder is listed in Programs, accessed from the Start button. Click Start >Programs and scroll down until you see the folder labeled Startup.
Double-click it to open its contents window then now you have to add the application shortcut by Copying/Pasting your application desktop shortcut icon into there.
Then the next time you boot Windows, your application will open automatically.
Best regards
You have to add a program shortcut in the startup folder.
The Startup folder is listed in Programs, accessed from the Start button. Click Start >Programs and scroll down until you see the folder labeled Startup.
Double-click it to open its contents window then now you have to add the application shortcut by Copying/Pasting your application desktop shortcut icon into there.
Then the next time you boot Windows, your application will open automatically.
Best regards
May 10, 2009 at 09:09 PM
Option 1:
Open Control Panel
Open Performance and Maintenence,
Scheduled Tasks.
Add Scheduled Task
Find or Browse to the application you need to run.
Select: Perform this task (o When My Computer Starts)
Add the Admin Credentials.
Option 2: (Wont work on XP Home)
Run:
GPEDIT.MSC
Expand Computer Configuration_Windows Settings_Scripts
Double Click Startup, And Browse to application.
You may need to create a batch file to do this.
Let me know if this works.
Dave
May 10, 2009 at 09:26 PM