Alliance Of Overclocking Arts Alliance Of Overclocking Arts Alliance Of Overclocking Arts AOA's Hot Deals Folding For Team 45 AOA Files Home Front Page
Sunday, 23 November 2008
Home
News Archive
Xoxide
AOA Reviews & Guides:
Motherboards
Miscellaneous
Gaming
Editorials
Overclocking Bible
SJ Labs
Folding@Home
Irrepressible.Info
.................................................



How-To: Limited Account Tweak Print
Written by Samuknow   
Monday, 11 September 2006
Article Index
How-To: Limited Account Tweak
Create Game Account
Create Game Account (Cont.)
Hide Game Account
Hide Game Account (Cont.)
Registry Tweaks
Create Shortcuts
Appendix

Contents of file 'xp_hide_users.vbs' 

'xp_hide_users.vbs
'Hide User on the Windows XP Welcome Screen
'© Doug Knox - 05/01/02
'Downloaded from www.dougknox.com

Option Explicit
On Error Resume Next

'Declare variables
Dim WSHShell, n, p, itemtype, MyBox, User, Title, Prompt

'set variables
p = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList\"
itemtype = "REG_DWORD"
n = 0

Prompt = "Enter the username you wish to hide."
Title = "Hide User on Welcome screen"
User = InputBox(Prompt, Title,"")

If User = "" Then
    Title = "Error!"
    Prompt = "You left the user name blank."
    MyBox = MsgBox(Prompt,4096,Title)
Else
    p = p & User
    Set WSHShell = WScript.CreateObject("WScript.Shell")
    WSHShell.RegWrite p, n, itemtype
    Title = "Success"
    Prompt = User & " is now hidden on the Welcome screen."   
   
    MyBox = MsgBox(Prompt, 4096, Title)
End If

Set WshShell = Nothing

 

Contents of file 'OnlyRunUsingAble2PlayAccount.Reg'

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"Logoff"="logoff"

 

Recommend on:
Digg
YahooMyWeb
Technorati
Delicious


 

© 2008 AOA
Joomla! is Free Software released under the GNU/GPL License.

Get The Best Free Joomla Templates at www.joomla-templates.com