Friday, February 3, 2012
Create a password protected folder without downloading any software
- Create a new folder and name it whatever you would like.
- Open the folder, right-click on a blank area in it, then select New -> Text Document from the pop-up menu.
- Open the text file you just created by double-clicking it and copy/paste in the following text:
Friday, January 13, 2012
Hide a folder
Follow the following techniques to hide a folder:
1. Suppose we want to hide the folder “ABC”, which is situated at Drive C:\
2.Go to Command Prompt (Start --> Run --> cmd).
3. Type attrib +s +h C:\ABC and press Enter.
4. It will hide your folder.
5. To make it visible again you must go to command prompt and type attrib –s –h C:\ABC and press Enter.
Labels:
Important Topics,
Junk
Sunday, January 8, 2012
Delete the Temporary file of Windows 7 Automatically
1. Open Notepad
2. Copy paste the code given below
cd C:\Users\%username%\AppData\Local
rmdir /S /Q Temp
rmdir /S /Q Temp
3. Save that as sq.bat
4.Double click on it to delete all the temporary files.
To do it automatically,
1. Go to Start Menu ---> All Programs ---> Startup ---> Right Click on it ---> Click Explore
2. Paste the sq.bat file there.
By doing this, it will always delete the temporary files at the start of the windows.
Labels:
Important Topics,
Junk
Monday, November 21, 2011
8086 interview questions
8086 interview questions
- What are the flags in 8086? - In 8086 Carry flag, Parity flag, Auxiliary carry flag, Zero flag, Overflow flag, Trace flag, Interrupt flag, Direction flag, and Sign flag.
- What are the various interrupts in 8086? - Maskable interrupts, Non-Maskable interrupts.
- What is meant by Maskable interrupts? - An interrupt that can be turned off by the programmer is known as Maskable interrupt.
- What is Non-Maskable interrupts? - An interrupt which can be never be turned off (ie.disabled) is known as Non-Maskable interrupt.
- Which interrupts are generally used for critical events? - Non-Maskable interrupts are used in critical events. Such as Power failure, Emergency, Shut off etc.,
- Give examples for Maskable interrupts? - RST 7.5, RST6.5, RST5.5 are Maskable interrupts
- Give example for Non-Maskable interrupts? - Trap is known as Non-Maskable interrupts, which is used in emergency condition.
- What is the Maximum clock frequency in 8086? - 5 Mhz is the Maximum clock frequency in 8086.
- What are the various segment registers in 8086? - Code, Data, Stack, Extra Segment registers in 8086.
Labels:
Important Topics
Sunday, November 20, 2011
Convert Visual Studio 2010 Project into Visual Studio 2008
To Convert Visual Studio 2010 Project into Visual Studio 2008, download the following file and install it (after unzipping it). Then open your project with the installed program and then just convert it.
Labels:
Downloads
Tuesday, November 15, 2011
Free download Data Communications and Networking By Behrouz A. Forouzan
Labels:
Books
Subscribe to:
Posts (Atom)