Subscribe

RSS Feed (xml)

Powered By

Skin Design:

Powered by Blogger

eTrickz For Computer Geeks
Showing posts with label windows tips. Show all posts
Showing posts with label windows tips. Show all posts

Wednesday, December 31, 2008

How to find the “real IP address" of a web site?

You can use the PING utility included with Windows to determine the “real” IP address of a web site. Before using this utility, make sure you are not mapping a host name to some IP address with HostName Commander, because if you do, the PING utility will show the address you’ve set up with HostName Commander, instead of the “real” IP address.


To run the PING utility, click on the Windows Start button, and choose Run from the Start Menu. If you use Windows 95,98, or Me, enter “command” (without the quotes) as the command line to run. If you use Windows XP,2000, or NT, enter “cmd” (again, without the quotes). Click OK and the command prompt window should appear on the screen.


Now enter the word “ping” (without the quotes) followed by a space, followed by the host name you want to determine the IP address of, and press Enter:


ping.jpg


In this example, the IP address of the host name www.rkgit.edu.in is 74.52.201.2 & IP Address of the host name www.kiet.edu is 220.225.19.55 . (Keep in mind that the IP address may change in the future!). If the PING utility reports an error, make sure your computer is connected to the Internet when you are running it.



For more info about Computer related stuff check out this site www.etrickz.com

Thursday, October 23, 2008

Now Windows 7 will be officially called “Windows 7″

Microsoft has recently confirmed that the upcoming version of Windows will now officially be called Windows 7.


This was revealed by Mike Nash, Corporate Vice President, Windows Product Management in a blog post at the Windows Vista Blog. For as far as we know, this is final deal and perhaps its the first time ever a Windows release has been officially named after its codename.

This is what Mike had to say.

“Since we began development of the next version of the Windows client operating
system we have been referring to it by a codename, “Windows 7.” But now is a
good time to announce that we’ve decided to officially call the next version of
Windows, “Windows 7″

According to Mike, Microsoft selected "Windows 7" as its official name because of of its simplicity and the fact that it is the seventh version of Windows.

Windows 7 will basically be a more evolved version of Windows Vista with new applications, improvements and technology.


Hey Friends if you like my post then just say it to your friends by clicking on this button.


Tell a Friend

Tuesday, September 23, 2008

Make Your XP Look Like Mac OSX

Alright. After I showed you how to make your XP look like Vista, some people asked me to post a guide to making your XP look like Mac OSX. Leopard, to be precise. There are two ways to accomplish the OSX look: the easy way - with a transformation pack, and the hard way - manually. I will, of course, show you how to do this the easy way, but if it for some reason doesn’t work for you, email me or comment and I’ll teach you to do it all manually. So here’s how it’s done the easy way:

Step 1: Get a transformation pack.

The best Mac OSX transformation pack for Windows XP is probable FlyakiteOSX.

Step 2: Install

Run the installer and when you get to the following screen, MAKE SURE you check the box Create System Restore point The transformation pack will change a lot of system files and settings and although you should be able to uninstall easily later, you might find yourself in a mess if something goes wrong. This way you can always do a System Restore. Check any other options you want and you’re ready!How to make your XP look like Mac OSX - xptricks.net

Step 3: Enjoy!

After the restart, you should be able to convince all, but the most die-hard Mac lovers that you have an OSX. This is what your desktop should look like now:How to make your XP look like Mac OSX Like other good transformation packs this also leaves you a nice Mac OSX shutdown screen: How to make your XP look like Mac OSX …And a Mac OSX logon screen:How to make your XP look like Mac OSX - xptricks.net

I’ll give FlyakiteOSX an excellent 5 stars.Note: The transformation pack might trigger your anti-virus protection as it changes some system files, but this is probably a false positive. Be careful though, and remember to back up!


Thursday, July 10, 2008

Download Windows XP SP3 Installation CD or Order Online


If you are on Windows XP and haven’t patched all your machines with Windows XP Service Pack 3 yet, try one of the following options:


window xp sp3


