Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 04-07-2009, 06:00 PM
themoose53
Newsgroup Contributor
 
Posts: n/a
Re: (1) Two Registry Settings Not Holding (2) ToggleInsert/Overstrike

On Apr 3, 2:23*am, The Moose <moos...********.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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 04-07-2009, 06:00 PM
  #2 (permalink)  
Old 04-08-2009, 05:00 PM
Tim Meddick
Newsgroup Contributor
 
Posts: n/a
Re: (1) Two Registry Settings Not Holding (2) Toggle Insert/Overstrike

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" <themoose53******.com> wrote in message
news:cf6781f7-895c-4cc5-b029-9830774e0dd2@j8g2000yql.googlegroups.com...
On Apr 3, 2:23 am, The Moose <moos...********.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


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 04-11-2009, 09:50 AM
The Moose
Newsgroup Contributor
 
Posts: n/a
Re: (1) Two Registry Settings Not Holding (2) ToggleInsert/Overstrike

On Apr 7, 8:53*pm, themoose53 <themoos...******.com> wrote:
> On Apr 3, 2:23*am, The Moose <moos...********.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\Contro l\Lsa
Value name: limitblankpassworduse, Type: REG_DWORD, Data: 0
(disabled)

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


Barb
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 04-11-2009, 10:00 AM
The Moose
Newsgroup Contributor
 
Posts: n/a
Re: (1) Two Registry Settings Not Holding (2) ToggleInsert/Overstrike

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Registry settings Lou 62 Windows XP 3 03-18-2009 09:19 PM
Need Help Retaining Registry Settings gecko Windows XP 18 12-27-2008 12:00 AM
Overstrike peppergrower Microsoft OneNote 1 03-08-2008 06:00 PM
Registry settings question Ekka Windows XP 2 08-13-2007 07:40 AM
Registry settings W.Stijnsma@Hotmail.con Windows XP 5 05-22-2007 08:40 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 05:16 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0