giovedì 23 novembre 2023

Windows 10 - Impossibile installare Driver

 Se esce un errore tipo questo:

Su Regedit cercare questa voce

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DeviceInstall\Parameters\DeviceInstallDisabled

E settarla a 0


martedì 11 aprile 2023

Windows Server - I client non chiedono nome e password per condivisone e non riescono ad accedere

 La situazione si verifica dopo aver abilitato e disabiliato l'accesso alle cartelle pubbliche in Opzioni di condivisione avanzate.

Disattivare l'utente Guest o inserire una password.

In via temporanea funziona l'accesso alle cartelle condivise con credenziali inserite manulmente tramite console o gestione credenziali




lunedì 19 dicembre 2022

Restore the Legacy Print Dialog in Windows 11 22H2

 

Restore the Legacy Print Dialog in Windows 11 22H2

In Windows 11 22H2, Microsoft has replaced the legacy Print Dialog for all classic (win32) apps, e.g., Notepad, WordPad, Notepad++, etc., with a new dialog. Earlier, this dialog was available only for UWP apps (aka Store apps). Also, there is a new Print Queue dialog introduced in this version.

However, in the modern print dialog, the preview pane always shows “No preview available,” irrespective of the previewed file type. Furthermore, on some systems, the title bar reads “Printing from Win32 application” instead of the program’s name — e.g., Notepad++.

get back legacy print dialog in windows 11 22h2

To access the printer preferences dialog (specific to the chosen printer), click on the “More settings” link at the bottom left of the new print dialog.

get back legacy print dialog in windows 11 22h2

If you see no use in this new Print dialog, fortunately, you can revert to the old/legacy Print dialog in Windows 11 22H2.

Restore the Old Print Dialog in Windows 11 22H2

Follow one of these methods to bring back the old print dialog in Windows 11.

Using Command Prompt

Open a Command Prompt window:

Type the following command exactly as given below, and press Enter:

reg add "HKCU\Software\Microsoft\Print\UnifiedPrintDialog" /v "PreferLegacyPrintDialog" /d 1 /t REG_DWORD /f

If the command was executed correctly, you should see the message “The operation completed successfully.

get back legacy print dialog in windows 11 22h2

Using Registry Editor

Alternately, you can start the Registry Editor (regedit.exe) and go to the following branch:

HKEY_CURRENT_USER\Software\Microsoft\Print\UnifiedPrintDialog

Create a new REG_DWORD value named PreferLegacyPrintDialog

Set PreferLegacyPrintDialog data to 1.

Exit the Registry Editor.

REG File to automate or deploy the above setting.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Print\UnifiedPrintDialog]
"PreferLegacyPrintDialog"=dword:00000001

I hope that helps. Let’s know.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

giovedì 29 settembre 2022

Risoluzione problema del crash di MS Word 2000, XP e 2003

 Risoluzione problema del crash di MS Word 2000, XP e 2003, riguardante il correttore ortografico (msgrit32.dll).

– In Strumenti > Opzioni correzione automatica > Smart Tag, disattivare “Contrassegna testo con smart tag”.

altre possibili soluzioni:

– In Strumenti > Opzioni > Ortografia e Grammatica, disattivare le caselle “Controlla ortografia durante la digitazione” e “Controlla grammatica durante la digitazione”

– Rinominare il file msgrit32.dll

venerdì 15 luglio 2022

Spostare rete windows da pubblica a privata (per seconde reti/openvpn server)

Per verificare se la rete interessata è su pubblica o privata, dal pannello di controllo -> firewall




Da powershell lanciare: get-netconnectionprofile

poi con  set-netconnectionprofile -name "OpenVPN TAP-Windows6" -NetworkCategory Private

cambiare OpenVPN TAP-Windows6 con il nome della rete da passare a privata


(fonte: https://www.digitalcitizen.life/how-set-your-networks-location-private-or-public-windows-10/)