NETSETTER

NETSETTER

ads

Friday, May 18, 2012

CMD TRICKS


Recover Information From Any Corrupt File

To Recover Information From A Corrupt File
follow these steps
goto
start > run > type cmd
when command prompt opens type
recover file.ext

where file is file name & ext is extension of file
for eg you want to recover from abc.txt type
recover abc.txt


note:
If you have a disk with damaged sectors, you can recover as much information as possible from the damaged file. Data that is not damaged can be retrieved but data in damaged sectors will be lost.
Posted by SHRENIK at 10:31 AM 0 comments
Labels: COMPUTER, PC TRICKS, recover lost data
COMMAND PROMPT TRICKS (VERY USEFULL)

create a file that will provide a complete list of files with a particular extension
follow these setps
goto start > run> type cmd

when you enter command prompt
type the following line



dir *.ext /s /b > abc.txt

This command line will create a file called abc.txt. this file will have a list of all the files in that directory and all subdirectories with the .ext extension.
You can then open up this file in any text editor and operate on it.
and also By changing the ext part, you can select different files.
For example, if you wanted to list all of the PDF documents, just type:

dir *.pdf /s /b > abc.txt
Posted by SHRENIK at 10:25 AM 0 comments
compress your data 15% more than normal method

if you compress any file using winrar not much size is reduced



this trick will help you to manage the computer disk space using file compression utilities.


Follow the given steps to compress your data with advanced parameters:
After installation launch winrar, the first screen will appear with many options.


Now right click on your file and then select the option "Add to archive" from the context menu.

Here a window dialog will appear with title "Archive name and parameters".
In General tab, click on "Compression Method" button to select the "Best" option from dropdown menu.
Now select the Advanced tab and click on Compression button to display the advanced compression parameters.
and
Now under the "Text Compression" area,
select "Force" radio button and change the "Prediction order" value to 63 then
change "Memory to use" type to 128.
Now click Ok button to finish the process.
This compression method will help you to compress your data 15% more than normal method.
Posted by SHRENIK at 10:06 AM 0 comments
Labels: COMPUTER TRICKS, PC Tips, PC TRICKS, WINDOWS
Thursday, April 8, 2010Baware of CTRL + C

Be careful while using ctl+c cmd.
when you are using it on internet
Its not the safe thing to do when you are online.
What happens when you press Ctrl+C while you are Online?
This copied data is stored in clipboard and is accessible from the net by a combination of Javascripts and ASP.
yes its true
if u dont believe me
Just try this:
1) Copy any text by Ctrl + C
2) Click the Link:
http://www.sourcecodesworld.com/special/clipboard.asp
3) You will see the text you copied was accessed in the above address.
so please don't keep sensitive data (like passwords, credit
card numbers,PIN etc.)in the clipboard while surfing the web.

how to stop this?
You can stop other from hacking your clipboard content by doing this:
Go to internet options of explorer
tools menu ->Internet option -> Security Custom level
In settings - disable the option
allow past operations via script.


DON'T FORGET JOIN THIS WEBSITE

No comments: