home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / win32 / 2743 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.4 KB

  1. Path: sparky!uunet!stanford.edu!apple!voder!berlioz.nsc.com!mcdan
  2. From: mcdan@berlioz.nsc.com (Eric McDaniel)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: Re: Registry woes
  5. Message-ID: <1993Jan7.172216.25633@berlioz.nsc.com>
  6. Date: 7 Jan 93 17:22:16 GMT
  7. References: <1993Jan6.183252.3612@berlioz.nsc.com> <1ig3a2INN9ql@shelley.u.washington.edu>
  8. Sender: news@berlioz.nsc.com (UseNet News account)
  9. Organization: National Semiconductor Corporation, Santa Clara
  10. Lines: 21
  11.  
  12. In article <1ig3a2INN9ql@shelley.u.washington.edu> tad@wrq.com (Tad Marshall) writes:
  13. >In article <1993Jan6.183252.3612@berlioz.nsc.com> mcdan@berlioz.nsc.com (Eric McDaniel) writes:
  14. >>I'm having a problem making changes to the registry on my machine.
  15. >>I can log in as administrator and use regedit to make changes, but
  16. >>when I reboot all the changes are gone.  I've tried to change
  17. >>permissions, add & delete keys, add and delete values -- nothing
  18. >>seems to persist across reboots.
  19. >
  20. >The MACHINE section of the registry is rebuilt on each reboot.  It is supposed
  21. >to contain current actually found stuff, rather than configuration info.
  22. >
  23. >Which sections are you editing?
  24. >
  25.  
  26. Of course, I should have mentioned this in my original post.  I am trying
  27. to add keys and values to the
  28.           "\Registry\Machine\System\CurrentControlSet\Services"
  29. branch which, according to the documentation I can find, should remember
  30. my changes (which it does, on my other machine).
  31.  
  32. Any other suggestions?
  33.