Use Windows Update - This option is recommended if you have just one XP computer that is also connected to the Internet. Go to Windows Update and it will automatically download & install all the important XP SP3 related files.


Download XP SP3 Installer CD - This option is for people who have a good Internet connection and need to install XP SP3 on multiple computers or systems that are offline. Head over to Download Center and get a free CD image of the Windows XP Service Pack 3 installation disk.


Slipstream XP SP3 - When you need to apply the XP SP3 patch on multiple computers without running Windows Update on each of them, just slipstream XP3 using your original XP setup disc.


Order XP SP3 Setup CD - Finally, if you are on a slow connection or need a more simple solution, just ask Microsoft to ship a ready-made Windows XP SP3 installation disk to your home.


Microsoft will ship just about anywhere - North America, Asia, Europe - but unlike XP SP2, you will need to pay the shipping charges which are around $11 if you are in India and $6 if you are located in US. Still not a bad option for some.


Block Windows XP3 on your Computer - If you are happy and content with XP SP2, get the SP Blocker - this tool will prevent installation of Windows XP Service Pack 3 on your computer if Microsoft tries to push the patch through Windows Update.

Image


Thursday, July 3, 2008

Get a Reminder to Unplug Your USB Flash Drive from the Computer

Flash Drive Reminder is a handy utility for people (especially college students) who work across different computers and carry their data on a USB memory stick.flash drive reminder

This will display a desktop reminder saying that the USB drive is still in the computer if you try to log off without unplugging the stick.


Brad Greco writes – “I have an annoying tendency to leave my flash drive plugged in to the computer when I leave. I began to get tired of returning to the library and asking the front desk if anyone had found a flash drive, so I decided to write a little program that would ensure that I’d never leave it plugged into a computer again.”



remove-usb-flash-drive


Flash Drive Reminder adds an option to the autorun box that appears when you insert a flash drive into the computer. When you log off from Windows, this will pop up a dialog box reminding you to remove the flash drive.


Works on Windows XP and Vista systems provided Auto Play Option is enabled on the computer where you insert the drive.



Image

Saturday, June 14, 2008

Removing virus manually in windows XP

Read this tutorial if u want to remove a virus not detected by antivirus software or if u want to be an amateur malware researcher. the tutorial may not be that good, i hadn't much time to go in more details.

Begginning of tut:

Start->Run->type cmd
in each drive type attrib /s /d it will display the list of all files in that drive along with folders. concentrate on files having SHR attribute.
normally virus files have two characteristics
1.SHR attribute
2.Queer name like amvo.exe,r6r.exe,autorun.inf etc.

Note:some system files also have this attribute like MSDOS.SYS,IO.SYS etc so before deleting googling about that file will help.


to delete these files type c:\>del /f /s /a >>

+ to view the content of files with .inf, .vbs, .c etc. i.e files which are not batch files or executables. go to explorer and then go to the required drive or folder and type the filename with extension. It wil open up in notepad.

+ there is another method. Go to the required location and type attrib -s -h -r filename then use gui to see that hidden file. if it is not an exe or .bat then just open it with notepad. Here you will get some information like a file name or a registry key which the virus affects or a startup item or process. Change this or uncheck the startup.

If the file is not deleted like it says "access denied" it means it already used by some process. open task manager and find a process of the same name or some process which is not a valid windows process(better google) and end that process.

if it's not found then open msconfig go to startup tab and look at it. If a startup items seems queer(u wil have this feeling if you're not experienced windows user otherwise all data startup items may seem queer.) uncheck that. You may also learn about the startup item by googling. after unchecking restart the computer.

This method is effective in removing some spywares or some small but annoying verry like maskrider etc. which are sometimes not detected by antivirus softwares.






Computer Tips & Tricks

Hey friends check out this link for computer Tips & Tricks, hacks, Free Premium Accounts, Orkut tips, Rapidshare-Megaupload Tricks & lots more.

Tuesday, May 27, 2008

How to Restart Windows without Restarting your PC

When you click on the SHUTDOWN button, make sure to simultaneous press SHIFT Button.

If you hold the Shift key down while clicking on SHUTDOWN button, you computer would restart without restarting the Computer. This is equivalent to term "HOT REBOOT".

