Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Message-ID: <394CF57C.78C2BA83@vinschen.de> Date: Sun, 18 Jun 2000 18:14:52 +0200 From: Corinna Vinschen X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.14 i686) X-Accept-Language: de, en MIME-Version: 1.0 To: cygdev Subject: User registry hive Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I have just for fun implemented to load the users registry hive in spawn_guts in case of CreateProcessAsUser. It works fine. Are we interested in doing that? That slows down things a bit when changing the user context but that doesn't happen that often. Still unresolved is the problem if somebody tries to change something in the own hive, say mount points. Because there's currently no mechanism to save the hive back again, it's new content is discarded on reboot. Corinna