Category Archives: command line of windows

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

config ip and netsh firewall via command windows

netsh interface ipv4 set address “Local Area connection” static 192.168.3.9 255.255.0.0 192.168.3.1 1 — netsh interface ipv4 add dnsserver “Local Area connection” 192.168.3.10 1 — — netsh advfirewall set currentprofile settings remotemanagement enable netsh advfirewall set currentprofile settings remotemanagement disable … Continue reading

Posted in command line of windows | Comments Off on config ip and netsh firewall via command windows