Hi,

I want to create a little program to run xxx.exe stored in my server from my local PC. It will be run automatically when i start my PC. How can i do it?

Thanks

Recommended Answers

All 5 Replies

Purpose is to make antivirus updates automatically when i local user start his/or PC every morning because if it is manual then they forget to run it.

why not run the exe by using Scheduled Task ...

Hi, Make your Exe path on the local system's registry "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run". It will run automatically when system is on

There are 2 keys;

Default REG_SZ (Value not set)
Ctfmon.exe REG_SZ C:\WINDOWS\system32\ctfmon.exe

What do i do here? Do i right click somewhere to add new key? Can you direck me please?

thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.