View Single Post
  #29  
Old 01-22-2005, 01:08 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

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.
Reply With Quote