Jump to content

[Tutorial] Agregar registros,Tweaks inf addon


jonydread

Recommended Posts

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

thump_7030152exp.png

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.

Edited by jonydread
Link to comment
Share on other sites

  • 4 months later...

Hola Ricktendo64, al ver este tema me dio curiosidad por hacer mi propio AddOn de Tweaks asi que hize el mio, me podrias decir si esta bien.

Este es el .Reg original

Windows Registry Editor Version 5.00

;Created for AskVG.com by Vishal Gupta

[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]

"MinWidth"="-255"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]

"Enable"="Y"

"LcnStartLocation"="0"

"LcnEndLocation"="0"

"OptimizeComplete"="No"

"OptimizeError"="Not Run"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

"Window Title"="..:: Biohazard Edition ::.."

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

"Default_Page_URL"="http://www.WarezRevolution.custushost.com/"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Soporte /-/Windows Biohazard/-/\command]

@="iexplore.exe http://www.WarezRevolution.custushost.com/"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

"Start Page"="http://www.WarezRevolution.custushost.com/"

;mayor velocidad de acceso a programas

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]

"DisablePagingExecutive"=dword:1

;acelerar el cierre de programas

[HKEY_CURRENT_USER\Control Panel\Desktop]

"WaitToKillAppTimeout"="1000"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]

"WaitToKillServiceTimeout"="1000"

;Mejoramiento de la memoria

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]

"DisablePagingExecutive"=dword:00000001

;coloca los ficheros de arranque optimizados para arrancar mas rapido

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]

"Enable"="Y"

; aceleara el apagado

[HKEY_CURRENT_USER\Control Panel\Desktop]

"AutoEndTasks"="1"

"HungAppTimeout"="100"

"WaitToKillAppTimeout"="1000"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]

"WaitToKillServiceTimeout"="2500"

;espacio para papelera 5% - antes 10%

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket]

"Percent"=dword:00000005

;Faster Web Page Loading

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider]

"DnsPriority"=dword:00000001

"HostsPriority"=dword:00000001

"LocalPriority"=dword:00000001

"NetbtPriority"=dword:00000001

; Remove More Themes Online... from Themes Dropdown Box

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\DownloadSites]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\LastTheme]

"Wallpaper"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\

74,00,25,00,5c,00,57,00,61,00,6c,00,6c,00,70,00,61,00,70,00,65,00,72,00,31,\

00,2e,00,62,00,6d,00,70,00,00,00

"ThemeFile"=hex(2):00,00

"DisplayName of Modified"="..::Biohazard Edition::.."

; Aumentar velocidad al copiar/mover archivos .ZIP

[-HKEY_CLASSES_ROOT\.zip\CompressedFolder]

[-HKEY_CLASSES_ROOT\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder]

; Aumentar velocidad de acceso a archivos .AVI

[-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}]]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32]

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

"Start Page"="http://www.google.com.ar/"

[HKEY_CURRENT_USER\.DEFAULT\Software\Microsoft\Internet Explorer\Main]

"Start Page"="http://www.google.com.ar/"

; Reinicio mas rapido

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"EnableQuickReboot"="1"

; Acelerar Menu Inicio-by j0keer12

[HKEY_CURRENT_USER\Control Panel\Desktop]

"ActiveWndTrkTimeout"=dword:000000c8

"AutoEndTasks"=dword:00000000

"CaretWidth"=dword:00000001

"CoolSwitch"="1"

"CoolSwitchColumns"="7"

"CoolSwitchRows"="3"

"CursorBlinkRate"="530"

"DragFullWindows"="0"

"DragHeight"="4"

"DragWidth"="4"

"FontSmoothing"="2"

"FontSmoothingOrientation"=dword:00000001

"FontSmoothingType"=dword:00000002

"ForegroundFlashCount"=dword:00000003

"ForegroundLockTimeout"=dword:00000000

"GridGranularity"="0"

"HungAppTimeout"="100"

"LowPowerActive"="0"

