PC Review


Reply
Thread Tools Rate Thread

(1) Two Registry Settings Not Holding (2) Toggle Insert/Overstrike

 
 
The Moose
Guest
Posts: n/a
 
      3rd Apr 2009
(1) I've got these two settings set as follows in the registry.
They're not holding for some reason.:
DefaultPassword = with the appropriate password
AutoAdminLogon = 1

This is driving me crazy. I thought some remnant of TweakUI was still
installed so I got rid of all evidence of TweakUI using a VB script.

I've tried both setting and not setting the password in CONTROL
USERPASSWORDS2. No joy.

(2) Is there any way to PERMANENTLY toggle insert/overstrike to
INSERT??

Does anyone have any ideas??

Thanks.

Barb

 
Reply With Quote
 
 
 
 
themoose53
Guest
Posts: n/a
 
      8th Apr 2009
On Apr 3, 2:23*am, The Moose <moos...@hotmail.com> wrote:
> (1) I've got these two settings set as follows in the registry.
> They're not holding for some reason.:
> DefaultPassword = with the appropriate password
> AutoAdminLogon = 1
>
> This is driving me crazy. *I thought some remnant of TweakUI was still
> installed so I got rid of all evidence of TweakUI using a VB script.
>
> I've tried both setting and not setting the password in CONTROL
> USERPASSWORDS2. *No joy.
>
> (2) Is there any way to PERMANENTLY toggle insert/overstrike to
> INSERT??
>
> Does anyone have any ideas??
>
> Thanks.
>
> Barb


