|
1 | | -# AutoLogin |
| 1 | +# AutoLogin Intro |
| 2 | +Using the .Net framework to set auto-login registry keys. |
2 | 3 |
|
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 |
11 | 5 |
|
12 | | -c:\autologinbuilder.exe Domain Username Password (sets auto login with credentials) |
| 6 | +Download the .exe from release and try either method. |
13 | 7 |
|
14 | | -c:\autologinbuilder.exe Username Password (sets auto login with credentials no domain) |
| 8 | +# GUI |
| 9 | +Only Requires password Pulls Domain and Current user |
15 | 10 |
|
16 | | -C:\autologinbuilder.exe remove (Removes auto login configuration) |
| 11 | + |
| 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