How to Remove or Delete a Registry Key, Subkey and Values with .reg Registration Entries File Come rimuovere o eliminare un chiave del Registro di sistema, sottochiavi e valori con. Reg Registration Entries file
Registry registration entries file, which ends in .reg file extension is an useful script that can automate import and merging of registry keys and value data inside the file to system registry, especially in unattended mode. Le voci del Registro di registrazione di file, che termina in. Reg estensione del file è un utile script che può automatizzare l'importazione e la fusione delle chiavi del Registro di sistema e il valore dei dati all'interno del file di registro di sistema, soprattutto in modalità automatica. Most Windows operating system has built-in handler that automatically handle and process a file with .reg extension by using RegEdit.exe, a GUI tool which also support command-line interface to search or edit the Windows registry. La maggior parte del sistema operativo Windows ha costruito in gestore che di gestire ed elaborare automaticamente un file con. Reg estensione utilizzando regedit.exe, uno strumento con interfaccia grafica che supportano anche l'interfaccia a riga di comando per la ricerca o modificare il Registro di sistema di Windows.
While .reg registry registration entries file has been used to add new registry keys into system registry, it can also be used to remove or delete registry key or registry value data. Mentre. Reg voci del file di registro di registrazione è stato utilizzato per l'aggiunta di nuove chiavi di registro nel Registro di sistema, può anche essere usato per rimuovere o eliminare chiave del Registro di sistema o il valore di registro dati. This is useful when user wants to uninstall or undo registry hack, tweak, trick, or patch added via a .reg batch file where developer does not provide an uninstall script. Questo è utile quando l'utente vuole disinstallare o annullare Registro hack, tweak, trucco, o tramite una patch aggiunto. Reg file batch in cui lo sviluppatore non fornisce uno script di disinstallazione. In this case, user can modify the .reg file itself using the following guide to make an removal, deletion or uninstallation .reg registry registration entries file. In questo caso, l'utente può modificare il file. Reg stessa con la seguente guida per effettuare una rimozione, la cancellazione o la disinstallazione. Reg voci del Registro di registrazione file.
Guide to Remove and Delete Registry Entries, Keys, Subkeys or Values via .reg Registration Entries File Guida per rimuovere e cancellare voci di registro, chiavi, sottochiavi e valori via. Reg Registration Entries file
To remove and delete a registry key (entire registry tree branch and its sub-keys) with a .reg file, just add a hyphen (- or also known as minus) in front of the registry path (registry tree branch name) in the .reg file. Per rimuovere e cancellare una chiave di registro (Registro di tutta la struttura e la sua filiale sotto-chiavi) con un file. Reg, basta aggiungere un trattino (- o anche noto come meno) davanti al percorso del Registro (Registro di sistema albero ramo nome) nel file. reg.
For example, a typical .reg file has the following syntax: Ad esempio, un tipico file. Reg ha la seguente sintassi:
RegistryEditorVersion RegistryEditorVersion
[RegistryPath] [RegistryPath]
“DataItemName”=”DataType:DataValue” "DataItemName" = "DataType: DataValue"
Actual .reg file content example: Attuale. Reg file contenuti esempio:
Windows Registry Editor Version 5.00 Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\My Digital Life] [HKEY_CURRENT_USER \ Software \ My Digital Life]
“MDL”=dword:00000001 "MDL" = dword: 00000001
To delete the whole registry key (ie HKEY_CURRENT_USER\Software\My Digital Life) and its whole subkeys and value data, just add a hyphen in front. Per eliminare l'intera chiave di registro (ad esempio HKEY_CURRENT_USER \ Software \ My Digital Life) e tutto il suo valore e le sottochiavi dati, è sufficiente aggiungere un trattino davanti. For example: Ad esempio:
[-HKEY_CURRENT_USER\Software\My Digital Life] [-HKEY_CURRENT_USER \ Software \ My Digital Life]
To delete a specific or individual registry value with a .reg file, put a hyphen or minus (-) after the equal sign (=) following the DataItemName in the .reg file, replacing DataType:DataValue. Per eliminare un individuo specifico o con un valore di registro. File reg, inserire un trattino o meno (-) dopo il segno di uguale (=) in seguito alla DataItemName nel file. Reg, sostituendo DataType: DataValue. For example, to delete the MDL registry value from above example, put a hyphen after the “MDL”= in the .reg file: Ad esempio, per eliminare il valore del Registro di MDL dal precedente esempio, inserire un trattino dopo "MDL" = nel file. Reg:
[HKEY_CURRENT_USER\Software\My Digital Life] [HKEY_CURRENT_USER \ Software \ My Digital Life]
“MDL”=- "MDL" =-
All editing of .reg file can be done with any text editor such as Notepad. Tutti editing di file. Reg può essere fatto con un qualsiasi editor di testo come Blocco note.
IMPORTANT : The page is machine translated and provided "as is" without warranty. IMPORTANTE: La pagina è tradotta macchina e forniti "come è" senza garanzia. Machine translation may be difficult to understand. La traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale inglese whenever possible. ogniqualvolta ciò sia possibile.
Related Articles Articoli correlati
- Remove and Delete Some URL Entries from Address Bar History of FireFox and Internet Explorer Rimuovere ed eliminare alcune URL dalla barra degli indirizzi Diciture Storia di Firefox e Internet Explorer
- How to Delete and Remove hiberfil.sys Hibernation File in Windows XP and Vista Come cancellare e rimuovere file Hiberfil.sys Ibernazione in Windows XP e Vista
- Change or Delete System Drive Letter via Registry to Remove Conflict USB or FireWire Drive Letter Modificare o cancellare sistema tramite lettera di unità del Registro Rimozione dei conflitti Drive USB o FireWire Lettera
- How to Remove or Delete AutoPlay Handler from the Options List in XP and Vista Come rimuovere o cancellare Handler automatica da l'elenco delle opzioni in XP e Vista
- How to Unassociate File Types and Remove File Extension Associations in Windows Vista Come Unassociate Tipi di file e rimuovere il file di estensione Associazioni di Windows Vista
- Remove or Delete Briefcase from Vista New Menu Rimuovere o cancellare Valigetta da Vista nuovo menu
- Download Registry Cleaning Utility Wise Registry Cleaner 2.9.4 Scarica la pulizia del registro Utility Wise Registry Cleaner 2.9.4
- Delete a File Permanently Elimina un file in modo permanente
- Duplicate File Hunter Free Registration Key by GAOTD Duplicate File Hunter libero chiave di registrazione da GAOTD
- Remove and Delete TimerStop Grace Timer Activation Exploit or Crack Rimuovere e cancellare TimerStop grazia timer di attivazione sfruttare o crack









