Friday, May 23, 2008

Add "copy to" and "move to" options in right click (XP)

It is hard to move or copy a file/s or folder/s to specific location. There is a option called "Send to" on context menu but it has some limitation. You can send content through it just few locations like.. My Documents, Floppy Disk etc. If You can add "Copy to" and "Move to" options on Right click(context menu) then it will increase your file/folder transfer facility. You can Copy and Move your content anywhere on your machine through Right click(context menu). I have described a registry trick following here.


Copy-paste following text in notepad and save it with .reg extension. Then just merge/run it. You will get 2 new options on your Right click(context menu).


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex \ContextMenuHandlers]

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex \ContextMenuHandlers\Copy To] @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex \ContextMenuHandlers\Move To] @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"


Download Enable 'Copy/Move To' Registry
File:http://rapidshare.com/files/111539592/Enable_CopyTo_MoveTo.reg

Download Disable 'Copy/Move To' Registry File:http://rapidshare.com/files/111539517/Disable_CopyTo_MoveTo.reg


Saturday, May 3, 2008

VISTA LOOK FOR XP




If you are still a Windows XP user like me, you should definitely check out this cool free software called Vistamizer, which can make your XP look like Vista. While there has been quite some negative comments about Windows Vista since its release last year, one thing for sure is the new graphical interface of Vista is really cool.. a lot cooler than Windows XP. So in order to make XP look like Vista, I use this cool stuff called Vistamizer. This cool software will modifies your system files, and totally convert your system into the cool Vista GUI. You will not remember how your old desktop looks like after installing Vistamizer. The good thing about this software is that it will backup all the changes that have been made to your system, so you can easily revert it back to the original system setting.

I installed Vistamizer on my Windows XP few days back, and have no complaint on it so far. It's stable, and does not affect the system performance. My friend actually thought that I have upgraded to Vista when I show them my new desktop . A great software to make XP look like Vista.

Thursday, May 1, 2008

Download XP Tips

Hi Friends!!
I have Got this link from the net..
So i m collecting the link here..
you just download..
ALL About Spyware.txt DOWNLOAD IT
20 Great Google Secrets.txt Download
250+ Tech books online.txt Download
A Basic Guide to the Internet.txt Download
All About Movie Tags (what Is A Dvdrip, Cam Etc.).txt Download
All mIRC Commands.txt Download
10 Security Enhancements.txt Download

Wednesday, April 9, 2008

How To Make an Invisible Folder and Hide Private Files

There are many tips and tricks that can be applied to Windows XP in order to save or hide your private files. Some of these tricks require the use of certain softwares while some tricks require complex manipulation and heavy tweaking to your registry.

but this is a sweet and simple little trick that can help you make an invisible folder so you can save your private files inside it.
Here is how the trick goes:


1. Select the folder you want to make invisible

2. Right Click on the folder and click Rename and then remove the current name of the folder. Windows does not allow you to have a nameless folder so to fool windows use the Alt+0160 combination to generate an invisible name for your folder



3. Now again Right Click on the nameless folder and select Properties. Go to Customize tab and then click Change Icon




4. In the list of icons you will find 2-3 invisible icons. Select one of those invisible icons and press Ok and then again Ok. Congrats now you have an invisible folder


The most brilliant thing about this trick is that it only apparently makes your folder invisible thus blocking eye access to all files inside that folder and only you know where the folder is and can click on it any time just like you would on a normal Windows folder to see all the files hidden inside it

Friday, April 4, 2008

Rename a Series of Files

When you download photos from your digital camera, they often have unrecognizable names. You can rename several similar files at once with the following procedure. This also works for renaming other types of files.

1.Open the My Pictures folder. (Click Start, and then click My Pictures.) Or open another folder containing files that you want to rename.
2.Select the files you want to rename. If the files you want are not adjacent in the file list, press and hold CTRL, and then click each item to select it.
3.On the File menu, click Rename.
4.Type the new name, and then press ENTER.


