Windows 10 cannot read file shares on Server 2003

Type PowerShell in Search bar > Right click > Run as administrator > Type:

Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol + ENTER

Reboot.

Posted in command line of windows, My Windows, PowerShell, tricks & tips, windows | Comments Off on Windows 10 cannot read file shares on Server 2003

Hyper-V Error – Access Denied. Unable to establish communication between Hyper-V and Client

While setting up a Hyper-V server for Wayne and Justin to work with some VMs to troubleshoot the SBS 2003 to 2008 replication error, we ran into a roadblock with getting the Hyper-V Manager connected to the Hyper-V Server 2008 box:

image

Virtual Machines

Access denied. Unable to establish communication between ‘Hyper-V Server’ and ‘Hyper-V Manager’.

This is puzzling since the workstation has been connected to this particular Hyper-V server many times using other network profiles. The profile we created for the Microsoft folks was seemingly giving us the connection issue.

The fix took a bit of searching to find and needed to be accomplished on the Windows Vista system where the Hyper-V Manager was installed:

Close the Hyper-V Manage

Click Start and type: %windir% [Enter].

A Windows Explorer window will open to the Windows directory.

Type: dcomcnfg in the Search Windows field at the top right hand of the Explorer window.

You will see the following in your search results:

image
  1. Right click on dcomcnfg and Run As Administrator.
    • Authenticate with the local admin credentials if UAC prompts for credentials, or Continue if it does not.
    • Open the Component Services node, then the Computers node, then right click on My Computer and click on Properties.
    • Click on the COM Security tab.
    • You will see the following
image
    • Click the Edit Limits button under Access Permissions.
    • Enable Remote Access for Anonymous Logon
    • Before and after shot:
image
  1. Click Apply and OK.
  2. Close the Component Services console and the Windows Explorer window.
  3. Start the Hyper-V Manager and continue through the UAC.

The virtual machines, if any, will show up in the Hyper-V Manager console after that.

Posted in Hyper-V, My Windows | Comments Off on Hyper-V Error – Access Denied. Unable to establish communication between Hyper-V and Client

windows key finder and save as WindowsKeyFinder.vbs

https://drive.google.com/open?id=1JhJNGqtW38Piba-HNyeOLrIfIW2Limad

Posted in My Windows, tricks & tips, windows | Comments Off on windows key finder and save as WindowsKeyFinder.vbs

Find Windows 10 Product Key

The product key for new computers that come preinstalled with Windows 10 has the product key stored within the motherboard firmware. Users can retrieve it by issuing a command from the command prompt.

  1. Press Windows key + X
  2. Click Command Prompt (Admin)
  3. At the command prompt, type below:
  4. wmic path SoftwareLicensingService get OA3xOriginalProductKey
  5. This will reveal the product key.

Posted in My Windows, tricks & tips, windows | Comments Off on Find Windows 10 Product Key

chorme bookmarks recovery

location –> “AppData\Local\Google\Chrome\User Data\Default.”

copy and paste ‘bookmarks’ and ‘bookmarks.bak’ to new location “AppData\Local\Google\Chrome\User Data\Default.”

Posted in My Windows, tricks & tips, windows | Comments Off on chorme bookmarks recovery