MCSE Boot Camp Training

Customize the Title bar text of the Internet Explorer.

1. Click Start > Run > Type gpedit.msc
2. Click User Configuration > Windows Setting > Internet Explorer Maintenance > Browser User Interface
3. Double click on Browser Title
4. Click on Customize Title Bars
5. Change the text to what whatever you want
6. Click on Ok

 

Speed Up Browsing
When you connect to a web site your computer sends information back and forth.  Some of this information deals with resolving the site name to an IP address, the stuff that TCP/IP really deals with, not words.  This is DNS information and is used so that you will not need to ask for the site location each and every time you visit the site.  Although Windows XP and Windows XP have a pretty efficient DNS cache, you can increase its overall performance by increasing its size.

You can do this with the registry entries below:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d

Make a new text file and rename it to dnscache.reg.  Then copy and paste the above into it and save it.  Merge it into the registry.


Click here to continue :
 

MCSE Boot Camp | MCSE Training | MCSE Boot camps India | CCNA Boot camp | CCNP Boot camp USA | Microsoft Bootcamp | Cisco Bootcamps | Vibrant

MCSE Security Boot Camp Certification Training Microsoft MCSE

MCSE Security Boot camp, MCSE Security Training, MCSE Security Bootcamp Training, CompTIA Security Boot camp, MCSE Security Specialist Bootcamp, Vibrant

MCSE Security Boot Camp, Security Training, MCSE Security+ Boot camps UK, Comptia Security+ Bootcamp, Vibrant

Security Boot camp, Security Training, MCSE Security Bootcamp Training, CompTIA Security Boot camp, MCSE Security Specialist Bootcamp, Vibrant

UK MCSE Boot Camp, Japan MCSE Training, Australia MCSE Boot camps, CCNA Boot camp, CCNP Boot camp USA, Microsoft Bootcamp, Cisco Bootcamps, Vibrant

 

 

 

MCSE Bootcamp Training - Cheapest, Fast, Guaranteed MCSE certification

 

MCSE Boot Camp, CCNA Bootcamps, CCNP Boot camp Certification Training

MCSE Guide

Free MCSE
Free MCSE Training
MCSE
MCSE 2003
MCSE Books
MCSE Boot Camp
MCSE Brain dumps
MCSE Certification
MCSE Exam
MCSE Free
MCSE Jobs
MCSE Logo
MCSE Online
MCSE Online Training
MCSE Practice
MCSE Practice Exams
MCSE Practice Tests
MCSE Requirements
MCSE Resume
MCSE Salary
MCSE Self Paced Training Kit
MCSE Study
MCSE Study Guide
MCSE Study Guides
MCSE Test
MCSE Testing
MCSE Training
MCSE Training Kit
MCSE Training Video
MCSE Windows 2003
Microsoft MCSE Training
Training MCSE
Windows 2003 MCSE

 

 

OS Fundamentals

SETVER Some MS-DOS-based applications require a specific version of MS-DOS to be running. This file responds to applications that query for the version number and sets the version number required. This command is usually put into config.sys, but is now incorporated into the windows IO.SYS file.

Example of line in config.sys. device=c:\windows\setver.exe

SCANREG Runs the Registry Checker program, which scans your registry. If Registry Checker notices a problem, it automatically replaces the registry with the backup copy.

Windows comes with a DOS version Scanreg.exe located in \windows\command and an windows version Scanregw.exe located in \windows

Command line options for Registry Checker

To restore the backup manually

  • Restart in DOS mode
  • Type scanreg /restore
  • Select latest backup
  • ScanReg and ScanRegW
  • /backup Backs up the registry with no prompts to the user.
  • /comment= Specifies that a comment is attached to the backup, which is displayed with /restore
  • ScanRegW only
  • /autoscan Scans the registry files every time it is run, but only backs up once per day.
  • /scanonly Scans the registry files and returns an error level. Does not back up.
  • ScanReg only
  • /restore Displays a list of backup files available, sorted by date and time of the backup
  • /fix Repairs the registry files
  • Error Codes

  • 2 The registry is bad
  • 0 No problems found
  • -2 Not enough memory; free some memory
  • -3 File not found; one or both of the registry files are missing
  • -4 Unable to create User.dat or System.dat
  • -5 Reading the registry failed
  • -6 Writing to the registry failed
  • -7 Sharing violation (protect mode only); another application has the registry open
  •