All of the files in the series will be named in sequence using the new name you type. For example, if you type Birthday, the first will be named Birthday and subsequent files in the series will be named Birthday (1), Birthday (2), and so on. To specify the starting number for the series, type the starting number in parentheses after the new file name. The files in the series will be numbered in sequence starting with the number you type. For example, if you type Birthday (10), the other files will be named Birthday (11), Birthday (12), and so on.

Fast User Switching

Windows XP introduces fast user switching. Undoubtedly, fast user switching is the single most important feature that makes sharing Windows-based computers workable. Using fast user switching, it is not necessary for a user to log off the computer before allowing a second user to access their own account. Instead, the first user's account is "disconnected," which leaves all the programs running; the second user can then log on, and then the users can switch quickly between logged-on accounts. Many accounts can be open simultaneously on one computer, though only one account at a time will be able to interact with the keyboard, screen, and input devices.

In the home environment, for instance, fast user switching allows a parent working on a personal finance program to yield the computer to a child to work on homework by browsing the Internet, without requiring the parent to shut down and restart the finance program and without exposing the child to the parent's financial information. In the business environment, fast user switching can allow multiple users in a common environment, such as a research lab, to share a single machine.
Fast user switching is just one of two mechanisms that allow multiple users to work with a single system. Remote desktop, another built-in Windows XP feature, allows users to interact with machines remotely across a network and to access data and applications on those remote machines. While fast user switching is aimed principally at the home market, remote desktop enables business users to access their corporate desktops from remote computers-and vice versa, enabling them to operate home machines while at work.

User Accounts and Fast User Switching

Windows XP represents Microsoft's big push to get the largely Windows 9X-based user community to an operating system family based on the Windows NT-kernel. In Windows XP, new client services not only blend the ease of use of familiar Windows 9X profiles with the robustness of Windows NT (and Windows 2000) user management, but significantly improve on the combination. While the majority of these advancements will be appreciated most by home users, enterprise customers that share assets-for instance, with shift workers and telecommuters or with users who access e-mail from multiple machines while roaming-will also see improvements.

Many computers are shared between multiple users, particularly in the home environment where studies have shown that 80% of computers are used routinely by multiple people. In previous versions of Windows NT, user account management-which could be strictly enforced across the enterprise by administrators-was a somewhat tricky process that was beyond the abilities of most non-computing professionals. Simple-to-use Windows 9X profiles, however, were not enabled by default and were largely ignored: The cost of actually using the profiles, which required that users log off before allowing other users to access the system, meant that the vast majority of machines made do with a single shared profile, with all of the corresponding security, configuration, and data-loss risks.
In Windows XP, user profiles are always enabled and even non-enterprise users are encouraged to create accounts during the Setup process. These accounts are based on Windows NT profiles and allow Windows XP to provide strong isolation and protection of users' data and settings. If multiple user accounts are configured on a machine, then users are presented with a Welcome screen that appears featuring separate-and customizable-graphics for each user. Users of Windows XP machines that are members of an NT-style domain do not see this screen, since presenting a list of machine users could be considered a security violation. A new control panel applet replaces the familiar Windows NT User Manager and Windows 2000 Computers and Users snap-in, providing a simple interface that allows almost anyone to set up a new user and give them appropriate rights and privileges.

