AutoComple Info

  • Thread starter Thread starter Crouchie1998
  • Start date Start date
C

Crouchie1998

How do I access the AutoComplete information is stored in Windows 2000
Protective Storage?
 
Auto complete for what?

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| How do I access the AutoComplete information is stored in Windows 2000
| Protective Storage?
|
|
 
Are you talking about using TAB in the cmd-line to complete path/file names?

If so, you need to change this registry value:
Key: "HKU\NTUSER\Software\Microsoft\Command Processor"
Value: CompletionChar
Type: REG_DWORD
Data: 9
Note: 9 is for the TAB character

--
MikeVa [MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
Dave,

If you knew all about Protective Storage in Windows 2000 you would know what
I am talking about.

Protected Storage is a service that keeps all Outlook passwords, all
AutoComplete username/passwords etc.

The information seems to be stored as hex. All I want to do is read the
information & then convert it to ASCII using VB.NET.

Before you say this is a Windows 2000 forum & not a VB.NET one I am just
asking if there are any command line switches or if the information is
dumped into a certain file... what is the name of the file?

Crouchie1998
BA (HONS) MCP MCSE
 
You said nothing of passwords hence the question. To reply to a post using
OE first highlight the post then click 'Reply' so the threads line up
correctly.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Dave,
|
| If you knew all about Protective Storage in Windows 2000 you would know
what
| I am talking about.
|
| Protected Storage is a service that keeps all Outlook passwords, all
| AutoComplete username/passwords etc.
|
| The information seems to be stored as hex. All I want to do is read the
| information & then convert it to ASCII using VB.NET.
|
| Before you say this is a Windows 2000 forum & not a VB.NET one I am just
| asking if there are any command line switches or if the information is
| dumped into a certain file... what is the name of the file?
|
| Crouchie1998
| BA (HONS) MCP MCSE
|
|
 
Back
Top