elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: ¿Eres nuevo? ¿Tienes dudas acerca del funcionamiento de la comunidad? Lee las Reglas Generales


  Mostrar Temas
Páginas: [1]
1  Programación / Scripting / Modificar información del procesador en: 22 Noviembre 2016, 20:39 pm
Buenas tardes estimados

Tengo una consulta. Como puedo editar la información del procesador que me aparece en las propiedades del sistema?? Quiero cambiarlo y que no vuelva a su estado cuando reinicie la pc. Quiero modificarlo y que no cambie, ya lo hice por regedit pero al reiniciar vuelve a la informacion antigua.

Intente usando este Vbs y guardándolo en la carpeta inicio , pero al hacerlo correr sale error.

Código:
Dim wshShell, RegKey
Set wshShell = Wscript.CreateObject("Wscript.Shell")


RegKey = "HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0\"
wshShell.regWrite RegKey & "ProcessorNameString", "Intel(R) Atom(TM) CPU  Z3735F @ 1.86GHz", "REG_SZ"
RegKey = "HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\1\"
wshShell.regWrite RegKey & "ProcessorNameString", "Intel(R) Atom(TM) CPU  Z3735F @ 1.86GHz", "REG_SZ"
RegKey = "HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\2\"
wshShell.regWrite RegKey & "ProcessorNameString", "Intel(R) Atom(TM) CPU  Z3735F @ 1.86GHz", "REG_SZ"
RegKey = "HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\3\"
wshShell.regWrite RegKey & "ProcessorNameString", "Intel(R) Atom(TM) CPU  Z3735F @ 1.86GHz", "REG_SZ"


Set objWshell = Nothing

Wscript.Quit

Sistema operativo windows 10

Gracias de antemano por la ayuda
Páginas: [1]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines