Category Archives: core

sCONFIG

from cmd then type sconfig that will bring other small windows for server configuration

Posted in core | Comments Off on sCONFIG

How to Disable IPv6 in Windows Server 2012

The world is running out of Internet addresses. IPv6 is the answer to that problem, but in some cases and implementations it can cause problems of its own. There’s no reason to disable IPv6 if it’s not causing a problem. … Continue reading

Posted in core | Comments Off on How to Disable IPv6 in Windows Server 2012

Hyper-V Domain Controller Time Problem

With computers, usually the simplest answers are the hardest to find. For example, for the past several months, my home’s domain time has been off by a couple hours. The task of fixing it was put on the back burner … Continue reading

Posted in core, My Windows, windows | Comments Off on Hyper-V Domain Controller Time Problem

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 core, PowerShell | Comments Off on config ip and netsh firewall via command windows

Hyper-V Core Commands Line

all windows list need install/remove get-windowsfeature install-windowsfeature -Name Hyper-V -Restart remove-windowsfeature -Name Hyper-V -Restart -=-=-=-=-=-=-=- storage configuration diskpart –> list volume -=-=-=-=-=-=-=-=- Disk Management for remote admin Netsh advfirewall firewall set rule group=”Remote Volume Management” new enable=yes note: please run … Continue reading

Posted in core | Comments Off on Hyper-V Core Commands Line