Windows 10

Windows 10 VPN Flyout – no connect button

Windows 10 VPN has gone back in time, when you click your network icon in the system tray, and click one of your VPN connections, it opens a window with all the VPN connections.

Want it back like it was in Windows 8

 

  1. Open regedit (WIN+R and type regedit.exe)
  2. Navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Control Panel\Settings\Network
  3. Take ownership of the “Network” key/folder (right click, Permissions)
  4. Select “Advanced” in the Permissions window
  5. In the Advanced window, select “Change” where the owner field is (at the top of the window)
  6. Type in your username and save your changes.
  7. Close the advanced window
  8. Now select “Administrators” in the security tab
  9. Make sure “Full control” is selected, then apply changes
  10. Now that’s done, double click “ReplaceVan”
  11. Change it’s value to 2

Now try your network Icon in system Tray, a lost feature has now returned

 

Forgot Windows 10 password

If you forgot the password for your Microsoft account and you were unable to reset the password with Microsoft’s online recovery methods, the best way is to create a new local account so you can sign in again to your Windows 10 computer. This method will also allow you to access all of your Microsoft account’s local files.

pswd-1

This password is incorrect

Following are the steps to reset a Windows 10 password:

  1. Boot from the Windows 10 DVD. Make sure that your PC setup is configured to boot from a DVD and that UEFI and Secure Boot are disabled.
    pswd-22. Press SHIFT + F10 to open a command prompt.
    pswd-3

    3. Replace the file utilman.exe with cmd.exe. Before you do this, you should make a copy of utilman.exe so that you can restore it later. Note that you can only restore this file if you boot again from the Windows DVD.

pswd-4
move d:\windows\system32\utilman.exe d:\windows\system32\utilman.exe.bak
copy d:\windows\system32\cmd.exe d:\windows\system32\utilman.exe
Replace utilman.exe with cmd.exe

4.  After you have replaced utilman.exe successfully, you can remove the DVD and restart your problematic Windows 10 installation:

pswd-4
wpeutil reboot
5. On the Windows 10 sign-in page, click the Utility Manager icon.

pswd-5

Since we replaced the Utility Manager with the cmd.exe, a command prompt should open now. Don’t worry about the error message.
pswd-6

6. You can now add a new user with the command below. We also have to add the user to the administrator group so that we regain full control of our Windows installation. Replace <username> with the account name of your choice. Note that the account name must not exist on this Windows installation. Don’t let the Windows 10 screen saver distract you.
net user <username> /add
net localgroup administrators <username> /add

pswd-7

7. Click the screen to make the sign-in page appear again. Your new account should show up, and you can sign in without a password.
pswd-8

8. You can now access the files associated with your Microsoft account in the C:\Users folder.
pswd-9

9. If you worked with a local account instead of a Microsoft account, you can reset your password in Computer Management. Right-click the Start button, select Computer Management, and navigate to Local Users and Groups. Right-click your local account and select Set Password.
pswd-10

A shorter way to reset the password of a local account is to replace the first command in step 6 with the following command. (In this case, you don’t need to create a new user.)
net user <username> <password>
Notice that resetting a password with this command doesn’t work with a Microsoft account. The only way to reset a Microsoft account password is through the online forms.