Désactivation du regedit windows xp
Fermé
ramgy
Messages postés
1
Date d'inscription
mercredi 29 avril 2009
Statut
Membre
Dernière intervention
29 avril 2009
-
29 avril 2009 à 15:53
Utilisateur anonyme - 9 mai 2009 à 21:16
Utilisateur anonyme - 9 mai 2009 à 21:16
A voir également:
- Désactivation du regedit windows xp
- Windows 10 gratuit - Guide
- Windows 10 iso - Guide
- Telecharger windows xp - Télécharger - Systèmes d'exploitation
- Retourner ecran windows - Guide
- Windows 11 22h2 - Guide
6 réponses
matjé
Messages postés
2621
Date d'inscription
jeudi 21 février 2008
Statut
Membre
Dernière intervention
3 février 2015
521
29 avril 2009 à 15:58
29 avril 2009 à 15:58
le seul moyen est d'ouvrir la session en administrateur avec le mot de passe qui lui est attribué
Jai plein de solution pour toi, la plus facile c'est de se créer un autre session en tant que administrateur et transférer ses fichiers dedans. Sinon et bien tu vas sur se forum http://www.commentcamarche.net/forum/affich 403034 regedit
nanoux21
Messages postés
25
Date d'inscription
mardi 10 février 2009
Statut
Membre
Dernière intervention
7 juin 2009
3 mai 2009 à 20:29
3 mai 2009 à 20:29
slt
j ai eu le mm problm
g just re cree un nouveau compte administrateur et tt reapparait
j ai eu le mm problm
g just re cree un nouveau compte administrateur et tt reapparait
nanoux21
Messages postés
25
Date d'inscription
mardi 10 février 2009
Statut
Membre
Dernière intervention
7 juin 2009
9 mai 2009 à 15:13
9 mai 2009 à 15:13
slt
alors ca a marche?
chez moi ca marche mais apres ca se re desactive...
alors ca a marche?
chez moi ca marche mais apres ca se re desactive...
yanchoux
Messages postés
4
Date d'inscription
mercredi 4 février 2009
Statut
Membre
Dernière intervention
9 mai 2009
9 mai 2009 à 17:10
9 mai 2009 à 17:10
Non hélas, le mm pb se reproduit chz moi
je crois que je vais réinstaller mon windows ou tenter une réparation
je crois que je vais réinstaller mon windows ou tenter une réparation
yanchoux
Messages postés
4
Date d'inscription
mercredi 4 février 2009
Statut
Membre
Dernière intervention
9 mai 2009
9 mai 2009 à 17:28
9 mai 2009 à 17:28
Cependant tu peux utiliser le fichier ci dessous.
[version]
signature="$CHICAGO$"
[DefaultInstall]
DelReg=DelTemps
AddReg=AddTemps
[AddTemps]
HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\System","DisableRegistryTools",0x00000000
copie le et enregistre le avec l'extension .inf.
puis tu fais un clic droit et tu clic sur installer.
Ca marche........
[version]
signature="$CHICAGO$"
[DefaultInstall]
DelReg=DelTemps
AddReg=AddTemps
[AddTemps]
HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\System","DisableRegistryTools",0x00000000
copie le et enregistre le avec l'extension .inf.
puis tu fais un clic droit et tu clic sur installer.
Ca marche........
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
Bonjour,
Ouvre bloc notes, copie et colle ce script ci-dessous et enrégistre-le en le nommant: Restoreregedit.vbs
Ensuite, exécute-le.
Set WshShell = WScript.CreateObject("WScript.Shell")
With WScript.CreateObject("WScript.Shell")
On Error Resume Next
.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
.RegDelete "HKCU\Software\Policies\Microsoft\Windows\System\DisableCMD"
.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr"
.RegDelete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\DisableTaskMgr"
End With
Mybox = MsgBox(jobfunc & enab & vbCR & "Finished!", 4096, t)
Bonne chance.
Ouvre bloc notes, copie et colle ce script ci-dessous et enrégistre-le en le nommant: Restoreregedit.vbs
Ensuite, exécute-le.
Set WshShell = WScript.CreateObject("WScript.Shell")
With WScript.CreateObject("WScript.Shell")
On Error Resume Next
.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
.RegDelete "HKCU\Software\Policies\Microsoft\Windows\System\DisableCMD"
.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr"
.RegDelete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\DisableTaskMgr"
End With
Mybox = MsgBox(jobfunc & enab & vbCR & "Finished!", 4096, t)
Bonne chance.