"LowPowerTimeOut"="0"

"MenuShowDelay"="0"

"PaintDesktopVersion"=dword:00000000

"PowerOffActive"="0"

"PowerOffTimeOut"="0"

"ScreenSaverIsSecure"="0"

"ScreenSaveTimeOut"="600"

"ScreenSaveActive"="1"

"TileWallpaper"="0"

"UserPreferencesMask"=hex:9e,3e,05,80

"WaitToKillAppTimeout"=dword:00003a98

"Wallpaper"="C:\\Documents and Settings\\Administrador\\Configuración local\\Datos de programa\\Microsoft\\Wallpaper1.bmp"

"WallpaperStyle"="2"

"OriginalWallpaper"="C:\\Documents and Settings\\Administrador\\Configuración local\\Datos de programa\\Microsoft\\Wallpaper1.bmp"

"WheelScrollLines"="3"

"Pattern Upgrade"="TRUE"

"ConvertedWallpaper"="C:\\Documents and Settings\\Administrador\\Escritorio\\Windows XP Modificando\\$OEM$\\$$\\WEB\\Wallpaper\\15 - WSP.jpg"

"ConvertedWallpaper Last WriteTime"=hex:00,cf,b2,09,d4,c1,c8,01

"Pattern"=""

"SCRNSAVE.EXE"="C:\\WINDOWS\\system32\\sstext3d.scr"

[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]

"BorderWidth"="-15"

"CaptionFont"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,\

00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

"CaptionHeight"="-270"

"CaptionWidth"="-270"

"IconFont"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,\

00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

"IconSpacing"="-1005"

"IconTitleWrap"="1"

"IconVerticalspacing"="-1005"

"MenuFont"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,\

00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

"MenuHeight"="-270"

"MenuWidth"="-270"

"MessageFont"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,\

00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

"ScrollHeight"="-240"

"ScrollWidth"="-240"

"Shell Icon BPP"="16"

"SmCaptionFont"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,\

00,00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

"SmCaptionHeight"="-225"

"SmCaptionWidth"="-180"

"StatusFont"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,\

00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

"AppliedDPI"=dword:00000060

"Shell Icon Size"="24"

"MinAnimate"="0"

"FontSmoothing"="2"

;Acelerar la PC

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]

"VideoInitTime"=dword:000001a5

"EnablePrefetcher"=dword:00000005

;Activar WinXp

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents]

"OOBETimer"=hex:ff,d5,71,d6,8b,6a,8d,6f,d5,33,93,fd

"LastWPAEventLogged"=hex:d5,07,05,00,06,00,07,00,0f,00,38,00,24,00,fd,02

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]

"CurrentBuild"="1.511.1 () (Obsolete data - do not use)"

"InstallDate"=dword:427cdd95

"ProductId"="69831-640-1780577-45389"

"DigitalProductId"=hex:a4,00,00,00,03,00,00,00,36,39,38,33,31,2d,36,34,30,2d,\

31,37,38,30,35,37,37,2d,34,35,33,38,39,00,5a,00,00,00,41,32,32,2d,30,30,30,\

30,31,00,00,00,00,00,00,00,00,0d,04,89,b2,15,1b,c4,ee,62,4f,e6,64,6f,01,00,\

00,00,00,00,27,ed,85,43,a2,20,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,31,34,35,30,34,00,00,00,00,00,00,00,ce,0e,\

00,00,12,42,15,a0,00,08,00,00,87,01,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,94,a2,b3,ac

"LicenseInfo"=hex:9e,bf,09,d0,3a,76,a5,27,bb,f2,da,88,58,ce,58,e9,05,6b,0b,82,\

c3,74,ab,42,0d,fb,ee,c3,ea,57,d0,9d,67,a5,3d,6e,42,0d,60,c0,1a,70,24,46,16,\

0a,0a,ce,0d,b8,27,4a,46,53,f3,17

Y este es el Archivo REG convertido en INI

[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]

