Pages

INDIAN TIME

YOU ARE VISITOR NO.

website counters

27 March 2014

MICROSOFT OFFICE 2007 SERIAL KEYS BY RAJ THE HACKER

MICROSOFT OFFICE-2007 SERIAL KEYS 

BY RAJ_THE_HACKER



Office 2007 Ultimate
====================

T8RQ2-XTH2T-7CHTM-YGGDJ-RHBMB
DX4MW-77FBJ-34V3P-B8R9W-C77YB
FP29Y-YDBVF-GB4FV-MW4HX-YFDDY
CXMTT-QYBV6-TFT7Q-2MFYP-HF9QY
CJ9GX-94YWY-29WTK-86R2F-3DMMB
BDVWR-GRM69-T6VP2-3RKT2-QFT3Y
H6TTY-M2F23-HGKMB-YGMBM-X947M
QV6Q8-4VG9H-VV6WD-PBHCQ-KXT3Y
VBGV6-HBQ9Q-4CMMY-VH83T-CDXQY
T94DB-CBDHT-92272-FM7FK-VHRBB
QJRJK-J2VGB-G7DFK-GHPHX-2YVYB





THANKS
RAJ THE HACKER
8270859989

21 February 2014

KEYBOARD SHORTCUTS FOR WINDOWS-8 BY RAJ THE HACKER



KEYBOARD SHORTCUTS FOR WINDOWS-8 BY RAJ THE HACKER
Windows Key + D ——————-   Show Desktop
Windows Key + C ——————-   Open Charms Menu
Windows Key + F ——————-   Charms Menu – Search
Windows Key + H ——————-   Charms Menu – Share
Windows Key + K ——————-   Charms Menu – Devices
Windows Key + I  ——————-   Charms Menu – Settings
Windows Key + Q ——————-    Search For Installed Apps
Windows Key + W ——————    Search Settings
Windows Key + Tab —————-    Cycle through open Modern UI Apps
Windows Key + Shift + Tab ——-     Cycle through open Modern UI Apps in reverse order
Windows Key + .  ——————–   Snaps app to the right (split screen multitasking)
Windows Key + Shift + . ————   Snaps app to the left (split screen multitasking)
Windows Key + ,  ——————–   Temporarily view desktop
Alt + F4 ——————————-   Quit Modern UI Apps
Windows Key + E ——————-    Launch Windows Explorer Window
Windows Key + L ——————-    Lock PC and go to lock screen
Windows Key + T ——————-    Cycle through icons on taskbar (press Enter to launch app)
Windows Key + X ——————     Show Advanced Windows Settings Menu
Windows Key + E ——————     Launch Windows Explorer Window
Windows Key + Page Down ——     Moves Start screen and apps to secondary monitor on the right
Windows Key + M —————–     Minimize all Windows
Windows Key + Shift + M ——–     Restore all minimized Windows
Windows Key + R —————–     Open Run dialog box
Windows Key + Up Arrow ——-    Maximize current window
Windows Key + Down Arrow —-    Minimize current window
Windows Key + Left Arrow ——    Maximize current window to left side of the screen
Windows Key + Right Arrow —-    Maximize current window to right side of the screen
Ctrl + Shift + Escape ————–    Open Task Manager
Windows Key + Print Screen —-    Takes a Print Screen and saves it to your Pictures folder
Windows Key + Page Up ———    Moves Start screen and apps to secondary monitor on the left
Windows Key + Pause Break —-    Display System Properties
Shift + Delete ———————-    Permanently delete files without sending it to Recycle Bin
Windows Key + F1 —————-    Open Windows Help and Support
Windows Key + V —————–    Cycle through notifications
Windows Key + Shift + V ——–    Cycle through notifications in reverse order
Windows Key + 0 to 9 ————   Launch/show app pinned to taskbar at indicated number
Windows Key + Shift + 0 to 9 —    Launch new instance of app pinned to taskbar at indicated number
Alt + Enter ————————-    Display Properties of selected item in File Explorer
Alt + Up Arrow ——————–   View upper level folder of current folder in File Explorer
Alt + Right Arrow —————–   View next folder in File Explorer
Alt + Left Arrow ——————-   View previous folder in File Explorer
Windows Key + P ——————   Choose secondary display modes
Windows Key + U —————–    Open Ease of Access Center
Alt + Print Screen —————–   Print Screen focused Window only
Windows Key + Spacebar ——–    Switch input language and keyboard layout
Windows Key + Shift + Spacebar -   Switch to previous input language and keyboard layout
Windows Key + Enter ————-    Open Narrator
Windows Key + + ——————    Zoom in using Magnifier
Windows Key + -  ——————    Zoom out using Magnifier
Windows Key + Escape ———–    Exit Magnifier






