BoardBabe Posted December 10, 2005 Posted December 10, 2005 I've searched and read but there is soo much info, caan someone please break it down for me simply how to enable guest account so that LAN users can browse my files?
Rico.JohnnY Posted December 10, 2005 Posted December 10, 2005 reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\077 /ve /d "Active Guest Account" /freg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\077 /v 1 /d "net user guest /active:yes" /f
LeveL Posted January 29, 2007 Posted January 29, 2007 (edited) reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx77 /ve /d "Active Guest Account" /freg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx77 /v 1 /d "net user guest /active:yes" /fI tried this on Server 2003 and it would not work.Can thiese two commands be put into a registry file that is the same thing?[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx77]@="Active Guest Account""1"="net user guest /active:yes"I tried the command line commands and the registry script way - neither way workedafter a reboot. Why does the command go into the sub-key "077" ?After further testing I found this to work:ENABLE:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]@="Active Guest Account""1"="net user guest /active:yes"DISABLE:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]@="Active Guest Account""1"="net user guest /active:no" Edited January 29, 2007 by LeveL
fredamn76 Posted December 1, 2010 Posted December 1, 2010 [ENABLE:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]@="Active Guest Account""1"="net user guest /active:yes"how do i do to use this code? .reg file or .cmd file?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now