HKCU, "Control Panel\Desktop\WindowMetrics", "MinWidth", 0x0, "-255"

HKLM, "SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction", "Enable", 0x0, "Y"

HKLM, "SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction", "LcnStartLocation", 0x0, "0"

HKLM, "SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction", "LcnEndLocation", 0x0, "0"

HKLM, "SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction", "OptimizeComplete", 0x0, "No"

HKLM, "SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction", "OptimizeError", 0x0, "Not Run"

HKCU, "Software\Microsoft\Internet Explorer\Main", "Window Title", 0x0, "..:: Biohazard Edition ::.."

HKCU, "Software\Microsoft\Internet Explorer\Main", "Default_Page_URL", 0x0, "http://www.WarezRevolution.custushost.com/"

HKCR, "CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Soporte /-/Windows Biohazard/-/\command", , ,"iexplore.exe http://www.WarezRevolution.custushost.com/"

HKCU, "Software\Microsoft\Internet Explorer\Main", "Start Page", 0x0, "http://www.WarezRevolution.custushost.com/"

HKLM, "SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management", "DisablePagingExecutive", 0x10001, 01,00,00,00

HKCU, "Control Panel\Desktop", "WaitToKillAppTimeout", 0x0, "1000"

HKLM, "SYSTEM\CurrentControlSet\Control", "WaitToKillServiceTimeout", 0x0, "1000"

HKLM, "SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management", "DisablePagingExecutive", 0x10001, 01,00,00,00

HKLM, "SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction", "Enable", 0x0, "Y"

HKCU, "Control Panel\Desktop", "AutoEndTasks", 0x0, "1"

HKCU, "Control Panel\Desktop", "HungAppTimeout", 0x0, "100"

HKCU, "Control Panel\Desktop", "WaitToKillAppTimeout", 0x0, "1000"

HKLM, "SYSTEM\CurrentControlSet\Control", "WaitToKillServiceTimeout", 0x0, "2500"

HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket", "Percent", 0x10001, 05,00,00,00

HKLM, "SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider", "DnsPriority", 0x10001, 01,00,00,00

HKLM, "SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider", "HostsPriority", 0x10001, 01,00,00,00

HKLM, "SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider", "LocalPriority", 0x10001, 01,00,00,00

HKLM, "SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider", "NetbtPriority", 0x10001, 01,00,00,00

HKCU, "Software\Microsoft\Windows\CurrentVersion\Themes\LastTheme", "Wallpaper", 0x20000, "%%SystemRoot%%\Wallpaper1.bmp"

HKCU, "Software\Microsoft\Windows\CurrentVersion\Themes\LastTheme", "ThemeFile", 0x20000

HKCU, "Software\Microsoft\Windows\CurrentVersion\Themes\LastTheme", "DisplayName of Modified", 0x0, "..::Biohazard Edition::.."

HKCU, "Software\Microsoft\Internet Explorer\Main", "Start Page", 0x0, "http://www.google.com.ar/"

HKCU, ".DEFAULT\Software\Microsoft\Internet Explorer\Main", "Start Page", 0x0, "http://www.google.com.ar/"

HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon", "EnableQuickReboot", 0x0, "1"

HKCU, "Control Panel\Desktop", "ActiveWndTrkTimeout", 0x10001, c8,00,00,00

HKCU, "Control Panel\Desktop", "AutoEndTasks", 0x10001, 00,00,00,00

HKCU, "Control Panel\Desktop", "CaretWidth", 0x10001, 01,00,00,00

HKCU, "Control Panel\Desktop", "CoolSwitch", 0x0, "1"

HKCU, "Control Panel\Desktop", "CoolSwitchColumns", 0x0, "7"

HKCU, "Control Panel\Desktop", "CoolSwitchRows", 0x0, "3"

HKCU, "Control Panel\Desktop", "CursorBlinkRate", 0x0, "530"

HKCU, "Control Panel\Desktop", "DragFullWindows", 0x0, "0"

