Disable Winrar Notification Popup With Ollydbg

Note: you will need to download the following program for this tweak: Ollydbg

-----------------------------------------------------------------------------------------------------

Open Ollydbg. Select file –> open.

Under “look in” select the C drive and browse to program files –> winrar –> winrar.exe. Select open.

winrar2

-----------------------------------------------------------------------------------------------------

If you are presented with the following warning, click ok.

error

-----------------------------------------------------------------------------------------------------

Press ctrl – g on your keyboard and type “0043FF47” at the prompt.

prompt

Click ok.

-----------------------------------------------------------------------------------------------------

Right click on the address that is highlighted. Select binary –> fill with NOPs.

Now right click, select copy to executable –> All modifications.

Disable Winrar Notification Popup With Resource Hacker

Note: You will need to download the following program for this tweak: Resource hacker

-----------------------------------------------------------------------------------------------------

Open resource hacker.  Select file –> open.

Under “look in” select the C drive and browse to program files –> winrar –> winrar.exe. Select open.

winrar

-----------------------------------------------------------------------------------------------------

On the left hand side of recourse hacker, select the plus sign next to “dialogue.”

Scroll down and click the plus sign next to “Reminder.”

Right click 1033 and select “Delete Resource”

deleteresource

You will be asked if you are sure you want to delete the resource. Select yes.

Select file –> save.

Move The Menu Bar Back To The Top Of The Screen In IE7

1. Start > Run > Notepad.

2. paste the following:

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser\]
"ITBar7Position"=dword:00000001

3. Save it as menubar.reg.

4. Double click the file and allow it to add information to the registry.

5. Restart IE 7

Remove The Recycle Bin From The Desktop

Start > Run > Type Regedit > Hit Enter.

locate
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/Desktop/NameSpace


Find the key "645FF040-5081-101B-9F08-00AA002F954E"


Delete it.

Disable Suggestions In Firefox

Type about:config in the location bar > locate browser.urlbar.maxRichResults.

Set the value to 0.

Add A Website Link To The Start Menu

Start > All Programs > Accessories > Notepad.

Paste the following:

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@="WEBSITE"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
@="%SystemRoot%\\system32\\shell32.dll,-47"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]
"CLSID"="{13709620-C279-11CE-A49E-444553540000}"
"method"="ShellExecute"
"Command"="WEBSITE"
"Param1"="http://WEBSITE.com"

replace "website" with the link you want.

Now save it as website.reg

Add The Administrator User To The Log On Screen

Start > Run > Regedit > HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ UserList.

Right click select new > Dword Value. Name the new value Administrator. Click on it, in value data put 1.

Change The Log On Screen Color

Start > Run > Regedit > HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\ThemeManager

Modify the 'ColorName' key value. Set it to either Homestead or Metallic.

Completely Disable AutoArrange

Start > Run > Type Regedit > HKEY_USERS\.DEFAULT\Software\Microsoft\Windows NT\CurrentVersion\Program Manager\Settings

Modify the
REG_DWORD value: "AutoArrange" to 0.

Change The Windows Media Player Title Bar

1. Start>run>type regedit>hit enter>HKEY_CURRENT_USER>Software>Policies>Microsoft>right click>new>key>paste WindowsMediaPlayer>create the value name TitleBar>in value data put whatever you want the windows media player title bar to say.

Rename The Recycle Bin

1. Start>run>type Regedit>hit enter>HKEY_CLASSES_ROOT>CLSID>645ff040-5081-101b-9FO8.....>modify default>Enter anything e.g. 'trash'

Modify Internet Explorer Title Bar

1. start>run>regedit>HKEY_CURRENT_USER>Software>Microsoft>Internet Explorer>Main>Create the Value Name [Window Title]>double click on it>in value data, enter desired text.

Create a Batch File To Automatically Delete System Prefetch

1. Open up notepad. Paste the following code del C:\Windows\Prefetch\*.* /Q

2. Go to file>save as>call it delprefetch.bat>select save.

Related Posts Plugin for WordPress, Blogger...