20 things you didn't know about Windows XP

  • It boasts how long it can stay up. Whereas previous versions of Windows were coy about how long they went between boots, XP is positively proud of its stamina. Go to the Command Prompt in the Accessories menu from the All Programs start button option, and then type 'systeminfo'. The computer will produce a lot of useful info, including the uptime. If you want to keep these, type 'systeminfo > info.txt'. This creates a file called info.txt you can look at later with Notepad. (Professional Edition only).
  • You can delete files immediately, without having them move to the Recycle Bin first. Go to the Start menu, select Run... and type 'gpedit.msc'; then select User Configuration, Administrative Templates, Windows Components, Windows Explorer and find the Do not move deleted files to the Recycle Bin setting. Set it. Poking around in gpedit will reveal a great many interface and system options, but take care -- some may stop your computer behaving as you wish. (Professional Edition only).
  • You can lock your XP workstation with two clicks of the mouse. Create a new shortcut on your desktop using a right mouse click, and enter 'rundll32.exe user32.dll,LockWorkStation' in the location field. Give the shortcut a name you like. That's it -- just double click on it and your computer will be locked. And if that's not easy enough, Windows key + L will do the same.
  • XP hides some system software you might want to remove, such as Windows Messenger, but you can tickle it and make it disgorge everything. Using Notepad or Edit, edit the text file /windows/inf/sysoc.inf, search for the word 'hide' and remove it. You can then go to the Add or Remove Programs in the Control Panel, select Add/Remove Windows Components and there will be your prey, exposed and vulnerable.
  • For those skilled in the art of DOS batch files, XP has a number of interesting new commands. These include 'eventcreate' and 'eventtriggers' for creating and watching system events, 'typeperf' for monitoring performance of various subsystems, and 'schtasks' for handling scheduled tasks. As usual, typing the command name followed by /? will give a list of options -- they're all far too baroque to go into here.
  • XP has IP version 6 support -- the next generation of IP. Unfortunately this is more than your ISP has, so you can only experiment with this on your LAN. Type 'ipv6 install' into Run... (it's OK, it won't ruin your existing network setup) and then 'ipv6 /?' at the command line to find out more. If you don't know what IPv6 is, don't worry and don't bother.
  • You can at last get rid of tasks on the computer from the command line by using 'taskkill /pid' and the task number, or just 'tskill' and the process number. Find that out by typing 'tasklist', which will also tell you a lot about what's going on in your system.
  • XP will treat Zip files like folders, which is nice if you've got a fast machine. On slower machines, you can make XP leave zip files well alone by typing 'regsvr32 /u zipfldr.dll' at the command line. If you change your mind later, you can put things back as they were by typing 'regsvr32 zipfldr.dll'.
  • XP has ClearType -- Microsoft's anti-aliasing font display technology -- but doesn't have it enabled by default. It's well worth trying, especially if you were there for DOS and all those years of staring at a screen have given you the eyes of an astigmatic bat. To enable ClearType, right click on the desktop, select Properties, Appearance, Effects, select ClearType from the second drop-down menu and enable the selection. Expect best results on laptop displays. If you want to use ClearType on the Welcome login screen as well, set the registry entry HKEY_USERS/.DEFAULT/Control Panel/Desktop/FontSmoothingType to 2.
  • You can use Remote Assistance to help a friend who's using network address translation (NAT) on a home network, but not automatically. Get your pal to email you a Remote Assistance invitation and edit the file. Under the RCTICKET attribute will be a NAT IP address, like 192.168.1.10. Replace this with your chum's real IP address -- they can find this out by going to www.whatismyip.com -- and get them to make sure that they've got port 3389 open on their firewall and forwarded to the errant computer.
  • You can run a program as a different user without logging out and back in again. Right click the icon, select Run As... and enter the user name and password you want to use. This only applies for that run. The trick is particularly useful if you need to have administrative permissions to install a program, which many require. Note that you can have some fun by running programs multiple times on the same system as different users, but this can have unforeseen effects.
  • Windows XP can be very insistent about you checking for auto updates, registering a Passport, using Windows Messenger and so on. After a while, the nagging goes away, but if you feel you might slip the bonds of sanity before that point, run Regedit, go to HKEY_CURRENT_USER/Software/Microsoft/Windows/Current Version/Explorer/Advanced and create a DWORD value called EnableBalloonTips with a value of 0.
  • You can start up without needing to enter a user name or password. Select Run... from the start menu and type 'control userpasswords2', which will open the user accounts application. On the Users tab, clear the box for Users Must Enter A User Name And Password To Use This Computer, and click on OK. An Automatically Log On dialog box will appear; enter the user name and password for the account you want to use.
  • Internet Explorer 6 will automatically delete temporary files, but only if you tell it to. Start the browser, select Tools / Internet Options... and Advanced, go down to the Security area and check the box to Empty Temporary Internet Files folder when browser is closed.
  • XP comes with a free Network Activity Light, just in case you can't see the LEDs twinkle on your network card. Right click on My Network Places on the desktop, then select Properties. Right click on the description for your LAN or dial-up connection, select Properties, then check the Show icon in notification area when connected box. You'll now see a tiny network icon on the right of your task bar that glimmers nicely during network traffic.
  • The Start Menu can be leisurely when it decides to appear, but you can speed things along by changing the registry entry HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDelay from the default 400 to something a little snappier. Like 0.
  • You can rename loads of files at once in Windows Explorer. Highlight a set of files in a window, then right click on one and rename it. All the other files will be renamed to that name, with individual numbers in brackets to distinguish them. Also, in a folder you can arrange icons in alphabetised groups by View, Arrange Icon By... Show In Groups.
  • Windows Media Player will display the cover art for albums as it plays the tracks -- if it found the picture on the Internet when you copied the tracks from the CD. If it didn't, or if you have lots of pre-WMP music files, you can put your own copy of the cover art in the same directory as the tracks. Just call it folder.jpg and Windows Media Player will pick it up and display it.
