Archivi categoria: WIndows 10
Ripristino boot UEFI
1) Scaricare il file ISO aggiornato di Windows 8.1 o di Windows 10 contenente l’immagine del supporto d’installazione: Scaricare Windows 7, Windows 8.1 e Windows 10 dai server Microsoft.Nel caso di Windows 10, ricorrendo a una sistema che si avvia senza problemi, si può usare – in alternativa – il software Media Creation Tool (ne… Leggi tutto »
Problemi WindowsUpdate
Hide login user
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon > SpecialAccounts > UserList > DWORD = nomeutente
DiskStatus
@echo offif “%1″==”” (goto fine) else (set disk=%1)if “%2″==”” ( set status=online) else if “%2″==”online” ( set status=online) else if “%2″==”offline” ( set status=offline) else ( set status=online)echo select disk %disk% >%temp%\DiskStatus.scpecho %status% disk >>%temp%\DiskStatus.scp DiskPart /s %temp%\DiskStatus.scpdel %temp%\DiskStatus.scp
Creare subst permanenti
Per effettuare una subst permanente aprire RegeditAndare su: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\DOS DevicesCreare un “Nuovo” -> “Valore stringa” con nome dell’unità che vogliamo creare (es. K:)Mettere come valore il percorso che vogliamo mappare preceduto da “\??\”. Per esempio, per subst K: c:\pippo andrà creato un valore stringa col nome “K:” e con valore “\??\C:\pippo”
Configurazione binding interfacce LAN Windows
addType netsh Type http Type sho iplisten. This should return blank – this means that IIS doesn’t have a list of IPs to bind too. This also means that IIS will attempt to bind to every IP address. Type add iplisten ipaddress=[INSERT THE IP ADDRESS YOU WANT IT TO BIND TO HERE] You should get… Leggi tutto »
Cambiare username con Windows Home
netplwiz
Attivazione remota RDP (dominio)
Scaricare i PSTools http://technet.microsoft.com/en-us/sysinternals/bb897553 Caricare il CMD dalla macchina remota PSexec \ cmd.exe Disattivare il firewall del computer remoto netsh advfirewall set currentprofile state off Attivare il servizio RDP sul computer remoto reg add “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet \Control\Terminal Server” /v fDenyTSConnections /t REG_DWORD /d 0 /f A questo punto si può chiudere CMD.EXE e PSExec.exe Caricare una… Leggi tutto »
Attivazione Login con PIN su dominio
Computer Configuration > Administrative Templates > System > Logon > Turn on pin sign-in