I am new in Windows Software (not app) development. Now I want to build a software having options like this-
- This position is to create a piece of software which monitors all changes a user makes to a public windows 8 machine (registry+files). When the user is done, store all registry changes and files in a single compressed file.
- Decompress+Expand the single file and copy+replace all files to the PC with those from the file. Then copy and merge/replace the registry in favor of the values in the file. (All of this must happen without a reboot).
I don't have a idea from where will I start. Can anyone please help me so that I can have a idea to start this job?
Is there any documentation I need to read? Or any example?
Thanks for your help :)