Windows 10 - How To delete AutorunsDisabled recursive registry subkey and it's content

Luigi Oneto 25 Punti di reputazione
2024-06-10T08:46:39.7566667+00:00

I found in registry an autorunsdisabled entry under an existing autorunsdisabled entry

in regedit this is shown as an endless recusive tree

the export by regedit of the first AutorunsDisable entry creates a 1.02 MB .reg file

Some lines of the .reg file:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\AutorunsDisabled] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\AutorunsDisabled\Appmon] "Driver"="AppMon.dll" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\AutorunsDisabled\Appmon\Ports] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\AutorunsDisabled\Appmon\Ports\Microsoft.Office.OneNote_16001.14326.21886.0_x64__8wekyb3d8bbwe_microsoft.onenoteim_S-1-5-21-592951294-2061761917-3718062575-1001] "Aumid"="Microsoft.Office.OneNote_8wekyb3d8bbwe!microsoft.onenoteim" "AppSid"="S-1-15-2-3445883232-1224167743-206467785-1580939083-2750001491-3097792036-3019341970" "PortName"="Microsoft.Office.OneNote_16001.14326.21886.0_x64__8wekyb3d8bbwe_microsoft.onenoteim_S-1-5-21-592951294-2061761917-3718062575-1001" "AppExe"="onenoteim.exe" "AppCmdlineTemplate"="%1" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\AutorunsDisabled\AutorunsDisabled] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\AutorunsDisabled\AutorunsDisabled\Appmon]

.. same subkeys and values as previous ..

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\AutorunsDisabled\AutorunsDisabled\AutorunsDisabled]

.. same subkeys and values as previous ..

registry entries are recursively repeated up to 1,072,600 bytes size.

My question: would the following command be safe?

REG DELETE HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\AutorunsDisabled\AutorunsDisabled

Windows 10
Windows 10
Un sistema operativo Microsoft in esecuzione su computer personali e tablet.
28 domande
0 commenti Nessun commento
{count} voti

Risposta accettata
  1. Ian Xue 37,621 Punti di reputazione Fornitore Microsoft
    2024-06-11T02:06:38.8966667+00:00

    Ciao Luigi Oneto,

    Grazie per aver postato in Microsoft Q&A.

    Il comando

    REG DELETE HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\AutorunsDisabled\AutorunsDisabled

    eliminerà la chiave di registro AutorunsDisabled e tutte le sue sottochiavi e valori.

    Cordiali saluti,

    Ian Xue


    Se la risposta è stata utile, si prega di fare clic su “Accetta risposta” e di votare a favore.


1 risposta aggiuntiva

Ordina per: Più utili
  1. Yordan Ivanov (Convergys Corporation) 1,200 Punti di reputazione Fornitore Microsoft
    2024-06-10T09:07:45.0933333+00:00

    Buongiorno,

    questo e il forum italiano. Per supporto in inglese, chiederei di seguire questo link: https://learn.microsoft.com/en-us/answers/questions/

    Grazie

    1 persona ha trovato utile questa risposta.

Risposta

Le risposte possono essere contrassegnate come risposte accettate dall'autore della domanda. Ciò consente agli utenti di sapere che la risposta ha risolto il problema dell'autore.