Create a Local Account in Windows 10

Image
Press Windows key + X
Click Computer Management
Image
Expand Local Users and Groups
Click Users
Right click then click New User
Image
Enter the information for the account such as User Name, Full Name, Description (optional) and the password, confirm it.
Uncheck 'User must change password at next logon' if this account is for your purposes and and uncheck the 'Password never expires' box. If the account is for someone else, leave the defaults.
Click Create then Close
Thats it!
Method 2:
Image
Press Windows key + R
Type: control userpasswords2
Hit Enter or click OK
Image
Click Add
Image
Click Sign in without a Microsoft account (not recommended)
Image
Click Local account
Image
Enter your account information then click Next
Image
Click Finish
Thats it!
Method 3
You can use the command line as another way to create a local account.
Press Windows key + X
Click Command Prompt (Admin)
We are going to attempt to create a new user account.
Example: net user Username Password /add
Where there is Username replace with the account name and where there Password replace with the desired password.
Example: net user adacosta2 pwhelp /add
Press Enter on your keyboard
You should see the following message The command completed successfully.
Type exit to close the command prompt.
Restart the machine and try logging into the new account.

Manually Activating Windows 10


manually changing control prompt settings


running command prompt as administrator

Manually Activating (Run As Administrator)

1. To open the Command Prompt with Administrative Privileges:
  • Type "cmd" into the Cortana search box. Right-click on cmd and select "Run as administrator".


2. When the DOS prompt appears:
  • Type in:  cd c:\windows\system32  then press the Enter key.
     
  • Type in:  cscript \windows\system32\slmgr.vbs /ato  then press the Enter key.
(IMPORTANT:  You must type in the command exactly as shown, including spaces. If there is an error in the command, the response will say "The system cannot find the path specified" as shown in the picture below. ) 
3. The results of running this command will be an Output Message
  • If the output message says 'Product activated successfully', then the product activated successfully.
     
  • If the output message DOES NOT say 'Product activated successfully', do the following:
1.  Make a note of the error code that is generated in the Command Prompt window.
2. Following these steps will activate Windows 10 for 180 days.  After this time period, you will need to complete these steps again to reactivate.  
NOTE: It is not necessary to let Windows deactivate before running this program again.  Windows Updates are included in LSU's Enterprise License Authorization.

Upgrading VCSA 6.0 U2 to 6.5 via GUI


The cliff notes for this process are:
  • Mount/extract/etc. the ISO
  • On the old VCSA, turn ssh on
  • Run installer.exe
  • Point to an existing vCenter/ESXi in order to provision the new VCSA instance (read more below)
  • Specify what data will be migrated
  • Power-off the old VCSA
  • Import the data defined earlier
  • Enjoy VCSA 6.5 GA
It is important to note that during this process the original VCSA is powered off but is not deleted.  You will need to delete the appliance yourself.  VMware is kind enough to let you do this at your own leisure in case anything goes whacky during the process.
Now, let’s get started!
Download the VMware vCenter Server Appliance 6.5 ISO from https://my.vmware.com and either mount it or burn it to DVD.  Once mounted, you can run the installer in [CD]:\vcsa-ui-installer\win32\installer.exe and will be presented with the following window.  For this effort we’re going to choose “Upgrade” from the menu below:
VCSA 6.5 Upgrade
The following screen introduces the product and process:
VCSA 6.5 Upgrade
You have to accept the usual terms and conditions:
VCSA 6.5 Upgrade
The “Deploy appliance” screen is a little confusing since we’ve chosen to upgrade our existing VCSA.  However, what the upgrade does is actually deploy a new VCSA and migrate settings and database over to the new appliance.  Sneaky, VMware, sneaky!
Enter your existing appliance FQDN or IP along with your SSO username and password, then specify a vCenter or host that manages the existing appliance:
VCSA 6.5 Upgrade

Accept the certificates from both the vCenter and host:
VCSA 6.5 Upgrade

The next screen allows you to specify where the new appliance is deployed.  Specify the FQDN or IP of your host or vCenter server along with credentials necessary:
VCSA 6.5 Upgrade

Again, accept the certificate for the ESXi host or vCenter server you’re using as a target:
VCSA 6.5 Upgrade

