Skip to content

Commit f776b9d

Browse files
Made Readme nicer
1 parent 7ebe830 commit f776b9d

1 file changed

Lines changed: 29 additions & 12 deletions

File tree

README.md

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,33 @@
1-
# AutoLogin
1+
# AutoLogin Intro
2+
Using the .Net framework to set auto-login registry keys.
23

3-
This exe creates a auto login to windows 7,8,10 64 bit computer. There are two ways to use the application.
4-
# First
5-
Downloading the AutoLogin Buider from \bin\debug\autologinbuilder.exe and running the program
6-
# Second
7-
Downloading the AutoLogin Buider from \bin\debug\autologinbuilder.exe and using Command line to run the .exe
8-
with switches.
9-
c:\autologinbuilder.exe argument1 argument2 argument3
10-
# Switches
4+
Can be run two different ways brienfly described below. GUI and Console
115

12-
c:\autologinbuilder.exe Domain Username Password (sets auto login with credentials)
6+
Download the .exe from release and try either method.
137

14-
c:\autologinbuilder.exe Username Password (sets auto login with credentials no domain)
8+
# GUI
9+
Only Requires password Pulls Domain and Current user
1510

16-
C:\autologinbuilder.exe remove (Removes auto login configuration)
11+
![Imgur Image](https://i.imgur.com/YT3vj8x.png)
12+
13+
# Console
14+
Run from command using switches.
15+
```
16+
cmd.exe /c /Path/To/AutoLoginBuilder.exe {-h -r -u -p -d}
17+
-----------------------------------------------------
18+
Welcome to the help for this auto Login
19+
Remember domain can be blank for localhost
20+
You may only ever set or remove not both
21+
22+
23+
Options:
24+
-h, --help Shows help msg and exits
25+
-r, --remove Removes Auto Login
26+
-u, --username=Required Computer Account being set for Auto Login.
27+
Required to Setup autologin
28+
-p, --password=Required Password for account being set for Auto Login
29+
Required to Setup autologin
30+
-d, --domain=Optional Domain for account being set for Auto Login.
31+
Optional Blank if not in domain add for Domain
32+
-----------------------------------------------------
33+
```

0 commit comments

Comments
 (0)