Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/15/2011 in all areas

  1. Programas necesarios: 1. Reg2I nf 2. Notepad o Block de notas de Windows 3. Compresor 7zip (siempre comprimo addon en .7z) De ejemplo colocare agregar el registro para activar phishing de IExplorer 7. Vamos a Regedit buscar la Clave...y Exportar .reg como se muestra en la imagen.. ej. phishing.reg El archivo creado contiene los sgtes. datos... Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PhishingFilter] "Enabled"=dword:00000002 Vamos a Convertir el archivo a .inf para que pueda ser agregado por ese medio en Nlite Para eso usamos Reg2I nf Click derecho sobre el archivo y enviar a reg2inf para que este convierta la clave a inf phishing.inf [Version] Signature="$Windows NT$" [Optional Components] MyRegTweaks [DefaultInstall] AddReg =REGEntries.AddReg DelReg =REGEntries.DelReg [MyRegTweaks] OptionDesc ="Registry Entries" Tip ="Registry Entries" Modes =0,1,2,3 AddReg =REGEntries.AddReg DelReg =REGEntries.DelReg [REGEntries.AddReg] ; Reg2Inf v0.46 - http://tinyurl.com/fgqyf HKCU,"Software\Microsoft\Internet Explorer\PhishingFilter","Enabled",0x10001,02,00,00,00 [REGEntries.DelReg] ; Reg2Inf v0.46 - http://tinyurl.com/fgqyf Extraemos lo que necesitamos, la clave HKCU,"Software\Microsoft\Internet Explorer\PhishingFilter","Enabled",0x10001,02,00,00,00 Ahora comenzamos a crear nuestro AddOn Abrimos Notepad con la sgte. estructura... [general] builddate=14/10/2011 description=Tweaks para windows language=Neutro title=Tweaks version=1.0 website=http://www.wincert.net [registry_addreg] ; En la seccion registry_addreg agregamos las claves HKCU,"Software\Microsoft\Internet Explorer\PhishingFilter","Enabled",0x10001,02,00,00,00 [registry_delreg] ; aqui las entradas a borrar, si quieres eliminar alguna Lo guardamos como Entries_tuaddon.ini (Ojo! es importante que tenga el prefijo entries_ lo que sigue del _ da igual) A comprimir, por ejemplo mistweaks.7z "no colocar el prefijo entries_ a tu archivo comprimido (Ej. entries_mistweaks.7z) te dara errores" Agregar con Nlite en la seccion de Act. Criticas... Estos registros quedan agregados en el archivo NLITE.IN_ de tu CD xp en la seccion [T] Tambien se pueden agregar en IE.IN_ WMP.IN_ pero ya entramos en mas detalles... PD: Lo hice lo mas detallado posible para que no quedaran dudas a los que estan recien comenzando Tutorial gracias todos los miembros de este foro que me han ayudado mucho y lo que he aprendido a sido gracias a ustedes.
    1 point
  2. [Removal stuff moved to correct topic] Unattended: - Skip user creation & automated logon & empty administrator password <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserAccounts> <LocalAccounts /> <AdministratorPassword> <Value /> </AdministratorPassword> </UserAccounts> <AutoLogon> <Password> <Value /> </Password> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>Administrator</Username> </AutoLogon> - Skip auto activation v51 <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" /> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> </settings>
    1 point
  3. As well as the addition to above, i have made drivers which are NOT mean't for the OS you have selected they will appear in red, you can then use the 'Remove' > 'Remove All Invalid (Red)' option at the top (W7T v50) to remove them all in one go. I believe this is much better because if you 'throw you an error' it would do it for each one which would be very annoying so the method i have implement is much quicker! EDIT: This request is finished, closing....
    1 point
×
×
  • Create New...