Jump to content
  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type

Forums

  • General
    • General Discussion
  • WinCert Member Projects
    • Win Toolkit
    • HeiDoc.net Projects
    • Windows Post-Install Wizard (WPI)
  • WinCert.net International
    • WinCert.net Turkish
    • WinCert.net Italian
    • WinCert.net French
    • WinCert.net Spanish
    • WinCert.net Dutch
  • Microsoft Operating Systems and Software
    • Microsoft Windows
    • Microsoft Windows Server Family
    • Microsoft Office
    • Tips and Tricks
  • News, Support, Discussion
    • Software Field
    • Hardware Field
    • Networks and Security Field
    • Games Hangout
    • Scripting and Programming
  • The Design Art Forum
    • Graphics Showcase
    • Windows Customization
    • Web Design/Hosting/Administering

Calendars

  • Community Calendar

Categories

  • Win Toolkit
    • WinKit Addons
  • nLite/RVMi Addons
  • Citrix
  • Unattended Setup Files
  • Various
  • Repacks

Find results in

Find results that contain...

Date Created

  • Start

    End

Last Updated

  • Start

    End


Filter by number of...

Found 2 results

  1. mooms posted a file in Various
    • 2,663 downloads
    • Version 2.0.1.70
    Regshot2 Unicode is a tool that make two snapshots of the Registry then compare them and create inf and/or reg files of the differences. Because the official Website is gone and the latest version is hard to find on the Web, i have uploaded it here. The application is portable, you can move it anywhere you want. Release(64) folder contains standard version which need Visual c++ 2005 runtimes installed on the system. ReleaseStatic(64) folder contains version with Visual c++ 2055 runtimes embedded in the exe. 32 Bits version will also work on 64 Bits OS. When you launch RegShot the first time it will be in English, but you can change that at the bottom right. The reg and/or inf files are saved in C:\Hive by default. Redo files contains changes made in the Registry between the two snapshots. Undo files as the name suggest, contains the keys to undo the changes made. Note: This is a different application than the one on SourceForge.
  2. 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.