Provide the VM name of your new vCenter server.  Again, we’re going to end up with a new appliance, so name it in accordance to whatever your standard is.  Obviously, you cannot use the same VM name as the existing VCSA:
VCSA 6.5 Upgrade

If you’re experienced with deploying VCSA 6.0 then you might recognize that the resources changed a bit in the next screen shot.  I am going to use a “Tiny” deployment, but this size used to require 2 vCPU and 8GB of RAM.  Now, it looks like it requires 10GB of RAM:
VCSA 6.5 Upgrade

As usual, pick your storage and choose whether or not you want to deploy the VCSA thick or thin:
VCSA 6.5 Upgrade

Next up is the network configuration page.  Specify your temporary IP address – this is the IP address that the new upgraded VCSA will be stood up with, but will ultimately be redefined with the IP of the original appliance:
VCSA 6.5 Upgrade

Review your configuration and click finish to begin the actual deployment:
VCSA 6.5 Upgrade

The actual deployment kicks off:
VCSA 6.5 Upgrade

Very soon thereafter, you’re done!
VCSA 6.5 Upgrade

Well, hold on a second – we’re done Stage 1.  There’s more to this.  You can see the message in the above window stating that you can visit https://[IP of new VCSA]:5480 to continue the upgrade if you get disconnected.  Or, you can hit continue.  Once you continue, you’ll the following screen explaining that we’re now going to move data (taking a snapshot on the original VCSA may not be a bad idea at this point).  Click next to continue:
VCSA 6.5 Upgrade

Next, we… oh no!
VCSA 6.5 Upgrade

Well jeez – would have been nice to know that we need to connect to the existing VCSA via ssh!  So, we’ll go enable ssh on the existing VCSA and click close, then back, and retry the pre-upgrade checks (you can enable ssh by going to https://[IP of original VCSA]:5480 and turning on ssh from the Access tab).  If you have any firewalls between the new instance and old instance of your VCSA then you’ll need to make sure TCP port 22 is open.
Once we retry the pre-checks, we pass but with warnings:
VCSA 6.5 Upgrade
The warnings above simply state to turn off fully automated DRS during the upgrade while also letting us know that the vSphere Replication extension that I have in use may not be compatible with the new vCenter server.  Onward!
This is the cool part – we get to pick whether we want to import just the configuration, the configuration with events and tasks, or the configuration, events, tasks, and performance metrics.  I am going to choose the third option – Configuration, events, tasks, and performance metrics.  You may choose another option if your environment has significant data and migrating it is unreasonable or you just don’t care:
VCSA 6.5 Upgrade

The next screen is the typical Customer Experience Improvement Program opt-in which I am choosing to defer:
VCSA 6.5 Upgrade

One more review screen – this screen shows you again that you’ll have a temporary IP on the new instance as well as the FQDN of the new instance once the migration is complete.  Of course we’re going to check the box “I backed up the source vCenter Server“, right?  Click finish!
VCSA 6.5 Upgrade

The following screenshots so the next few screens you’ll click through:
VCSA 6.5 Upgrade
VCSA 6.5 Upgrade
VCSA 6.5 Upgrade

If you have the vSphere client open directly to your host, you can open the console of your existing VCSA 6.0 and watch it shutdown, etc.  VMware is so nice – I would have just yanked the power 🙂
After some more waiting, the Active Directory configuration is setup, the VMware Identity Management services are started, Postgres is setup, all sorts of cool data is imported (like the Content Library!), etc.  Finally, we’re done:
VCSA 6.5 Upgrade
Everything was successful as noted by the message beneath the completion bar.  Perfect!
:
VCSA 6.5 Upgrade

While I did install the Enhanced Authentication Plugin, I was not able to check the “Use Windows session authentication” on the page.  I was, however, able to login with my AD credentials:
VCSA 6.5 Upgrade

Everything is looking good!  One thing worth mentioning is that when visiting https://[VCSA].domain.local/ you’ll find that there is a vSphere client with flash and without, but that the client without is listed as “partial functionality” at this time.  Sad face.
VCSA 6.5 Upgrade
Still, everything works well!  Thanks for following along.  I’ll report back with any other findings.