HKCU, "Control Panel\Desktop", "DragHeight", 0x0, "4"

HKCU, "Control Panel\Desktop", "DragWidth", 0x0, "4"

HKCU, "Control Panel\Desktop", "FontSmoothing", 0x0, "2"

HKCU, "Control Panel\Desktop", "FontSmoothingOrientation", 0x10001, 01,00,00,00

HKCU, "Control Panel\Desktop", "FontSmoothingType", 0x10001, 02,00,00,00

HKCU, "Control Panel\Desktop", "ForegroundFlashCount", 0x10001, 03,00,00,00

HKCU, "Control Panel\Desktop", "ForegroundLockTimeout", 0x10001, 00,00,00,00

HKCU, "Control Panel\Desktop", "GridGranularity", 0x0, "0"

HKCU, "Control Panel\Desktop", "HungAppTimeout", 0x0, "100"

HKCU, "Control Panel\Desktop", "LowPowerActive", 0x0, "0"

HKCU, "Control Panel\Desktop", "LowPowerTimeOut", 0x0, "0"

HKCU, "Control Panel\Desktop", "MenuShowDelay", 0x0, "0"

HKCU, "Control Panel\Desktop", "PaintDesktopVersion", 0x10001, 00,00,00,00

HKCU, "Control Panel\Desktop", "PowerOffActive", 0x0, "0"

HKCU, "Control Panel\Desktop", "PowerOffTimeOut", 0x0, "0"

HKCU, "Control Panel\Desktop", "ScreenSaverIsSecure", 0x0, "0"

HKCU, "Control Panel\Desktop", "ScreenSaveTimeOut", 0x0, "600"

HKCU, "Control Panel\Desktop", "ScreenSaveActive", 0x0, "1"

HKCU, "Control Panel\Desktop", "TileWallpaper", 0x0, "0"

HKCU, "Control Panel\Desktop", "UserPreferencesMask", 0x1, 9e,3e,05,80

HKCU, "Control Panel\Desktop", "WaitToKillAppTimeout", 0x10001, 98,3a,00,00

HKCU, "Control Panel\Desktop", "Wallpaper", 0x0, "%24%\Documents and Settings\Administrador\Configuración local\Datos de programa\Microsoft\Wallpaper1.bmp"

HKCU, "Control Panel\Desktop", "WallpaperStyle", 0x0, "2"

HKCU, "Control Panel\Desktop", "OriginalWallpaper", 0x0, "%24%\Documents and Settings\Administrador\Configuración local\Datos de programa\Microsoft\Wallpaper1.bmp"

HKCU, "Control Panel\Desktop", "WheelScrollLines", 0x0, "3"

HKCU, "Control Panel\Desktop", "Pattern Upgrade", 0x0, "TRUE"

HKCU, "Control Panel\Desktop", "ConvertedWallpaper", 0x0, "%24%\Documents and Settings\Administrador\Escritorio\Windows XP Modificando\$OEM$\$$\WEB\Wallpaper\15 - WSP.jpg"

HKCU, "Control Panel\Desktop", "ConvertedWallpaper Last WriteTime", 0x1, 00,cf,b2,09,d4,c1,c8,01

HKCU, "Control Panel\Desktop", "Pattern", 0x0, ""

HKCU, "Control Panel\Desktop", "SCRNSAVE.EXE", 0x0, "%24%\WINDOWS\system32\sstext3d.scr"

HKCU, "Control Panel\Desktop\WindowMetrics", "BorderWidth", 0x0, "-15"

HKCU, "Control Panel\Desktop\WindowMetrics", "CaptionFont", 0x1, f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

HKCU, "Control Panel\Desktop\WindowMetrics", "CaptionHeight", 0x0, "-270"

HKCU, "Control Panel\Desktop\WindowMetrics", "CaptionWidth", 0x0, "-270"

HKCU, "Control Panel\Desktop\WindowMetrics", "IconFont", 0x1, f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

