Center for Computer Education

Welcome to our MARS INFOTECH, TANAKPUR. We offer a wide range of courses for individuals looking to enhance their computer skills and knowledge


Enroll today and take your first step towards a brighter future with the knowledge and skills you need to succeed in today's digital world. Contact us to learn more about our courses and enrollment options.

 


Whether you are a beginner looking to learn the basics of computer programming or an experienced professional seeking to upgrade your skills, we have the course for you. Our courses are tailored to meet the needs of every individual, with personalized attention and support from our dedicated instructors

Share:

Folder Permission by Command Line

CACLS Command to restrict any Folder .

You can control your folder permission by using CACLS Command.
To restrict any folder from other user type command 
Syntax:-     cacls  foldername /t  /c /p username:f
Example:-  cacls c:\amit /t /c /p everyone:n
Example:-  cacls c:\amit /t /c /p everyone:f

----------------------------------------------------------------------------------------------------------------
 
Where P=Permission

To get rid of restricted permission 
Syntax cacls foldername  /t /c /g /g username:f
Example :- cacls c:\amit /t /c /p everyone:f
Where G = Grant



Share:

Computer Tips and Tricks

Creating Shutdown Dialog box Shortcut

Create a new text file on your system (recommend to Desktop) open it write down this.
Right click on desktop ->new->text document-> and double click and write following line.
CreateObject("Shell.Application").shutdownWindows()
be careful about case of above line...
save and change extension into (.vbs)
Example:- Shutdown.vbs

Using Keylogger for cracking password

Using key logger utility you will be able to establish full control over your computer. You
will also find out, what was going on your computer in your absence
Keystroke loggingkeylogging is the action of tracking (or logging) the keys struck on a keyboard, typically
in a covert manner so that the person using the keyboard is unaware that their actions are
being monitored.
Keylogger helps you to know the activities of your keyboard
by which you can get the password. it is the simple technique to find the other password
which is widely used by computer administrator.

How to remove password of any user without knowing it

First of all you have to click on start menu and then click on run
start->Run-> type cmd and then type
net user
after that you will see the list of all user choose any user which you want to crack and type
net user username *
Example:-
net user administrator *
and press enter twice times.

Share:

Recent Posts