I need an example on downloading an internet file in a windows service application before logon using c++.

Recommended Answers

All 5 Replies

Why? This is a suspicious activity, so we need a good reason before helping you with it.

Why does it need to be before logon?

Why? This is a suspicious activity, so we need a good reason before helping you with it.

Yeah, that's indeed a suspicious activity ...

Why does it need to be before logon?

Good question, it's much easier to implement if it's after the logon process :) ...

Its really a suspicious activity .
But you could read a bit about registry , at http://www.bleepingcomputer.com/tutorials/tutorial44.html .
There are some pathes that start with windows before login or after .
You'l just need to add your exe file (or dll/sys file in some cases) to it start before login.

Go hard core. Write a bootloader to load your program with the proper drivers, download, clean up, goto real OS.

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.