|
Windows tips NFS Client
"Programs and Features". In the left hand column, you'll see a link for "Turn Windows features on or off".
Select that, and it will open a list box that shows all of the optional components built in to Windows 7. Some are already activated. Expand the entry for "Services for NFS". There are two check boxes under that. Check them and hit OK. Windows will install those components and ask to reboot your system. Once you have rebooted, Client for NFS will be installed. To use it, go to Administrative Tools->Services for NFS to configure it. Alternatively, you can use the command line program 'nfsadmin' to configure Remote install http://heapspray.blogspot.cz/2012/06/installing-microsoft-lync-2010-client.html Dos Shell Powershell http://technet.microsoft.com/en-us/library/dd347730.aspx Permissions change
C:\ClusterStorage\Volume1>icacls *
C:\ClusterStorage\Volume1>icacls machine-disk-new.vhdx /grant "NT VIRTUAL MACHINE"\ABCDEF-1234-5678-9012-ABCDEFABCDEF:(R,W) /t
NTP force resync:
W32tm /resync
NTP server config
w32time service keys:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\
NtpServer-Enabled-1
net stop w32time, net start w32time
Install/allow features in Win 7/8
telnet:
pkgmgr /iu:"TelnetClient"
dotnet:
dism /online /enable-feature /featurename:NetFX3 /all /Source:d:\sources\sxs /LimitAccess
language packs:
z EN na CZ, zmena prostredi, dvd s lang. pack od MS, soubor je na cd:
E:\langpacks\cs-cz\lp.cab dism /online /add-package /packagepath:E:\langpacks\cs-cz\lp.cab bcdedit /set {current} locale cs-CZ bcdboot %WinDir% /l cs-CZ remove HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MUI\UILanguages\en-US
note:
po restartu nesel hypervisor, pomohlo nastavit: bcdedit /set hypervisorlaunchtype Auto Group Policy |