View Single Post
Old 11-11-2005, 10:54 PM   #2 (permalink)
cyrnel
Adequate
 
cyrnel's Avatar
 
Location: In my angry-dome.
Sounds like something(s) heinous.

You're turning off system restore? If you can't get to it, stop it in the registry:

Code:
  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\
CurrentVersion\SystemRestore\ set DWORD DisableSR to 1

Disable the service:
  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr set DWORD Start to 4.
Looking just outside this box of a home, there's a barbecue on the back porch. Does that inspire?
__________________
There are a vast number of people who are uninformed and heavily propagandized, but fundamentally decent. The propaganda that inundates them is effective when unchallenged, but much of it goes only skin deep. If they can be brought to raise questions and apply their decent instincts and basic intelligence, many people quickly escape the confines of the doctrinal system and are willing to do something to help others who are really suffering and oppressed." -Manufacturing Consent: Noam Chomsky and the Media, p. 195
cyrnel is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73