THANKS
RAJ THE HACKER
8270859989

15 February 2014

How to Password Protect Any Folder Without Any Software by RAJ THE HACKER

How to Password Protect Any Folder Without Any Software by RAJ THE HACKER

Batch file is an advance programming in DOS or u can say in C which is used to create any virus, H/w or S/w but Today I will teach you how u can create a Folder Lock using BATCH Programming...

Just follow the steps below:


 Step-1. Open Notepad and Copy code given below into it.


cls
@ECHO OFF
title RAJ THE HACKER
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this 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 MyFolder "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 Your Secure Folder
set/p "pass=>"
if NOT %pass%== RAJTHEHACKER goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End


Step-2  Save the notepad file as lock.bat (.bat extension must be there.)
Step-3. Now double click on lock.bat and a new folder will be created with name MyFolder
Step-4. Copy all your data you want to protect in that New folder
Step-5. Now double click on lock.bat and when command promp appears Type Y and press enter.
Step-6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat
Step-7. It will ask for password enter your password and done.
Default Password is RAJTHEHACKER
 
 
Thanks
RAJ THE HACKER
8270859989









04 February 2014

HOW TO UNBLOCK USB PORT OR PENDRIVE PORT BY RAJ THE HACKER

Let me tell u my dear frnds, C is a language that is used to create programmes but it is also used to create virus. It is used to create Hardware programme. When we compile the codes written  in C editor it creates an exe file in bin folder. it is a 32-bit programme..
My dear friends I am an expert in C-Programming. I have a hobby to create Games in C-Programming.

In my previous post you all have known about how to create a Virus to block USB Port.
Now The below code is used to UNBLOCK USB PORT.

Just copy the below code into Notepad and save it as block usb.c
Open TC.exe.(TC means Turbo C) and open this code then press Ctrl+F9 key (function key) and see the effect.

you can download TC.exe from internet.


#include
void main()
{
system("reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\USBSTOR \/v Start \/t REG_DWORD \/d 3 \/f");
}



Just compile the above code and you will see your USB Port is now active again....



THANKS

RAJ THE HACKER
8270859989

HOW TO LOCK UR USB OR PEN DRIVE PORT BY RAJ THE HACKER


Let me tell u my dear frnds, C is a language that is used to create programmes but it is also used to create virus. It is used to create Hardware programme. When we compile the codes written  in C editor it creates an exe file in bin folder. it is a 32-bit programme..
My dear friends I am an expert in C-Programming. I have a hobby to create Games in C-Programming.

So I am telling you about how to create a virus programme to BLOCK USB PORT.

Just copy the below code into Notepad and save it as block usb.c
Open TC.exe.(TC means Turbo C) and open this code then press Ctrl+F9 key (function key) and see the effect.

you can download TC.exe from internet.


#include
void main()
{
system("reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\USBSTOR \/v Start \/t REG_DWORD \/d 4 \/f");
}



Just compile the above code and you will see your USB Port is now inactive....



THANKS

RAJ THE HACKER
8270859989

30 November 2013

HOW TO ACCESS LOCKED COMPUTER BY RAJ THE HACKER



HOW TO ACCESS LOCKED COMPUTER
BY
RAJ THE HACKER

METHOD -1

ACCESS COMPUTER BY ANOTHER ADMINISTRATOR
1. ON WINDOWS LOGIN SCREEN, SWITCH LOGIN USER TO ANOTHER AVAILABLE ADMINISTRATOR. 