(1) I think I figured out what was causing this. I use a product
called 'ScanDefrag' (http://www.blueorbsoft.com/scandefrag/) to defrag
and scandisk my computer early every morning (2AM).

When I set a username and password in ScanDefrag Options/Automatic
Logon, this information seems to clear the registry info for logging
onto the computer. I've eliminated the Automatic Logon in ScanDefrag
and allowed the scheduled process under Windows XP Scheduled Tasks to
contain the username and password. This seems to get rid of the
problem that I was having.

(2) Still haven't figured out how to get the computer to stay toggled
in insert mode.

Barb
 
Reply With Quote
 
Tim Meddick
Guest
Posts: n/a
 
      9th Apr 2009
Moose,
When you say "the computer to stay toggled in insert mode" by
computer do you mean in "Regedit", "Word for Windows", "Notepad", "Command
Prompt" or what exactly?
--

Cheers, Tim Meddick, Peckham, London.


"themoose53" <(E-Mail Removed)> wrote in message
news:cf6781f7-895c-4cc5-b029-(E-Mail Removed)...
On Apr 3, 2:23 am, The Moose <moos...@hotmail.com> wrote:
> (1) I've got these two settings set as follows in the registry.
> They're not holding for some reason.:
> DefaultPassword = with the appropriate password
> AutoAdminLogon = 1
>
> This is driving me crazy. I thought some remnant of TweakUI was still
> installed so I got rid of all evidence of TweakUI using a VB script.
>
> I've tried both setting and not setting the password in CONTROL
> USERPASSWORDS2. No joy.
>
> (2) Is there any way to PERMANENTLY toggle insert/overstrike to
> INSERT??
>
> Does anyone have any ideas??
>
> Thanks.
>
> Barb


(1) I think I figured out what was causing this. I use a product
called 'ScanDefrag' (http://www.blueorbsoft.com/scandefrag/) to defrag
and scandisk my computer early every morning (2AM).

When I set a username and password in ScanDefrag Options/Automatic
Logon, this information seems to clear the registry info for logging
onto the computer. I've eliminated the Automatic Logon in ScanDefrag
and allowed the scheduled process under Windows XP Scheduled Tasks to
contain the username and password. This seems to get rid of the
problem that I was having.

(2) Still haven't figured out how to get the computer to stay toggled
in insert mode.

Barb


 
Reply With Quote
 
The Moose
Guest
Posts: n/a
 
      11th Apr 2009
On Apr 7, 8:53*pm, themoose53 <themoos...@gmail.com> wrote:
> On Apr 3, 2:23*am, The Moose <moos...@hotmail.com> wrote:
>
>
>
> > (1) I've got these two settings set as follows in the registry.
> > They're not holding for some reason.:
> > DefaultPassword = with the appropriate password
> > AutoAdminLogon = 1

>
> > This is driving me crazy. *I thought some remnant of TweakUI was still
> > installed so I got rid of all evidence of TweakUI using a VB script.

>
> > I've tried both setting and not setting the password in CONTROL
> > USERPASSWORDS2. *No joy.

>
> > (2) Is there any way to PERMANENTLY toggle insert/overstrike to
> > INSERT??

>
> > Does anyone have any ideas??

>
> > Thanks.

>
> > Barb

>
> (1) I think I figured out what was causing this. *I use a product
> called 'ScanDefrag' (http://www.blueorbsoft.com/scandefrag/) to defrag
> and scandisk my computer early every morning (2AM).
>
> When I set a username and password in ScanDefrag Options/Automatic
> Logon, this information seems to clear the registry info for logging
> onto the computer. *I've eliminated the Automatic Logon in ScanDefrag
> and allowed the scheduled process under Windows XP Scheduled Tasks to
> contain the username and password. *This seems to get rid of the
> problem that I was having.
>
> (2) Still haven't figured out how to get the computer to stay toggled
> in insert mode.
>
> Barb


One more piece to problem of ScanDefrag removing the autologin
password.

For XP Pro: Go to Start/Administrative Tools/Local Security Policy/
Security Settings/Local Policies/Security Options
Accounts: Limit local account use of blank passwords to console logon
only. This is enabled by default, disable it.

To schedule the task, use the 'System' username (with no password).
The ScanDefrag will start automatically, complete the task, and then
log back into the default user's account -- with no intervention.

So ... to summarize, to run ScanDefrag -- scheduled without destroying
the autogin information in the registry:

* Disable autologin on ScanDefrag program.

* [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
\Winlogon]:
AutoAdminLogon = 1
DefaultPassword = password

* For XP Pro: Go to Start/Administrative Tools/Local Security Policy/
Security Settings/Local Policies/Security Options
Accounts: Limit local account use of blank passwords to console logon
only. This is enabled by default, disable it.

* For XP Home: (Keith Miller) Go to Start/Run/Regedit and navigate to
this key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
Value name: limitblankpassworduse, Type: REG_DWORD, Data: 0
(disabled)

* Schedule task to run using System (as user) and no password.


Barb
 
Reply With Quote
 
The Moose
Guest
Posts: n/a
 
      11th Apr 2009
On Apr 8, 7:55*pm, "Tim Meddick" <timmedd...@gawab.com> wrote:
> Moose,
> * * * * * * When you say "the computer to stay toggled in insert mode" by
> computer do you mean in "Regedit", "Word for Windows", "Notepad", "Command
> Prompt" or what exactly?
> --
>
> Cheers, * *Tim Meddick, * *Peckham, London.
>

[snip]


Tim,

I want the computer to ALWAYS be in insert mode (by default). When
the computer starts up, the StatBar says that it's in overstrike mode.

Sure, I can hit the 'insert' key every time my computer starts up to
toggle it from overstrike to insert. If I had back all those partial
seconds, though, I'd live to be a hundred :GRIN:

Barb
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
AIW 1800XTnot holding settings Alan Tetley ATI Video Cards 1 14th Apr 2006 12:21 PM
XP Power Settings Not Holding MultiMediaJoe Windows XP General 2 23rd Feb 2006 12:54 AM
XP Power Settings Not Holding =?Utf-8?B?TXVsdGlNZWRpYUpvZQ==?= Windows XP Configuration 0 17th Feb 2006 07:26 PM
Not holding settings Bo Spyware Announcements 3 23rd Jul 2005 04:46 PM
Insert/Overstrike Stuck PT Microsoft Word New Users 1 12th May 2005 06:25 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:22 AM.