Windows key + Break brings up the System Properties dialogue box; Windows key + D brings up the desktop; Windows key + Tab moves through the taskbar buttons.

Tuesday, April 1, 2008

Some shortcuts for Windows XP users!!

Press
'Windows key' + R and type the following (without qoutes) :
"winword" to open Word.
"powerpnt" to open Powerpoint.
"excel" to open Excel "mspaint" to open Paint.
"notepad" to open Notepad.
"wmplayer" to open Windows Media Player.
"wordpad" to open Wordpad.
"sndrec32" to open Sound Recorder.
"iexplore" to open Internet Explorer.
"firefox" to open Firefox.
"msconfig" to control startup.
"services.msc" to manage the Services.

Thursday, March 27, 2008

Single Click ' Shut Down ' !


Shutting Down Windows Working :


Actually, shutting down means closing all the applications running on the computer, even the operating system. For this an shut down application is meant. When you traditionally shut down your pc (Start>Turn Off Computer>Turn Off) it actually runs this shut down application.


So, creating a shortcut to this application will do the job !


On the Desktop, Right Click>New>Shortcut


Now, in the location text feild type :


c:\windows\rundll.exe user.exe,exitwindowsexec


then click next and name it 'Shut Down' and click Finish.

Now, drag this shortcut to 'Quick Launch' toolbar.


Now, simply click this link to shut down your PC in a single click !

Pop Up Banner On " Start Up "



This Trick pops up a Message Box on Start Up !


** You Must Have Administrator Priviledges !


Start>Run

type: regedit


This will open the ' Registry Editor ' !

Now,


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WinLogon


Now, on the right hand side :

Right Click>New>String Value


Name it : LegalNoticeCaption


Now, double click it and in value data feild write the text that you want in the title of the Message Box !


Now Again :

Right Click>New>String Value


Name it : LegalNoticeText


Now, double click it and in value data feild write the text that you want to display in the Message Box !

Friday, March 21, 2008

Scare Your Friend With Auto Shutdown !

Read the following :
1. Right click on desktop>select New>shortcut
2. In the shortcut window type : shutdown -s -t 60 -c "the message you want to display"
3. Select Next
4. Name it anything

Now, double click it !

Scared ???

Nothing happened !

Remedy :
1. Go to start>Run
2. Type : shutdown -a
3. Hit Enter

Oh! You are rescued !

Hibernate Your XP !



Hey your Windows XP has a very good but hidden feature !

Trick Advantage :
You can leave your work in between and shutdown the PC and resume it next time as it is !
Even I switched off my PC while writing this article and when I reopened it I resumed my article from where i left !

When you want to stop your work and shutdown(Keeping your programs open)
Do The Following :
1. Click start>Turn Off Computer
2. As the Turn Off menu comes up press 'Shift' and 'Stand By' changes to 'Hibernate'
3. Click Hibernate (Shift Kept Pressed)

Your xp will save the work and shutdown !

Now, when you switch it on again it will resume it again !

No loading of windows will take place and you will be resumed to your work as if you had just switched your monitor off and now on again !

Its Amazing !