Boeypc
06-12-2008, 03:21 AM
Set myshell = CreateObject("WScript.Shell")
ItsMe = myshell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinLogon\DefaultUserName")
Set myshell = Nothing
This program doesn't run. ( it's for reading User ID )
correct me if i am wrong , pls :)
ItsMe = myshell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinLogon\DefaultUserName")
Set myshell = Nothing
This program doesn't run. ( it's for reading User ID )
correct me if i am wrong , pls :)