Remote Desktop Licensing service to fail to start

Remote Desktop Licensing service to fail to start, with error code %%-1073672191. The Terminal Services Licensing service cannot start. The following error occurred: Can't initialize Cryptographic - error code 5. Sometime happens a problem with Remote Desktop Licensing services not starting. The Terminal Licensing MachineKeys have permissions for Administrators and/or TermServLicensing but the service starts using the “Network Service” account… Why?????? You can fix the problem adding Network Service account (read only privileges it’s ok), on follow directory (you can force ownership propagation for reapply the correct privilege tree): ...

14 May 2012 @ 00:49 · Updated: 30 June 2026 @ 03:28 · leo

The Windows Installer Service could not be accessed.

The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance. kb315353 To resolve this issue, follow these steps: Log on to your computer as an administrator. Click Start, and then click Run. In the Open box, type cmd, and then click OK. At the command prompt, typemsiexec.exe /unregister, and then press ENTER. ...

9 October 2011 @ 03:07 · Updated: 30 June 2026 @ 03:28 · leo

RDP - Remote logins are currently disabled.

If you trying to connect to a RDP server and you get this error: Error message: Terminal Server sessions disabled. Remote logins are currently disabled. Terminal Server sessions disabled. Remote logins are currently disabled. Description: The user is attempting to log on to a Terminal Server where an administrator has disabled logon by issuing the CHANGE LOGON /DISABLE command. In order to enable logon, the CHANGE LOGON /ENABLE command must be issued.

22 July 2010 @ 23:49 · Updated: 30 June 2026 @ 03:28 · leo

Windows - Reset resolution from registry

Durante una migrazione di datacenter mi è capitato di aver fuori uso la console di un server perchè la risoluzione della scheda video è fuori range del monitor, avendo accesso RDP la soluzione è presto trovata dal registro di sistema nella seguente posizione: My Computer\HKEY_CURRENT_CONFIG\System\CurrentControlSet\Control\VIDEO Trovando la stringa “Monitor” si potrebbe cambiare direttamente la risoluzione, ma personalmente ho cancellato tutto il contenuto e riavviato così facendo ha ricreato le configurazione di default.

15 August 2009 @ 15:27 · Updated: 30 June 2026 @ 03:28 · leo

IIS Socket Pooling

C’è una cosa brutta da sapere e si scopre quando per caso proviamo ad installare un servizio in ascolto sulla porta 80 su windows che ha già attivo per sfortuna nostra IIS, si chiama socket pooling, infatti automaticamente iis decide di essere in ascolto su tutti i socket quindi ogni indirizzo configurato sulla macchina, impedendo l’avvio di qualsiasi altro servizio (es. apache) anche se apparentemente configurato correttamente. Per ovviare a questo problema ecco come fare: -Prima di tutto installate i support tools, dove sono? Inserite il cd nella directory \Support\Tools trovate un pacchetto suptools.msi -Ora potete procedere: ...

18 July 2009 @ 04:06 · Updated: 30 June 2026 @ 03:28 · leo

Windows - Change IP from command line

Yes, is possibile don’t make lot of click to reconfigure network interfaces under Windows, using “netsh” command like this: For set up static address and metric 1 gateway: netsh interface ip set address name="Local Area Connection" static ip.ip.ip.ip 255.255.255.0 gw.gw.gw.gw 1 For set up static dns: netsh interface ip set dns "Local Area Connection" static xx.xx.xx.xx netsh add dns "Local Area Connection" addr=xx.xx.xx.xx index=2 For setup ip by dhcp: netsh interface ip set address name="Local Area Connection" source=dhcp netsh interface ip set dns name="Local Area Connection" source=dhcp

1 February 2009 @ 19:36 · Updated: 30 June 2026 @ 03:28 · leo

Hardware - MacPRO ITA Keyboard on windows

Vi sarà mai capitato di aver collegato una tastiera Apple ad un PC in particolar modo una PRO Ita, ovviamente nei driver standard la mappatura non esiste, neache lontanamente. Ho creato con un software fornito da Microsoft (Microsoft Keyboard Layout Creator) la mappatura della tastiera nel file scaricabile qua sotto è contenuto un installer e il sorgente per modificabile. Attezione il tast “DEL” è mappato con il tasto virgola del tastierino per comodità. ...

19 October 2008 @ 13:44 · Updated: 29 June 2026 @ 05:26 · leo