Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
6answers
251 views

Creating System Restore Points - Thoughts?

Is it "taboo" to programatically create system restore points? I would be doing this before I perform a software update. If there is a better method to create a restore point with just my software's ...
1
vote
1answer
133 views

Does SRSetRestorePoint of the system restore API work slower for non-newly-installed OS?

Is it true that the API to create system restore points (SRSetRestorePoint) works faster on a newly installed Windows OS? It sounds logical because for couple of years the system registry (and ...
1
vote
4answers
9k views

How to REINSTALL Java 6 on Mac OS X Snow Leopard

OK, I am idiot and messed with my Java install trying to get Resin to work. Now, things are broken. I figured I could just reinstall the developer tools that came with my new Mac (brand new 13" ...
0
votes
1answer
80 views

How to perform system restore (c#)

Is there is some way to perform system restore from c# code? Any links\sample? The program can be run form local or remote, whatever is better. EDIT: I have a machine that can be used by many ...
0
votes
1answer
133 views

How to make Windows System Restore ignore some of my application files?

I am experimenting with software copy protection ideas and now I have the following problem. I have a trial version of my application. Trial data are stored in a certain file and also in some certain ...
0
votes
0answers
26 views

File recovery Windows Server 2003

I published an asp.net site in an IIS server runing on win 2008 server, forgeting to make a backup of the database. I've lost the DB data. I tried to restore the data using Recuva, but didn't work. ...
0
votes
1answer
439 views

How to enumerate system restore points using WinAPI (not WMI)?

Must work for WinXp - Vista - Windows 7