TECH CORNER

Bite Into Technology

How to Prevent access to Specific Drives

To Prevent access to specific drives in Windows

Goto Run->type gpedit.msc

u will get a Group Policy editior window

In that window goto UserConfiguration->Administrative templates ->Windows Components->windows Explorer->

then Click on “Pevent access to drives from my computer”.

It will display a properties dialog box in that
click on the “Enable” radio button and select the drives which u want to prevent access then press apply then ok..It will Prevent access to drives from ur computer..

April 11, 2007 Posted by increa | Windows Hacking | | No Comments Yet

How to Hide Specific Drives

To Hide specific drives in Windows

Goto Run->type gpedit.msc

u will get a Group Policy editior window

In that window goto UserConfiguration->Administrative templates ->Windows Components->windows Explorer->

then Click on “Hide these drives from my computer”.

It will display a properties dialog box in that
click on the “Enable” radio button and select the drives which u want to hide then press apply then ok..It will hide the drives from ur computer..

April 11, 2007 Posted by increa | Windows Hacking | | No Comments Yet

Windows Challenge..Try it

A Challenge for You !!!!!

Do you know that you can not create a folder or file named “CON”(without the quotes) anywhere on your Pc.
If you dont yet know about this go forward and try it yourself.
Try creating a folder named “CON”(without the quotes) anywhere on your hard disk and i am sure you wont be able to do so.

But the bigger challenge is this one !!!

Just copy from here “СON” (without the quotes) and now paste it in your folder or file name .Yes you will be successful now!!!Isnt that strange.

If you write this somewhere else and copy it from there, it wont work. This is the magic.

Reason: The reason is that i am using Unicode. Instead of 67 as the ASCII code of C ,in the Unicode, its code is 1057.That is why i am able to make a folder by this name.

April 8, 2007 Posted by increa | Interesting | | No Comments Yet

Hack Linux Passwd

Breaking ROOT password
reboot ur system and in the GRUB screen,

1) Pause system in the Grub.
2) Press ‘e’
3) Then select the ‘kernel /vmlinuz-xxxx ……’ line in the list of three
lines listed there.
4) Again pres ‘e’
5) Now add a single space in the end of the line and add ‘1′
6) Press ENTER
7) Press ‘b’
6) after getting the shell
7) [shell]# passwd root
8) Thats all you have done it.

April 8, 2007 Posted by increa | Linux | | No Comments Yet