Quote:
Originally Posted by Aradorn
i think restore only removes the registry settings you have changed from now and restores it to the date you pick
|
No thats not true at all, EQ doesnt use the registry (thats why you can get a patcher exe only and dl the entire game). System Restore uses the secret logs and saved data and junk that microsoft keeps :(
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
|