HKCU, "Control Panel\Desktop\WindowMetrics", "IconSpacing", 0x0, "-1005"

HKCU, "Control Panel\Desktop\WindowMetrics", "IconTitleWrap", 0x0, "1"

HKCU, "Control Panel\Desktop\WindowMetrics", "IconVerticalspacing", 0x0, "-1005"

HKCU, "Control Panel\Desktop\WindowMetrics", "MenuFont", 0x1, f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

HKCU, "Control Panel\Desktop\WindowMetrics", "MenuHeight", 0x0, "-270"

HKCU, "Control Panel\Desktop\WindowMetrics", "MenuWidth", 0x0, "-270"

HKCU, "Control Panel\Desktop\WindowMetrics", "MessageFont", 0x1, f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

HKCU, "Control Panel\Desktop\WindowMetrics", "ScrollHeight", 0x0, "-240"

HKCU, "Control Panel\Desktop\WindowMetrics", "ScrollWidth", 0x0, "-240"

HKCU, "Control Panel\Desktop\WindowMetrics", "Shell Icon BPP", 0x0, "16"

HKCU, "Control Panel\Desktop\WindowMetrics", "SmCaptionFont", 0x1, f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

HKCU, "Control Panel\Desktop\WindowMetrics", "SmCaptionHeight", 0x0, "-225"

HKCU, "Control Panel\Desktop\WindowMetrics", "SmCaptionWidth", 0x0, "-180"

HKCU, "Control Panel\Desktop\WindowMetrics", "StatusFont", 0x1, f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

HKCU, "Control Panel\Desktop\WindowMetrics", "AppliedDPI", 0x10001, 60,00,00,00

HKCU, "Control Panel\Desktop\WindowMetrics", "Shell Icon Size", 0x0, "24"

HKCU, "Control Panel\Desktop\WindowMetrics", "MinAnimate", 0x0, "0"

HKCU, "Control Panel\Desktop\WindowMetrics", "FontSmoothing", 0x0, "2"

HKLM, "SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters", "VideoInitTime", 0x10001, a5,01,00,00

HKLM, "SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters", "EnablePrefetcher", 0x10001, 05,00,00,00

HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents", "OOBETimer", 0x1, ff,d5,71,d6,8b,6a,8d,6f,d5,33,93,fd

HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents", "LastWPAEventLogged", 0x1, d5,07,05,00,06,00,07,00,0f,00,38,00,24,00,fd,02

HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion", "CurrentBuild", 0x0, "1.511.1 () (Obsolete data - do not use)"

HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion", "InstallDate", 0x10001, 95,dd,7c,42

HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion", "ProductId", 0x0, "69831-640-1780577-45389"

HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion", "DigitalProductId", 0x1, a4,00,00,00,03,00,00,00,36,39,38,33,31,2d,36,34,30,2d,31,37,38,30,35,37,37,2d,34,35,33,38,39,00,5a,00,00,00,41,32,32,2d,30,30,30,30,31,00,00,00,00,00,00,00,00,0d,04,89,b2,15,1b,c4,ee,62,4f,e6,64,6f,01,00,00,00,00,00,27,ed,85,43,a2,20,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,31,34,35,30,34,00,00,00,00,00,00,00,ce,0e,00,00,12,42,15,a0,00,08,00,00,87,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,94,a2,b3,ac

HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion", "LicenseInfo", 0x1, 9e,bf,09,d0,3a,76,a5,27,bb,f2,da,88,58,ce,58,e9,05,6b,0b,82,c3,74,ab,42,0d,fb,ee,c3,ea,57,d0,9d,67,a5,3d,6e,42,0d,60,c0,1a,70,24,46,16,0a,0a,ce,0d,b8,27,4a,46,53,f3,17

[REGEntries.DelReg]

HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\DownloadSites"

HKLM, "SOFTWARE\Classes\CompressedFolder"

HKLM, "SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32"

; Customized by DX Reg2Inf Tool

Y este es el ENTRIE_MIADDON

