Today, I am going to show you how to access C Drive . A lot of schools
have blocked C DRIVE from hacking attempts to the school systems/machines.
There are many ways to access the drive. Including CMD, Firefox/Google Chrome etc.
Please follow all your local laws. Read their Legal.
I REPEAT DO NOT DELETE ANY SYSTEM FILES FROM ANY EDUCATIONAL COMPUTERS, IT WILL END BADLY!
Ok that is all over and done with, now for the tutorial.
Now Let us Start
Open Firefox or Google Chrome and type the following in the URL;
c:\
this will not only allow you to open the files, but also download them.
With Command Prompt for win xp user
First of all look for CMD in the search bar in start and see if it is unblocked.
if it is blocked then open the notepad and type command.com a
nd save as anyfile.bat
or type in notepad
Code:
@echo off
start
and save as anyfile.bat
For win 7 user
type in notepad
@echo off
title CMD
:1
set /p a=%cd%^>
%a%
goto :1
and save as anyfile.bat
then after that it will open your command prompt
now access your C drive by simply typing C:
So now you are in C drive. hope this helps