adsense

Sunday, October 24, 2010

PRINT USING DOS

If you are working at the Command
Prompt your can modify and print the
text file very easily. There are different
ways to print text a file while working
at the Command Prompt. Assuming
the file you want to print is in your
current folder, you can type here with
your file name with extension. For
example
print filename.txt
and press Enter. Here .txt is the file
extension. You must use the extension.
Now in the same way you can edit this
file before printing with given
command
edit filename.txt
and press Enter. This command opens
the MS-DOS Editor to edit this file. Edit
the file and then press Alt, F, P to print
it.

CREATE SYSTEM DATA BACKUP

Using System State backup technique,
you can create the backup of
windows critical components on any
system drive and this backup file can
be used if the original copy is lost,
damaged, or destroyed. On windows
2000/XP/Vista, system state data
wizard backed up the following
components.
Windows registry
Windows boot files
COM+ class registration database
But if you are running domain
controller, system state data wizard
backed up the following components.
Active Directory
System volume (SYSVOL)
Windows registry
Windows boot files
COM+ class registration database
Follow the given steps to run System
State data backup wizard:
To use this feature, you will need to
be logged into your computer with
administrative rights.
First click on Start button> All
programs> Accessories> System Tools
then click on Backup.
Now by default backup wizard will
start, click on advanced mode option
to change the backup settings.
Here a dialog box will appear with title
."Backup Utility", select "Welcome" tab
and click on Backup Wizard
[Advanced] button to create backup
of windows important components.
Click on Next button to continue
backup wizard.
Now select option "Only back up the
System State date" on what to back
up page and click on Next button.
Here click on Browse button to
specify the destination for backup file
and also set backup file name under
"Type a name for this backup" box
then click on Next button.
Now verify your selected settings and
click on Finish button to start backup
process

HIDE THE SECURITY CENTRE ICON

The security centre application in vista
informs users about their security
setting if not configured properly,by
displaying the balloon in the system
tray.At times,this could prove to be
quite irritating.If you would like to
disable these prompts, follow the steps
below:
right click the security centre icon and
select "open security centre".
Click the "change the way security
centre alerts me"link
from the "do you want to be notified
of security issues"window,click"don't
notify me and don't display the icon
(not recommended).

HOW TO RESET A FORGOTTEN PASSWORD IN XP

If your computer is password
protected and you forgot your
password,just follow the steps below
to reset it:
restart your computer
keep pressing f11 continuesly
there will appear black screen with
option:safe mode,safe mode with
command prompt and safe mode with
networking.
You have to choose safe mode with
command prompt.
There will appear a command prompt
screen
in command prompt you have to
type"net user"and then press enter,
then you have to enter "net user
YOUR ADMINISTRATOR'S Name *, and
then press enter.
There will appear "type password and
confirm password"you will not be able
to see password you typed on screen.
Now you are almost done, restart
computer and type password you
have typed in command prompt.
Tu

SET DEFAULT OS

Many users require multiple operating
systems especially after the launch of
windows vista.If multiple operating
systems are installed on your
system,you would have to select one
from the menu each time your pc
boots.If you are frequently using an
operating system,for example windows
xp,you can configure your system to
select windows xp as the default
operating system.To do so:
double click the "my computer"icon
on your desktop,
in the resulting windows,click the
"system properties"button.
Click the "advanced system
setting"link from the left panel.The
"system properties"dialog box will
appear.
Click the "advanced"tab.
Click the setting button under the
startup and recovery section
select the operating to be set as
default during startup from the
DEFAULT OPERATIng SYSTEM drop
down list
once done click ok.

REDUCE DISK SPACE USAGE

System restore is a prominent utility in
windows that can recover files and
setting in case of system crash.It is a
must to turn on this feature,but at the
same time,it uses a lot of disk space as
well.You can limit the amount of disk
space system restore uses by
executing some commands in the
command prompt.To do so:
click"start"and type cmd in the run
box
type the command "vssadmin list
shadowstorage"and press the ENTER
key.You will now be able to view the
amount of disk space system restore
has occupied.
To change the amount of space
system restore will use,type the
command "vssadmin resize
shadowstorage/for=C:/on=C:/
maxsize=512mb"and press the ENTER
key.Here C:is the drive name whereas
512mb is the storage size.

CREATE AN AUTO FILTER MENU

If you have a spread sheet full of
data,using the auto filter option may
be more easy and effective to use and
maintain that pivot tables.You can
create a dedicated menu command
for the autofilter feature to make your
navigation and usage much quicker.To
create an autofilter menu,carry out
the steps as mentioned below:
go to the "tools|customize"menu
command
once the customize dialog box is
displayed,got to the data|filter
command from the menu bar on top
of the application window.
Keeping the (ctrl)key pressed,drag and
drop the autofilter option on a
comfortable location on your menu
bar.
Click the close button to close the
customize dialog box.You can now
acess the autofilter menu directly from
the menu bar as and when required.