[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, "Control Panel\Desktop\WindowMetrics", "MinWidth", 0x0, "-255"

HKLM, "SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction", "Enable", 0x0, "Y"

HKLM, "SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction", "LcnStartLocation", 0x0, "0"

HKLM, "SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction", "LcnEndLocation", 0x0, "0"

HKLM, "SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction", "OptimizeComplete", 0x0, "No"

HKLM, "SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction", "OptimizeError", 0x0, "Not Run"

HKCU, "Software\Microsoft\Internet Explorer\Main", "Window Title", 0x0, "..:: Biohazard Edition ::.."

HKCU, "Software\Microsoft\Internet Explorer\Main", "Default_Page_URL", 0x0, "http://www.WarezRevolution.custushost.com/"

HKCR, "CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Soporte /-/Windows Biohazard/-/\command", , ,"iexplore.exe http://www.WarezRevolution.custushost.com/"

HKCU, "Software\Microsoft\Internet Explorer\Main", "Start Page", 0x0, "http://www.WarezRevolution.custushost.com/"

HKLM, "SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management", "DisablePagingExecutive", 0x10001, 01,00,00,00

HKCU, "Control Panel\Desktop", "WaitToKillAppTimeout", 0x0, "1000"

HKLM, "SYSTEM\CurrentControlSet\Control", "WaitToKillServiceTimeout", 0x0, "1000"

HKLM, "SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management", "DisablePagingExecutive", 0x10001, 01,00,00,00

HKLM, "SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction", "Enable", 0x0, "Y"

HKCU, "Control Panel\Desktop", "AutoEndTasks", 0x0, "1"

HKCU, "Control Panel\Desktop", "HungAppTimeout", 0x0, "100"

HKCU, "Control Panel\Desktop", "WaitToKillAppTimeout", 0x0, "1000"

HKLM, "SYSTEM\CurrentControlSet\Control", "WaitToKillServiceTimeout", 0x0, "2500"

HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket", "Percent", 0x10001, 05,00,00,00

HKLM, "SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider", "DnsPriority", 0x10001, 01,00,00,00

HKLM, "SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider", "HostsPriority", 0x10001, 01,00,00,00

HKLM, "SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider", "LocalPriority", 0x10001, 01,00,00,00

HKLM, "SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider", "NetbtPriority", 0x10001, 01,00,00,00

HKCU, "Software\Microsoft\Windows\CurrentVersion\Themes\LastTheme", "Wallpaper", 0x20000, "%%SystemRoot%%\Wallpaper1.bmp"

HKCU, "Software\Microsoft\Windows\CurrentVersion\Themes\LastTheme", "ThemeFile", 0x20000

HKCU, "Software\Microsoft\Windows\CurrentVersion\Themes\LastTheme", "DisplayName of Modified", 0x0, "..::Biohazard Edition::.."

HKCU, "Software\Microsoft\Internet Explorer\Main", "Start Page", 0x0, "http://www.google.com.ar/"

HKCU, ".DEFAULT\Software\Microsoft\Internet Explorer\Main", "Start Page", 0x0, "http://www.google.com.ar/"

HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon", "EnableQuickReboot", 0x0, "1"

HKCU, "Control Panel\Desktop", "ActiveWndTrkTimeout", 0x10001, c8,00,00,00

HKCU, "Control Panel\Desktop", "AutoEndTasks", 0x10001, 00,00,00,00

HKCU, "Control Panel\Desktop", "CaretWidth", 0x10001, 01,00,00,00

HKCU, "Control Panel\Desktop", "CoolSwitch", 0x0, "1"

HKCU, "Control Panel\Desktop", "CoolSwitchColumns", 0x0, "7"

HKCU, "Control Panel\Desktop", "CoolSwitchRows", 0x0, "3"

HKCU, "Control Panel\Desktop", "CursorBlinkRate", 0x0, "530"

HKCU, "Control Panel\Desktop", "DragFullWindows", 0x0, "0"

HKCU, "Control Panel\Desktop", "DragHeight", 0x0, "4"

HKCU, "Control Panel\Desktop", "DragWidth", 0x0, "4"

HKCU, "Control Panel\Desktop", "FontSmoothing", 0x0, "2"

HKCU, "Control Panel\Desktop", "FontSmoothingOrientation", 0x10001, 01,00,00,00

HKCU, "Control Panel\Desktop", "FontSmoothingType", 0x10001, 02,00,00,00

HKCU, "Control Panel\Desktop", "ForegroundFlashCount", 0x10001, 03,00,00,00

HKCU, "Control Panel\Desktop", "ForegroundLockTimeout", 0x10001, 00,00,00,00

HKCU, "Control Panel\Desktop", "GridGranularity", 0x0, "0"

HKCU, "Control Panel\Desktop", "HungAppTimeout", 0x0, "100"

HKCU, "Control Panel\Desktop", "LowPowerActive", 0x0, "0"

HKCU, "Control Panel\Desktop", "LowPowerTimeOut", 0x0, "0"

HKCU, "Control Panel\Desktop", "MenuShowDelay", 0x0, "0"

HKCU, "Control Panel\Desktop", "PaintDesktopVersion", 0x10001, 00,00,00,00

HKCU, "Control Panel\Desktop", "PowerOffActive", 0x0, "0"

HKCU, "Control Panel\Desktop", "PowerOffTimeOut", 0x0, "0"

HKCU, "Control Panel\Desktop", "ScreenSaverIsSecure", 0x0, "0"

HKCU, "Control Panel\Desktop", "ScreenSaveTimeOut", 0x0, "600"

HKCU, "Control Panel\Desktop", "ScreenSaveActive", 0x0, "1"

HKCU, "Control Panel\Desktop", "TileWallpaper", 0x0, "0"

HKCU, "Control Panel\Desktop", "UserPreferencesMask", 0x1, 9e,3e,05,80

HKCU, "Control Panel\Desktop", "WaitToKillAppTimeout", 0x10001, 98,3a,00,00

HKCU, "Control Panel\Desktop", "Wallpaper", 0x0, "%24%\Documents and Settings\Administrador\Configuración local\Datos de programa\Microsoft\Wallpaper1.bmp"

HKCU, "Control Panel\Desktop", "WallpaperStyle", 0x0, "2"

HKCU, "Control Panel\Desktop", "OriginalWallpaper", 0x0, "%24%\Documents and Settings\Administrador\Configuración local\Datos de programa\Microsoft\Wallpaper1.bmp"

HKCU, "Control Panel\Desktop", "WheelScrollLines", 0x0, "3"

HKCU, "Control Panel\Desktop", "Pattern Upgrade", 0x0, "TRUE"

HKCU, "Control Panel\Desktop", "ConvertedWallpaper", 0x0, "%24%\Documents and Settings\Administrador\Escritorio\Windows XP Modificando\$OEM$\$$\WEB\Wallpaper\15 - WSP.jpg"

HKCU, "Control Panel\Desktop", "ConvertedWallpaper Last WriteTime", 0x1, 00,cf,b2,09,d4,c1,c8,01

HKCU, "Control Panel\Desktop", "Pattern", 0x0, ""

HKCU, "Control Panel\Desktop", "SCRNSAVE.EXE", 0x0, "%24%\WINDOWS\system32\sstext3d.scr"

HKCU, "Control Panel\Desktop\WindowMetrics", "BorderWidth", 0x0, "-15"

HKCU, "Control Panel\Desktop\WindowMetrics", "CaptionFont", 0x1, f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

HKCU, "Control Panel\Desktop\WindowMetrics", "CaptionHeight", 0x0, "-270"

HKCU, "Control Panel\Desktop\WindowMetrics", "CaptionWidth", 0x0, "-270"

HKCU, "Control Panel\Desktop\WindowMetrics", "IconFont", 0x1, f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

HKCU, "Control Panel\Desktop\WindowMetrics", "IconSpacing", 0x0, "-1005"

HKCU, "Control Panel\Desktop\WindowMetrics", "IconTitleWrap", 0x0, "1"

HKCU, "Control Panel\Desktop\WindowMetrics", "IconVerticalspacing", 0x0, "-1005"

HKCU, "Control Panel\Desktop\WindowMetrics", "MenuFont", 0x1, f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

HKCU, "Control Panel\Desktop\WindowMetrics", "MenuHeight", 0x0, "-270"

HKCU, "Control Panel\Desktop\WindowMetrics", "MenuWidth", 0x0, "-270"

HKCU, "Control Panel\Desktop\WindowMetrics", "MessageFont", 0x1, f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

HKCU, "Control Panel\Desktop\WindowMetrics", "ScrollHeight", 0x0, "-240"

HKCU, "Control Panel\Desktop\WindowMetrics", "ScrollWidth", 0x0, "-240"

HKCU, "Control Panel\Desktop\WindowMetrics", "Shell Icon BPP", 0x0, "16"

HKCU, "Control Panel\Desktop\WindowMetrics", "SmCaptionFont", 0x1, f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

HKCU, "Control Panel\Desktop\WindowMetrics", "SmCaptionHeight", 0x0, "-225"

HKCU, "Control Panel\Desktop\WindowMetrics", "SmCaptionWidth", 0x0, "-180"

HKCU, "Control Panel\Desktop\WindowMetrics", "StatusFont", 0x1, f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

HKCU, "Control Panel\Desktop\WindowMetrics", "AppliedDPI", 0x10001, 60,00,00,00

HKCU, "Control Panel\Desktop\WindowMetrics", "Shell Icon Size", 0x0, "24"

HKCU, "Control Panel\Desktop\WindowMetrics", "MinAnimate", 0x0, "0"

HKCU, "Control Panel\Desktop\WindowMetrics", "FontSmoothing", 0x0, "2"

HKLM, "SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters", "VideoInitTime", 0x10001, a5,01,00,00

HKLM, "SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters", "EnablePrefetcher", 0x10001, 05,00,00,00

HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents", "OOBETimer", 0x1, ff,d5,71,d6,8b,6a,8d,6f,d5,33,93,fd

HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents", "LastWPAEventLogged", 0x1, d5,07,05,00,06,00,07,00,0f,00,38,00,24,00,fd,02

HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion", "CurrentBuild", 0x0, "1.511.1 () (Obsolete data - do not use)"

HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion", "InstallDate", 0x10001, 95,dd,7c,42

HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion", "ProductId", 0x0, "69831-640-1780577-45389"

HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion", "DigitalProductId", 0x1, a4,00,00,00,03,00,00,00,36,39,38,33,31,2d,36,34,30,2d,31,37,38,30,35,37,37,2d,34,35,33,38,39,00,5a,00,00,00,41,32,32,2d,30,30,30,30,31,00,00,00,00,00,00,00,00,0d,04,89,b2,15,1b,c4,ee,62,4f,e6,64,6f,01,00,00,00,00,00,27,ed,85,43,a2,20,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,31,34,35,30,34,00,00,00,00,00,00,00,ce,0e,00,00,12,42,15,a0,00,08,00,00,87,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,94,a2,b3,ac

HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion", "LicenseInfo", 0x1, 9e,bf,09,d0,3a,76,a5,27,bb,f2,da,88,58,ce,58,e9,05,6b,0b,82,c3,74,ab,42,0d,fb,ee,c3,ea,57,d0,9d,67,a5,3d,6e,42,0d,60,c0,1a,70,24,46,16,0a,0a,ce,0d,b8,27,4a,46,53,f3,17

[registry_delreg] ; aqui las entradas a borrar, si quieres eliminar alguna

Me podrias decir si esta bien asi como lo hize porfavor si no es muchas molestia :)

Tweak.reg

Edited by j0keer12
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...