Jump to content

Recommended Posts

Posted

set /p loguser=What username do you wish to login to your computer with:

REG ADD HKLM\SOFTWARE\Microsoft\Windows\Windows NT\CurrentVersion\Winlogon /v AutoAdminLogon /d %loguser% /f

I get an error telling me there are to many paramaters?

I have also tried with inverted commas around the key and data


Posted

You forgot quotes on your reg key (there is space in it)

"HKLM\SOFTWARE\Microsoft\Windows\Windows NT\CurrentVersion\Winlogon"

and check your %loguser% for the same problem

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...