Visual Basic 2010, Ajouter une clé au registre Impossible [AIDE]
Fermé
MrMack
Messages postés19Date d'inscriptionjeudi 25 avril 2013StatutMembreDernière intervention11 août 2014
-
28 août 2013 à 20:58
Bonjour, =>
Si vous pouviez m'aidez sa serais genial =)
Alors je vous expliquer, je souhait crée un logiciel qui ajouterais une clé au registre, mais je bloque dans Visual Basic 2010
Voilà ce que j'aimerais mettre
.reg
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\Software\Microsoft\XLive]
"PCID"=hex(b):00,bb,af,e2,6b,10,f5,c3
"Version"=dword:32000300
"SqmOptin"=dword:00000001
"ConnectionOverride"=""
"Default_Profile"=hex:af,e2,6b,10,fb,00,00,e0
"DLCBasePath"="C:\\Documents and Settings\\Roger Vaz Cardoso\\Configurações locais\\Dados de aplicativos\\Microsoft\\XLive\\DLC"
"XUIDCount"=dword:00000001
"GuideKey"=hex(b):24,00,00,00,00,00,00,00
[HKEY_CURRENT_USER\Software\Classes\Software\Microsoft\XLive\E00000FB106BE2AF]
"PlayDevice"=hex:1a,d7,6d,bd,eb,3d,d1,11,b1,71,00,c0,4f,c2,00,01
"PlayDeviceDesc"="Realtek HD Audio output"
"RecDeviceDesc"="Realtek HD Audio Input"
[HKEY_CURRENT_USER\Software\Classes\Software\Microsoft\XLive\E0000C1CDBE624EF]
"PlayDevice"=hex:1a,d7,6d,bd,eb,3d,d1,11,b1,71,00,c0,4f,c2,00,01
"PlayDeviceDesc"="Realtek HD Audio output"
"RecDeviceDesc"="Realtek HD Audio Input"
en cmd :
REG ADD "HKEY_CURRENT_USER\Software\Classes\Software\Microsoft\XLive"
"PCID"=hex(b):00,bb,af,e2,6b,10,f5,c3
"Version"=dword:32000300
"SqmOptin"=dword:00000001
"ConnectionOverride"=""
"Default_Profile"=hex:af,e2,6b,10,fb,00,00,e0
"DLCBasePath"="C:\\Documents and Settings\\Roger Vaz Cardoso\\Configurações locais\\Dados de aplicativos\\Microsoft\\XLive\\DLC"
"XUIDCount"=dword:00000001
"GuideKey"=hex(b):24,00,00,00,00,00,00,00
"HKEY_CURRENT_USER\Software\Classes\Software\Microsoft\XLive\E00000FB106BE2AF"
"PlayDevice"=hex:1a,d7,6d,bd,eb,3d,d1,11,b1,71,00,c0,4f,c2,00,01
"PlayDeviceDesc"="Realtek HD Audio output"
"RecDeviceDesc"="Realtek HD Audio Input"
"HKEY_CURRENT_USER\Software\Classes\Software\Microsoft\XLive\E0000C1CDBE624EF"
"PlayDevice"=hex:1a,d7,6d,bd,eb,3d,d1,11,b1,71,00,c0,4f,c2,00,01
"PlayDeviceDesc"="Realtek HD Audio output"
"RecDeviceDesc"="Realtek HD Audio Input"
Merci de votre aide =)
A voir également:
Visual Basic 2010, Ajouter une clé au registre Impossible [AIDE]