If your Operating System is Windows 7, just press “Ctrl + Alt + Del” and click “Switch User” to switch to another user.
If your Operating System is Windows 8, on Windows login screen, just click the Arrow on the left of user image, and there will list all users available on Windows 8. Choose one administrator you remember password.
Now Type the password and press ENTER to access computer.


METHOD-2

ACCESS COMPUTER WITH PASSWORD RESET
STEP 1: RESET FORGOTTEN USER PASSWORD
There are several methods for forgotten password reset.
(1)   The 1st one is to use Administrator to change the forgotten user password.
(2)   The 2nd one is to reset the forgotten password with Reset Disk.
(3)   The 3rd one is to reset the forgotten password with Command Prompt.
(1)   Use the administrator to change the forgotten user password. Just sign into Windows computer with administrator like Way 1. And then navigate to Control Panel to change other users’ password. For example, on Windows 7 computer, go to Control Panel – User Accounts and Family Safety – User Accounts – Add or remove user accounts. Choose one account you want to change or remove its password. And then click “Change the password” or “Remove the password”. When you choose “Change the password”, type new password and confirm it. When you choose “Remove the password”, just click “Remove Password” again to make sure you want to remove it. And then you can set new password for this user account.
(2)   Reset forgotten password with reset disk. After you type the incorrect password to sign in to computer, a message link “Reset Password”will appear on the login screen after the password input box.Click the link and follow the password reset wizard. Click “Next” and insert the password reset disk you have created. Choose the option' password reset key disk 'and click “Next”. Go on to follow and the type new password for this user and finish password reset.
(3)   Reset forgotten password with Command Prompt. When you are able sign in to Windows computer with another administrator, click Start, and run Command Prompt. For example, on Windows 8 computer, press Windows + X, and click on Command Prompt (Admin) and Yes. On the Command Prompt, type in: Net User and press Enter to reset a new password for Windows 8.
STEP 2: SIGN IN TO WINDOWS COMPUTER WITH NEW PASSWORD
After you have Reset Windows Password, Restart the computer. On Windows login screen, choose the user you have reset password to login.
 
 METHOD-3

ACCESS COMPUTER WITHOUT PASSWORD
This method will remove forgotten Windows password with password recovery tool when computer is locked. Afterwards, we can then access our computer without password.

STEP 1: GET A WINDOWS PASSWORD RECOVERY TOOL
Search Windows Password Genius/ Recovery Tool and download trial one to try.

STEP 2: INSTALL AND RUN WINDOWS PASSWORD RECOVERY TOOL ON ANOTHER COMPUTER.
When your computer is locked, please find another available computer prepared for Windows password reset disk creation. Install and run it.
STEP 3: INSERT BOOTABLE USB OR CD/DVD TO CREATE ONE RESET DISK.
After inserting bootable USB into computer, choose media type USB and choose password reset disk burning disk. Click “Begin Burning” to start creating password reset disk into USB drive. When you see “Successfully Burning” pop up window comes, exit USB Reset Disk from available computer and plug it into locked computer.
STEP 4: SET COMPUTER BOOT FROM USB
1st , you have to enter BOOT Settings Option by pressing boot key when computer starting. Boot key is different for different computers. 2nd , choose Boot option and remove USB drive or “Removable Devices” to the 1st place of boot list. 3rd save boot changes by F10 key.
STEP 5: REMOVE WINDOWS FORGOTTEN PASSWORD
When computer boots from USB successfully, Windows password recovery tool runs too. Choose Windows and select a user you are going to remove password. And then click “Reset Password” button and Yes to make its password to be blank. The last step is to reboot computer and you can access computer without password. Remember eject USB from computer before it reboots.





THANKS
RAJ THE HACKER
8270859989

HOW TO DELETE GMAIL ACCOUNT PERMANENTLY BY RAJ THE HACKER


HOW TO DELETE GMAIL ACCOUNT PERMANENTLY BY RAJ THE HACKER


To Delete your Gmail account in your risk do the following, on how to permanently delete your Gmail account…
 see the picture below to delete your gmail account....

Be CAREFUL


Photo No.1 to 6






THANKS
RAJ THE HACKER
8270859989

Raj_The_Hacker

Raj_The_Hacker
This is my Image

Popular Posts by RAJ