Posts Tagged ‘cmd’
I cannot log into my windows account?
It keeps going into a loop of ‘loading personal settings’ and ’saving your personal settings’. I have a password set and my hard drive is partitioned into C: and E: drives. I am running windows xp pro sp2 on both. E: is what i use. I am now currently accessing my computer through C: which is really the very basic OS. I really dont want to lose my stuff on E: I can access the cmd in C: and i can type in E: and get to E:>. If i open regedit.exe and see hklmsoftwaremicrosoftwindowsntcurrentversionwinlogon the values of shell and userinit.exe, it shows the values shell = explorer.exe and userinit.exe = c:windowssystem32userinit.exe. How do i access the registry for E: drive from C:? the safe mode with cmd does not work, it takes me back to the logon page. please help. I really dont want to do a complete reinstall. even the backup of e: failed. please help… please.
Blocked Websites, How to Gain Access? Subscriber Question
Have a problem? Ask in the forum: www.mob3.co.uk or the live chat: www.mob3.co.uk Here I answer brycey2323’s question. He is trying to access a website, but is blocked from his school. I recommend not doing this at all, but if its essential you can try and use Remote Access for this
Vbs Account Manager
A Vbs Account Manager a personalised user account manager Script: what = (inputbox (“Type an option [add/delete/change password]“)) if what = “add” then user = (inputbox (“Enter a username”)) if user = nul then msgbox “you didnt enter anything”,vbinformation,”Error” wscript.quit else end if set objshell = createobject(“wscript.shell”) objshell.run “%comspec% /c net user ” & user & ” /add” wscript.sleep 1000 admin = (msgbox (“Would you like this user to be an administrator?”,vbquestion+ …

