Wednesday, August 26, 2009

BATCH SCRIPT FOR UXTHEME.DLL

Here is a batch script to help out with replacing uxtheme.dll:

Copy and paste the text below into notepad and save the file as rename.bat. Then just execute the batch script to reanme the easily.

ren $dlldir$uxtheme.dll $dlldir$uxtheme.dll.bak

ren $dlldir$uxtheme.pat $dlldir$uxtheme.dll


Fluid Tumblr ThemeImage by Andrew Wilkinson via Flickr




Reblog this post [with Zemanta]

HOW TO CHANGE INTERNET EXPLORER LOGO

HOW TO CHANGE INTERNET EXPLORER LOGO


Windows Internet ExplorerImage via Wikipedia




Brand and StripsImage by captainhagbard via Flickr















This Tweak Changes the Small logo at the top right corner of your browser.

1. Click Start > Run > Type gpedit.msc

2. Click User Configuration > Windows Setting > Internet Explorer Maintenance > Browser User interface

3. Double click on Custom Logo

4. Click on Customize The Static Logo Bitmaps

5. Click on Browse...

6. Browser for your new Logo

7. click Ok

8. An error will popup ``You have selected to customize a setting but provided no
value. The behavior of this will be to delete the setting. Are you sure you want
too continue?``

9. Click yes

Note: The Logo have to be (22X22) Small and (38X38) Large and have to be bitmap.
When you save your Logo, you have to save in 256 or 16bit color.This Tweak Changes the Small logo at the top right corner of your browser.

1. Click Start > Run > Type gpedit.msc
2. Click User Configuration > Windows Setting > Internet Explorer Maintenance > Browser User Interface
3. Double click on Custom Logo
4. Click on Customize The Static Logo Bitmaps
5. Click on Browse...
6. Browser for your new Logo
7. click Ok
8. An error will popup ``You have selected to customize a setting but provided no
value. The behavior of this will be to delete the setting. Are you sure you want
too continue?``
9. Click yes

Note: The Logo have to be (22X22) Small and (38X38) Large and have to be bitmap.
When you save your Logo, you have to save in 256 or 16bit color.
Reblog this post [with Zemanta]

Tuesday, August 25, 2009

[Fwd: [Fwd: HOW TO OPEN CD/DVD TRAY BY MOUSE CLICK [[[[[[[[[new tool]]]]]]]]]]]]



HOW TO OPEN CD/DVD TRAY BY MOUSE CLICK

WANNA OPEN CD/DVD TRAY WITHOUT TOUCH CD/DVD BUTTON


USE THIS TOOL by mIKKImAX

 
DOWNLOAD THIS TOOL

TO DOWNLOAD : CLICK HERE

IF YOU DONT HAVE DOT NET 2.0 OR ABOVE IN YOUR PC THAN THIS TOOL WILL NOT WORK , DOWNLOAD DOT NET BY THIS LINK

TO DOWNLOAD DOT NET 2.0 CLICK HERE
http://rapidshare.com/files/270976896/dotnetfx.exe.html


Monday, August 24, 2009

CD/DVD TRAY WITHOUT BUTTON

WANNA OPEN CD/DVD TRAY WITHOUT BUTTON

USE THIS TOOL by mIKKImAX

KEEP POINTER ON PIC TO EXPAND VIEW
DOWNLOAD THIS TOOL

TO DOWNLOAD : CLICK HERE

IF YOU DONT HAVE DOT NET 2.0 OR ABOVE THAN TOOL WILL NOT WORK , DOWNLOAD DOT NET BY BELOW LINK

TO DOWNLOAD DOT NET 2.0 CLICK HERE

http://rapidshare.
com/files/270976896/dotnetfx.exe.html



Reblog this post [with Zemanta]

Sunday, August 23, 2009

Set background picture to gtalk chat window

It will be crazy if we can set our own picture as background for the gtalk chat window.This can be done with a small application ' my theme ' which i had found while surfing.



+ Download the application from here.

+Install the application and navigate through start -> all programs -> dash -> my theme -> click change background.

+ Choose your favorite picture from the window.

+ Exit and reopen the gtalk.Go to settings -> appearance -> from drop down menu, select my theme and click ok.


DONE .. !! Open a chat window and you can see the background picture for it.

You can insert amazing emoticons in the gtalk (see in pic) . The shortcuts for these emoticons can be seen here :
start -> all programs -> dash -> my theme -> click Help

Friends .. share your experiences in the comments

Open or close cd/dvd drive with a single click in xp

The CD/DVD drive in windows can be ejected or closed with a single click Windows XP by performing a simple trick.

To open the cd/dvd drive.. follow the steps :

+ Open notepad and copy the following code in it :

Set oWMP = createObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If

+ Now save this file as anyname.vbs

+ When you click it, the disk drive will be opened.


To close the cd/dvd drive .. follow the steps :

Set oWMP = createObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
colCDROMs.Item(i).Eject
Next ' cdrom
End If

+ Now save this file as anyname.vbs

+ When you click it,the disk drive will be closed.

Share your experiences in comments after performing this cool hack.
Reblog this post [with Zemanta]

Modify the Windows XP System Properties logo

Modify the Windows XP System Properties logo


The Windows XP System Properties logo is often changed by computer manufacturers। Hardware vendors use this general system information dialog to brand your computer with their own logo and support contact information.


In this tip you can learn how you can insert your own logo in the system properties dialog and complete it with your own contact information.

To invoke the system properties dialog, click the Start button, right-click "My Computer" and select "Properties".

This will open up your general system information dialog। On our Fujitsu-Siemens Amilo Pro laptop, the Windows XP System Properties logo looks like this :


If you want to put your own graphic in there, you should create your image in a .bmp graphic file. It's also a good idea to create this bitmap image with the same background shade of gray (RGB: 192, 192, 192) used in the Properties dialog. Otherwise, you risk letting Windows make its own judgments regarding color contrast and background shading.

The next thing to consider is the image size. The system properties dialog only offers enough real estate for an image of about 180 (wide) x120 (high) pixels. Make sure that you can fit your logo in this area.

Once you have created your logo and saved it as a .bmp file, copy it over to the system32 subfolder of your Windows system folder. If you don't know where your system folder is :

  • Click the Start button and select "Run"
  • In the "open" field, enter "cmd" (without the quotes) and click ok
  • Windows will open up a dos command window
  • In the command window, type "set system" (without the quotes)
  • Look for the line that contains "SystemRoot", this is where your system directory is (generally, the Windows XP system folder is c:\windows)

Now that you know where your system folder is, copy your logo image file over to the system32 subfolder of your system folder. Then rename your logo image file to oemlogo.bmp

Additionally you can create a new file in this same folder and name the new file oeminfo.ini

In this file you can enter your contact information like in the example below :


[General]
Manufacturer=Windows Help Central
Model=ShowCase

[Support Information]
Line1=" "
Line2=" For support, sales, upgrades or questions:"
Line3=""
Line4=" Some text to demonstrate the XP System Properties logo"
Line5=" Windows XP Tips and Tricks "
Line6=" yadayada"
Line7=""
Line8=" +1 (888) 888-888 (voice)"
Line9=" +1 (888) 888-889 (fax)"
Line10=""
Line11=""
Line12=" http://www.windows-help-central.com/"

Save and close the file and you are ready। From now on, if someone opens up the system properties dialog, your own Windows XP System Properties logo is in there.


And if someone clicks the "Support Information" button :






Reblog this post [with Zemanta]