- It is easy to type Copyright From the Keyboard ©.
- Type this in keyboard (c).
- If you're using Microsoft Word or another Office program, or OpenOffice, the program will convert it to © as soon as you type the second parentheses.
எப்போதும் உங்களுக்காக...
RSS Subscribe
Er.J.Tamilarasan
email me @ jtamilarasan@gmail.com
Header-Text-Box-Left
Header-Text-Box-Right
Showing posts with label Computer Tricks. Show all posts
Showing posts with label Computer Tricks. Show all posts
Wednesday, 1 February 2012
Insert a Copyright From the Keyboard
Sunday, 29 January 2012
Change Text on XP Start Button of your choice
Step 1 – Modify Explorer.exe File
In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article I have used Resource Hacker. Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Microsoft Windows 95/98/ME, Windows NT, Windows 2000 and Windows XP operating systems.
get this from http://delphi.icm.edu.pl/ftp/tools/ResHack.zip
xp start button
The first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe.
The category we are going to be using is “String Table”. Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033. If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the stringtable. We’re going to modify item 578, currently showing the word “start” just as it displays on the current Start button.
There is no magic here. Just double click on the word “start” so that it’s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that you’ll type. Go ahead and type your new entry. In my case I used Click Me!
You’ll notice that after the new text string has been entered the Compile Script button that was grayed out is now active. I won’t get into what’s involved in compiling a script, but suffice it to say it’s going to make this exercise worthwhile. Click Compile Script and then save the altered file using the Save As command on the File Menu. Do not use the Save command – Make sure to use the Save As command and choose a name for the file. Save the newly named file to C:\Windows.
Step 2 – Modify the Registry
!!!make a backup of your registry before making changes!!!
Now that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry I’m not sure this article is for you, but just in case it’s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open field. Navigate to:
HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon
In the right pane, double click the “Shell” entry to open the Edit String dialog box. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK.
Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.
Disable The Send Error Report To Microsoft
To disable the stupid feature in WinXP which tries to send a report to microsoft every time a program crashes you will have to do this:
-Open Control Panel
-Click on Preformance and Maintenance.
-Click on System.
-Then click on the Advanced tab
-Click on the error reporting button on the bottom of the windows.
-Select Disable error reporting.
-Click OK
-Click OK
Recycle Bin in Quick Launch
This is a Recycle Bin for the Quick Launch Toolbar, it’s a “Folder Shortcut” (look here for more info).
The Icon changes when it’s full or empty and when you merge “Add Empty Bin.reg” it adds the “Empty Recycle Bin” command (in your language) to the Right Click Menu.
It’s also possible to see the contents of the Recycle Bin (see screenshot): unlock the Taskbar and place your cursor over the left most part of the Quick Launch toolbar so the arrow changes to the double sided arrow, left click and drag it to the right till it covers the Recycle Bin. Click on » and the menu will expand similar to Start/Programs.
Enable or disable Secure Logon (Ctrl+Alt+Delete)
It’s important to keep your computer as secure as possible. One way to do so is to enable Secure Logon so that you are required to press Ctrl+Alt+Delete to log on. Using secure logon provides an additional layer of security for your computer by ensuring that the authentic Windows logon screen appears. When secure logon is enabled, no other program (such as a virus or spyware) can intercept your user name and password as you enter it.
Open Advanced User Accounts -> Press the Windows button, type netplwiz and press Enter.
Click the Advanced tab, select the Require users to press Ctrl+Alt+Delete check box, and then click OK.
Enable Advanced Disk Performance
When enabled, the hard disk drive operates in write-back cache mode, in which all the data that gets written to the drive is first stored in the cache, and then later written to the disk. Both writes and reads are cached in this case. When disabled, the HDD operates in write-through cache mode, in which all data that gets written to the drive is immediately written to the disks and also stored in the cache. Writes are not cached, but reads are.
Note: This setting is recommended only for disks with a backup power supply, it further improves disk performance, but it also increases the risk of data loss if the disk loses power.
Open Device Manager, expand Disk drives, right-click on a Disk drive, click Properties, click the Policies tab, select the Enable advanced performance check box, and then click OK.
Turn off autorun.inf for USB media
Nowadays most virus enter through USB by utilizing autorun.inf so its better to turn it off,
that way no virus can enter the system that way.
To permanently turn off autorun for USB media
Steps:-
open start->run->regedit
go to HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer.
Right click on “NoDriveTypeAutoRun” and select “modify” click Hexadecimal if not selected and write 95 in the text box (default it is 91) and click on OK.
exit regedit and restart machine.
Saturday, 28 January 2012
How To lock A Folder With A Password Without Any Software
1-Open NotePad.
2- Copy following CODE
4-Save This file as a locker .bat
5-Open This locker .bat file
6-Enter your Password.
7-You can see that new “Locker” Folder is Created .
8-Put Your Important Data in this “Locker” Folder.
9-ReOpen “locker .bat” File. It’s Show message – Are u want to save this(Y/N)
10- Enter Y
11-You can see that Your Locker Folder is Vanished.
12- To Reopen File. Open locker .bat File and Apply Your Password.
Enter This Code In Notepad And Save It As Locker.bat
Locker Pass - mannaiulagam.co.cc
Code:
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==mannaiulagam.co.cc goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
How to change the background of a drive
1. Open Command Prompt and set folder attribute to "system". Suppose there is a folder "Setup" in "D:\" drive, in which you want to set a wallpaper as background image. So give following command in Command Prompt:
attrib +s D:\Setup
It'll change the attribute to "system".
2. Now open Notepad and paste following code:
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=path_of_the_wallpaper
IconArea_Text=0x00000000
Now change "path_of_the_wallpaper" to the exact path of the wallpaper which you want to set as background. Suppose the wallpaper is stored in "D:\Wallpaper\Image1.jpg", then the code will be as following:
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=D:\Wallpaper\Image1.jpg
IconArea_Text=0x00000000
NOTE: If you copy the wallpaper in the same folder which you are editing, then you can simply put the wallpaper name in the file. e.g. if you copy the "Image1.jpg" file in "Setup" folder, then the code will be as following:
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=Image1.jpg
IconArea_Text=0x00000000
"IconArea_Text" stands for the text color, you can change it to white, yellow, blue, black or any other color. You just need to know the hexa-decimal number of the color and then replace the code in "IconArea_Text" section. A few most used color codes are as follows:
Black - 0x00000000
White - 0x00FFFFFF
Green - 0x0000FF00
Blue - 0x00FF0000
Purple - 0x00C000C0
Red - 0x000000FF
Yellow - 0x0000FFFF
Indigo - 0x00FFFF00
3. Now save the file with name "Desktop.ini" (including quotes) and copy the file in the desired folder which is "Setup" in our example.
4. Thats it. Close the folder and re-open it. Now it should show the wallpaper as background.
Create logon sound with your name
Hello frnds Today i Teach you the trick to create logon sound with your name.....
to do this plz follow the following steps...
(1) First of all open notepad from your computer.
(2)Copy and Paste the below code in notepad..
Dim speaks, speech
speaks="your name"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
(3)Change the (your name) To that you want,,suppose ur name,,then pc speaks ur name,,,
(4)after Step3 Save file to the desktop with name (Name.vbs),,Also dont forget to change the Save As type to All types..
(5)Thenn Goto Start>>all programs>>startup
(6)In startup Right click and open it..
(7)Drag or Paste Name.vbs Into it...
Done Done Done
Now When you logn your pc,,,your pc speaks that you want..
Subscribe to:
Posts (Atom)