Live chat with me “Technical support”

Please enter your name:
please enter your quire:
please enter your e-mail id:
please enter your phone number:

SEND ME A MAIL FOR ANY HELP.

OR Write you details and comment or if you need any help. E-Mail Form InActive Demo Only Title for Comment Form First Name: Last Name: E-Mail: Home Page (If any): Comments: Copy and Paste:

Title for Comment Form

First Name: Last Name: E-Mail: Home Page (If any): Comments:

Wednesday, July 8, 2009

Windows 7 details

 
 

Hello… friends

                      I got something new. You all heard about windows 7. It's a good windows if you are using windows vista (ultimate) then you will love to work on windows7. This window is not for those people who use low configuration pc, for using windows7 following are the minimum configuration.

A blank DVD

 PC with a DVD burner

A PC for testing with these system requirements:

1 GHz or faster 32-bit (x86) or 64-bit (x64) processor

1 GB RAM (32-bit) / 2 GB RAM (64-bit)

16 GB available disk space (32-bit) / 20 GB (64-bit)

DirectX 9 graphics processor with WDDM 1.0 or higher driver

 

How to install the Windows 7 RC

1)       Visit the Windows 7 RC download page. "http://technet.microsoft.com/hi-in/evalcenter/dd353205(en-us).aspx?ITPID=mscomsc "  

2)       Choose your language.

3)       Choose a 32-bit or 64-bit version of the RC. To see if your computer can run a 64-bit version of Windows, in Performance Information and Tools (Start>Control Panel>Performance Information and Tools) click View and print details and then look under 64-bit capable. For more information that might help with your decision, see 32-bit and 64-bit Windows: Frequently asked questions.

4)       Get a Windows 7 RC product key. (You can use the RC for 30 days without a product key, and then you'll need it for activation.)

NOTE: - if you are not having windows live id then see on the right hand side you will find in the last sin up for windows live id.

 

Create an installation DVD 

The RC download is an ISO file, which you'll need to burn onto a blank disc before you can install it. To do that, you'll need to use software designed for burning ISO files.

In addition to commercial ISO burning software, there are free programs such as ISOBuster and Active ISO Burner. To find one, go to a site such as Download.com or Tucows and search for "ISO," "DVD," and "burn".

Follow the instructions that came with your program to create a Windows 7 RC installation disc.

 

 

Regards,
Yatin.kapoor
Zenith Infotech Ltd
 

 

Saturday, July 4, 2009

How to Create Password-Protected Folder in Windows XP without any Software?

1) Copy and paste the following code into Notepad.
 
cls
@ECHO OFF
title Folder Personal
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Personal goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Personal "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==pwd123 HERE goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Personal
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Personal
echo Personal created successfully
goto End
:End
 
 
2) Save the file as secret.bat ( or whatever name that you prefer but make sure the file end with .bat extension )
3) Move secret.bat batch file to the directory that you want to create your protected folder.
4) Run the batch file by double-clicking it. A folder with the name "Personal" will be created.
5) Now, you can insert any file into the folder.
6) To lock the folder, you need to run the batch file again. A command prompt will pop up and asked whether you want to lock the folder. Key in 'Y' (for Yes) and hit Enter. Your folder becomes invisible.
7) To unlock the folder, run the batch file. You will be prompted to enter the password. Enter the password (default = pwd123 ), hit enter. The folder appears.
 

You can change the name of the password-protected folder. You need to edit the batch file before you run the batch file for the first time, replace the word "Personal" with your desired name. There is a total of 6 words to replace. If you don't prefer the default password, change the "pwd123″ with your desired password.

Note : Anyone can open the batch file and view your password. For precaution, you might want to keep the batch file on separate directory or on pen drive. When you want to open the password-protected folder, you can copy the batch file to the location where you keep the protected folder and run it.

 
Regards,
Yatin.kapoor
Zenith Infotech Ltd
 

 

Tuesday, June 30, 2009

Make your system more easy and fast.

                                                                                   

 Make your system more easy and fast.

1 - MsConfig

Most of you will be familiar with MsConfig, which is basically a built-in system configuration utility for Windows. Open it up by simply going to Start -> Run..., then type 'msconfig' in the box and press enter. Now, the tab we are interested in here is the 'Startup' tab... simply click on it and you should see a screen similar to the one below.

This box displays all of the programs that will be started when Windows boots up. None of these programs are vital for Windows, so don't feel worried about removing some of them in experimentation. You can see from the screenshot that I have disabled both NDetect (ICQ's start-up program) and WinAmpa (WinAmp, obviously). Now, if you've unchecked some boxes, Windows should start up faster and will take less resources by not running these programs in the background.



#2- More Startup Tweakage

Now we're going to take the tweak above and go one step futher. Go to Start -> Run again, then type 'services.msc'. You should get:
This is a more detailed list of processes that are starting up with Windows. All those items with 'Automatic' listed next to their names are booting with Windows. Click on the items to find out just what they do. If you decide you don't need a certain service, you can simply right-click on it and change it's properties from 'Automatic' to 'Manual'.


#3 - Speeding Up Internet Explorer

This is a handy little trick you can use with Internet Explorer 6 (which ships with XP) to make it boot up extremely fast - instantly, on my system :). This should be familiar to those of you who have created shortcuts for Half-Life mods and the like. For those of you who aren't familiar, simply right-click on a shortcut to Internet Explorer (such as the one in the Quicklaunch bar) and add the parameter '-nohome' to the end of the command line, like so:
Target: Program Files\Internet Explorer\IEXPLORE.EXE" -nohome



#4 - Proformance Increase through My Computer

Easy enough tweak to usually find out about it on your own, but still, some of use still don't find it right away. So here it is:
1: Start > Right Click on My Computer and select properties.
2: Click on the "Advanced" tab
3: See the "Perfomance" section? Click "Settings"
4: Disable the following:

Fade or slide menus into view
Fade or slide ToolTips into view
Fade out menu items after clicking
Show Shadows under menus
Slide open combo boxes
Slide taskbar buttons
Use a background image for each folder type
Use common tasks in folders

There, now Windows will still look nice and perform faster.



#5 - GPEDIT.MSC And Autoplay

A great tweaking file that comes with XP is gpedit.msc. Go to Start -> Run... and then type in 'gpedit.msc' and press enter. This is effectively the Policies Editor, and it comes in handy often. For example, if you hate CD autoplay like I do and want to permanently disable it, you can use this tool to do so. Just run gpedit.msc, then go to Computer Configuration -> Administrative Templates -> System. In here you can see the value 'Turn Off Autoplay'. Right-click on it and then click 'Properties'.
Now you can simply play around with the settings for this and other values in these folders, customizing appearance and performance issues.



#6 - Increasing Options In Add/Remove Menu

Not a fan of MSN Messenger? don't want Windows Media Player on your system? Fair enough, but if you go to Add/Remove Programs in the Control Panel, by default none of Windows XP's 'built in' programs are visible. it's fairly easy to change, though... just open the file X:\Windows\inf\sysoc.inf (where X: is the drive letter where Windows XP is installed) in Notepad. You should see a section of the file something like this:

[Components]
NtComponents=ntoc.dll,NtOcSetupProc,,4
WBEM=ocgen.dll,OcEntry,wbemoc.inf,hide,7
Display=desk.cpl,DisplayOcSetupProc,,7
Fax=fxsocm.dll,FaxOcmSetupProc,fxsocm.inf,,7
NetOC=netoc.dll,NetOcSetupProc,netoc.inf,,7
iis=iis.dll,OcEntry,iis.inf,,7
com=comsetup.dll,OcEntry,comnt5.inf,hide,7
dtc=msdtcstp.dll,OcEntry,dtcnt5.inf,hide,7
IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7
TerminalServer=TsOc.dll, HydraOc, TsOc.inf,hide,2
msmq=msmqocm.dll,MsmqOcm,msmqocm.inf,,6
ims=imsinsnt.dll,OcEntry,ims.inf,,7
fp_extensions=fp40ext.dll,FrontPage4Extensions,fp40ext.inf,,7
AutoUpdate=ocgen.dll,OcEntry,au.inf,hide,7
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
RootAutoUpdate=ocgen.dll,OcEntry,rootau.inf,,7
IEAccess=ocgen.dll,OcEntry,ieaccess.inf,,7

This is a list of all components installed at the moment. I've taken the example of MSN Messenger - the program entry called 'msmsgs', third-last line. You can see the word 'hide' highlighted - this is the string which tells Windows not to display the component in the Add/Remove Programs list. Fix this up by simply deleting the word 'hide' like so:

msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7

To this:

msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,,7

Now, after restarting, you should be able to see MSN Messenger in the Add/Remove Programs list. If you want to be able to quickly view and remove all components, simply open the sysoc.inf file and do a global find and replace for the word ",hide" and replace it with a single comma ",".



#7 - Get rid of IM and no slow OE startup

If you have OE 6 got to tools > windows messenger > options > preferences and in the general area uncheck "run this program when windows starts" and "allow this program to run in the background." After doing this IM does not load on startup and OE loads as usual.



#8 - Edit Hidden System Settings using Group Policy Editor

Windows XP has a great program called Group Policy Editor that allows system administrators to modify the settings to a great number of windows features. TO start the program up follow the directions below.

1. Open the start menu and click Run
2. Type gpedit.msc
3. The Group Policy MMC appears
4. Click through the different nodes of the tree to see all the hidden features of Windows XP that you can edit without touching the registry.

Examples: Changing IE displays, Clearing the pagefile at shutdown, boot-time defrag settings, and many many more

Another tip is to add this to your Administrative Tools by adding the shortcut to gpedit.msc



#9 - Memory Performance Tweaks

The next few memory tweaks can be performed with Windows XP - all of them are located in the

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory Management
section of the registry.



9a - Disable Paging Executive

In normal usage, XP pages sections from RAM memory to the hard drive. We can stop this happening and keep the data in RAM, resulting in improved performance. Note that only users with a large amount of RAM (256MB+) should use this setting. The setting we want to change to disable the 'Paging Executive', as it is called, is called DisablePagingExecutive. Changing the value of this key from 0 to 1 will de-activate memory paging.




9b - System Cache Boost
Changing the value of the key LargeSystemCache from 0 to 1 will tell Windows XP to allocate all but 4MB of system memory to the file system cache, basically meaning that the XP Kernel can run in memory, greatly improving it's speed. The 4MB of memory left is used for disk caching, but if for any reason more is needed, XP allocates more. Generally, this tweak improves performance by a fair bit but can, in some intensive applications, degrade performance. As with the above tweak, you should have at least 256MB of RAM before attempting to enable LargeSystemCache.




9c - Input/Output Performance
This tweak is only really valuable to anyone running a server - it improves performace while a computer is performing large file transfer operations. By default, the value does not appear in the registry, so you will have to create a REG_DWORD value called IOPageLockLimit. The data for this value is in bytes, and defaults to 512KB on machines that have the value. Most people using this tweak have found maximum performance in the 8 to 16 megabyte range, so you will have to play around with the value to find the best performance. Remeber that the value is measured in bytes, so if you want, say, 12MB allocated, it's 12 * 1024 * 1024, or 12582912. As with all these memory tweaks, you should only use this if you have 256MB or more of RAM.



#10 - Speeding Up Share Viewing

This is a great tweak. Before I found it, I was always smashing my head against the table waiting to view shares on other computers. Basically, when you connect to another computer with Windows XP, it checks for any Scheduled tasks on that computer - a fairly useless task, but one that can add up to 30 seconds of waiting on the other end - not good! Fortunately, it's fairly easy to disable this process. First, navigate to HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace in the Registry. Below that, there should be a key called {D6277990-4C6A-11CF-8D87-00AA0060F5BF}. Just delete this, and after a restart, Windows will no longer check for scheduled tasks - mucho performance improvement!



#11 - Prioritizing Individual Processes

This is so simple it's not funny, but it leads into the next tweak... anyway, if you press Control+Alt+Delete, then click on the 'Processes' tab, you should get a dialog like the one above. You can see a list of all the processes running at the time. Now, if you are running a program that you want to dedicate more processing time to - eg, 3D Studio Max, as in my example, you can just right-click on the process, move your cursor down to 'Set Priority >', then select how high you want that program prioritized. While I'm checking my email, I might want a Normal priority for Max, but if I leave my Computer, I can increass it to 'RealTime' to get the most rendering done. Easy!



#12 - Prioritizing IRQs

The last tweak for this guide - and a good one. The main components of your computer have an IRQ number assigned to them. With this tweak we can increase the priority given to any IRQ number, thereby improving the performance of that component. The most common component this tweak is used for is the System CMOS/real time clock, which improves performance across the board. First of all, decide which component you want to give a performance boost to. Next, you have to discover which IRQ that piece of hardware is using. To do this, simply go to Control Panel, then open the System panel (You can also press the shortcut of Windows+Break). Click the 'Hardware' tab, then on the 'Device Manager' button.

Now, right click on the component you want to discover the IRQ for and click 'Properties', then click on the 'Resources' tab.

You can plainly see which IRQ this device is using (if there is no IRQ number, select another device). Remember the number and close down all of the dialog boxes you have opened, then start up RegEdit. Navigate to HKEY_LOCAL_MACHINESystemCurrentControlSetControlPriorityControl in the registry. Now, we have to create a new DWORD value - called IRQ#Priority (where '#’ is the IRQ number), then set the data to 1. For example, the IRQ of my System CMOS is 8, so I would create the key IRQ8Priority.

Now, after restarting, you should notice improved performance in the component you tweaked. I would strongly recommend the CMOS, as it improves performance around the board. Also note that you can have multiple IRQ prioritized, but it is fairly inefficient and can cause instability. To remove this tweak, simply delete the value you created.



#13 - Speed up Detailed view in Explorer

If you like to view your files in Windows Explorer using the "Details" view here is a tweak to speed up the listing of file attributes:

Viewing files in Windows Explorer using the "Details" mode shows various attributes associated with each file shown. Some of these must be retrieved from the individual files when you click on the directory for viewing. For a directory with numerous and relatively large files (such as a folder in which one stores media, eg: *.mp3's, *.avi's etc.) Windows Explorer lags as it reads through each one. Here's how to disable viewing of unwanted attributes and speed up file browsing:

1. Open Windows Explorer
2. Navigate to the folder which you wish to optimize.
3. In "Details" mode right click the bar at the top which displays the names of the attribute columns.
4. Uncheck any that are unwanted/unneeded.

Explorer will apply your preferences immediately, and longs lists of unnecessary attributes will not be displayed.
Likewise, one may choose to display any information which is regarded as needed, getting more out of Explorer.



#14 - Accelerate Your WinXP by Speeding Diskcache

Diskcache plays a very important role in WinXP. However, the default I/O pagefile setting of XP is conservative, which limits the performance. Some better values for different RAM are given below.

1. run "regedit";
2. goto [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\IoPageLockLimit];
3. modify the value in Hex depending on the size of your RAM:
RAM: modified value(Hex)
64M: 1000;
128M: 4000;
256M: 10000;
512M or more: 40000.
4. reboot.

Though some good tools (such as "Cacheman") can do this, it is an interesting experience for you to work it out by yourself and let your XP fly.



#15 - Clean your prefetch to improve performance

This is an unique technique for WinXP. We know that it is necessary to wash registry and TEMP files for Win9X/ME/2000 periodly. Prefetch is a new and very useful technique in Windows XP. However, after using XP some time, the prefetch directory can get full of junk and obsolete links in the Prefetch catalog, which can slow down your computer notablely. My suggestion is: open C(system drive):/windows/prefetch, delete those junk and obsolete files,reboot. It is recommended that you do this every month.




#16 - Improve NTFS Performance


The NTFS file system is the recommended file system because of its advantages in terms of reliability and security and because it is required for large drive sizes. However, these advantages come with some overhead. You can modify some functionality to improve NTFS performance as follows:

1. Disable creation of short names. By default, NTFS generates the style of file name that consists of eight characters, followed by a period and a three-character extension for compatibility with MS-DOS and Microsoft® Windows® 3.x clients. If you are not supporting these types of clients, you can turn off this setting by changing the default value of the NtfsDisable8dot3NameCreation registry entry (in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Filesystem) to 1.

2. Disable last access update. By default NTFS updates the date and time stamp of the last access on directories whenever it traverses the directory. For a large NTFS volume, this update process can slow performance. To disable automatic updating, change the value of the NtfsDisableLastAccessUpdate registry entry (in HKEY_LOCAL_MACHINE\SYSTEM\CurrentContolSet\Control\Filesystem) to 1. If the entry is not already present in the registry, add it before setting the value. (Add it as a REG_DWORD)

3. Reserve appropriate space for the master file table. Add the NtfsMftZoneReservation entry to the registry as a REG_DWORD in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem. When you add this entry to the registry, the system reserves space on the volume for the master file table. Reserving space in this manner allows the master file table to grow optimally. If your NTFS volumes generally contain relatively few files that are typically large, set value of this registry entry to 1 (the default). Typically you can use a value of 2 or 3 for moderate numbers of files, and 4 (the maximum) if your volumes tend to contain a relatively large number of files. However, be sure to test any settings greater than 2 because these higher values cause the system to reserve a much larger portion of the disk for the master file table.

Reboot after making changes.



#17 - SystemPages Memory Tweak

Not 100% sure if this tweak will yield a great performance boost to the majority of users out there, but for me it seems to have shown very good results. By default, if you look in the [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]key, you'll see the 'SystemPages' DWORD Value set to something around 500 MB (more accurately, 524288 (KB), or something close to that value). Simply reduce the value to something around 128 MB (131072 KB) or 256 MB (262144 KB). Personally, I'm using the 128 MB setting, since my total RAM is 256 MB. It might help to experiment a little, since each machine will most likely yield better or worse results. Good Luck!



#18 - System Configuration Utility
Views: 39968 | Print Tweak | 10/15/2001


To Get to the System Configuration Utility
Click Start
Click Help and Support
Click Tools
On the left Select System Configuration Utlity



#19 - Speed up menu display

When using the start menu the you will notice a delay between different tiers of the menu hierarchy. For the fastest computer experience possible I recommend changing this value to zero. This will allow the different tiers to appear instantly.

Start Regedit. If you are unfamiliar with regedit please refer to our FAQ on how to get started.
Navigate to HKEY_CURRENT_USER\Control Panel\Desktop
Select MenuShowDelay from the list on the right.
Right on it and select Modify.
Change the value to 0.
Reboot your computer.



#20 - Disable unnecessary services to free system resources

Services are programs that run when the computer starts up and continue to run as they aid the operating system in functionality. There are many services that load and are not needed which take up memory space and CPU time. Disabling these services will free up system resources which will speed up your overall computer experience. I recommend that you sort through the list and read the descriptions to decide if you need that service depending on what you want to do with your computer. Remember, you can always turn the service back on if you find that you need it in the future. Below is the procedure to turn off a service.

Click the start button.
Select run from the bottom of the right column.
Then type services.msc in the box and click ok.
Once the services window has loaded we are ready to turn off unneeded services.
For instructional purposes we are going to turn off the Portable Media Serial Number service.
Find this service in the list and select it with the mouse.
Right click and select Properties.
Once the properties windows has loaded locate the Start up type drop down box and select disable.
Then just click ok and the next time the computer starts the service will not be loaded.

 
Regards,
Yatin.kapoor
Zenith Infotech Ltd

Change Windows remote desktop port number



This tutorial will explain how using registry editor to change the Remote Desktop Protocol (RDP) port number on your Windows 2003 / XP / Vista, Windows 7 .
This will be useful when you are behind a firewall or NAT and the default port 3389 is disabled.

Also, there are many scanning bots ran on hacked servers trying to brute-force the administrator password on other computers with Windows OS. As it takes a lot of resources the whole range of port to be scanned on every server, the bots are set to try only a short range to see whether particular service is running.

Changing the port will decrease the chance your server to become a target of brute-force attacks via Remote Desktop Protocol. Basically this will hide the server from automated scans looking for RPD.

To change the port you will need to start Windows Registry Editor.

Go to : Start -> Run... type 'regedit' and press OK

Expand the registry folders to:

HKEY_LOCAL_MACHINE > System > CurrentControlSet > Control > TerminalServer > WinStations > RDP-Tcp

Then locate the following registry subkey :

PortNumber

On the Edit menu, click Modify, and then on the Edit DWORD Value click Decimal which will show us the exact port number.

Type the new port number, and then click 'OK' button.

Quit Registry Editor and restart your computer.
Make sure the firewall has the new port opened!
If you do not set access enabled for that specific new port, you wont be able to have access via remote computer.

Hope this tutorial brought some help about how to change the Remote Desktop Port



Reboot the pc after finished the work.



Regards,
Yatin.kapoor
Zenith Infotech Ltd

Wednesday, June 10, 2009

How to Transfer FSMO Roles

To transfer the FSMO roles by using the Ntdsutil utility, performed the following Steps;-

1.First of all log on to Domain and Domain Controller running Windows 2000 Server-or Windows Server 2003 is located in the forest where FSMO roles are being transferred. First make sure to log on to the domain controller that you are assigning FSMO roles to. Make sure that the user must be a member of the Enterprise Administrators group to transfer Schema Master or Domain naming master roles, or a member of the Domain Administrators group of the domain where the PDC emulator, RID master and the Infrastructure master roles are being transferred.
2.Click on Start, and then select Run, type then command ntdsutil and then OK to proceed.
3.After performing step 2, type the Roles which one by and then press ENTER to transfer.
4.Type connections, and then press ENTER to continue.
5.Then after doing step 4 type: connect to server servername, and then press ENTER, where servername is the domain controller name which you want to assign the FSMO Role to.
6.At the server connections prompt, type q, and then press ENTER to Quite the Current window.
7.To transfer the simply type, transfer role, where role is the role that you want to transfer. To get hep about how to transfer role simply type question mark ? at the fsmo maintenance, and then press ENTER, or you can see the list of roles as given below. For example, to transfer the RID master role, simply type transfer rid master. There is PDC Emulator role, whose syntax is transfer pdc, but not transfer pdc emulator this is the main exception here.
FSMO role Partition

Schema CN=Schema,CN=configuration,DC=

Domain Naming Master CN=configuration,DC=

PDC DC=

RID DC=

Infrastructure DC=

To exit the Window of fsmo maintenance, simply type q, and then press ENTER to gain access to the ntdsutil prompt and then type same command as, q, and press Enter to Close the Windows.

What’s New in Server 2008 AD DS Installation Process

Introduction
Here in this topic or article it is mentioned about the new method and process of installing and removing AD DS Windows Server 2008.
There is new installation of AD DS in Windows Server 2008. But where there are no new installations options available for AD DS in Microsoft Windows Server 2008 R2. In MS Windows Server 2008 R2 has new Domain and Forest Functional Levels which you can choose during or after an AD DS installation.

The location of Adprep.exe is completely different both in Windows Server 2008 and Windows Server 2008 R2. Always remember that before adding a domain controller that runs Windows Server 2008 or Windows Server 2008 R2 to an existing Windows 2000 Server or Windows Server 2003 Active Directory environment run Adprep.exe first is mandatory. The Windows Server 2008 operating system installation disk keeps the Adprep.exe file in /Sources/adprep folder, but in Windows Server 2008 R2, Adprep.exe is located in the /Support/adprep folder.

Both 32-Bit and 64-Bit version of Adprep.exe is included in Windows Server 2008 R2. Where 64-bit version runs by default. But make sure that if you are running 32 bit computer then always try to run a 32-bit version of Adprep.exe (Adprep32.exe).

* The new installation options are as given below:-
o RODC option.
o DNS option.
o New options in the Active Directory Domain Services Installation Wizard.
o New unattended installation options.
o Global catalog server option (GCS).
* New installation options of Windows Server 2008 is as mentioned below:
o Full installation of Windows Server 2008 or Windows Server 2008 R2
o Server Core installation of Windows Server 2008 or Windows Server 2008 R2
* Windows Server 2008 R2 includes Active Directory Administrative Center, which provides an enhanced Active Directory data management experience and a rich graphical user interface (GUI). Active Directory Administrative Center relies on Active Directory Web Services (ADWS), which requires TCP port 9389 to be open.

New AD DS installation Wizard
To add the AD Ds server role interactively, you can use the Active Directory Domain Services Installation Wizard. You can access the Active Directory Domain Services Installation Wizard in new ways, as follows:

* You can use the Add Roles Wizard in the following ways:-
o Click on Add Roles in Initial Configuration Tasks, then the application that appears when you first install the operating system.
o Then after that click on Add Roles in Server Manager, which is integrated with the Administrative Tools menu.

To install AD DS, you must run Dcpromo.exe. The process of installing AD DS by using dcpromo.exe, you can follow the given steps or methods.

Click Start, then select Run, and then type dcpromo, and then click OK, to proceed, as in previous versions of the Windows Server operating system.

The Installation Wizard of Active Directory Domain Services contains a new option on the Welcome page of the wizard to enable advanced mode as an alternative to running dcpromo with the /adv switch (dcpromo /adv). Advanced mode contains additional options that enable more advanced configurations.

The additional installation options in advanced mode include the following:

* Creating a new domain tree.
* Install from Media (IFM), in which you use backup media from an existing domain controller in the same domain or you create installation media by running the ntdsutil ifm command on a domain controller that runs Windows Server 2008 or Windows Server 2008 R2. You can then point to the installation media during the installation of AD DS to reduce network traffic that is associated with initial replication.
* Selecting the source domain controller for the installation. This enables you to control which domain controller is used to initially replicate domain data to the new domain controller.
* Modifying the NetBIOS name that the wizard generates by default.
* Defining the Password Replication Policy (PRP) for an RODC.

RODC option
RODC is the new in Windows Server 2008 where in Windows server 2003 PDC is used. Where an RODC hosts read-only partitions of the AD DS database. RODC is also used in remote location or remote server to deploye domain controller easily where the physical security requirements of a writable domain controller cannot be met.

New server operating system installation Winzards
There are two types of installation wizard in Windows Server 2008 and 2008 R2 is called a Server Core installation, in addition to the full installation. Both of these two installation process are as mentioned below.

1. 1. Full installation
Windows Server 2008 Full Installation Wizard supports both interactive and unattended Domain Controller installation.

1. 2. Server Core installation
A Server Core installation of Windows Server 2008 or Windows Server 2008 R2 mean that it uses a specific server roles, which reduces servicing and management requirements and the attack surface for those server roles. In this sense, “minimal” refers to the low use of memory and disk space by the Server Core installation.

To install AD DS on a Server Core installation, perform an unattended installation. A Server Core installation supports the following server roles:

* Active Directory Domain Services (AD DS)
* Active Directory Lightweight Directory Services (AD LDS)
* Dynamic Host Configuration Protocol (DHCP) Server
* DNS Server
* File Services
* Print Services
* Streaming Media Services
* Web Services (without ASP.NET on a server running a Server Core installation of Windows Server 2008 but with ASP.NET on a server running a Server Core installation of Windows Server 2008 R2)

How to Fix Windows Operating System Boot Problem

This error occurs when some of the given problem persist during installation or during start up.

1.The Windows Boot Manager (Bootmgr) entry is not present in the Boot Configuration Data (BCD) store.
2.The Boot\BCD file on the active partition is damaged or missing.
Solution

There are some methods to resolves this error are as mentioned……

Method 1:—-

Repair the BCD store by using the Startup Repair option.
You can use the Startup Repair option in the Windows Recovery Environment to repair the BCD store.

To do this, follow these steps:

1. Try to insert Microsoft Windows Vista installation / Bootable disc in the CD ROM Drive, and then Restart the computer.
2. During Start up you will be prompted to Press a key.
3. And then Select a LANGUAGE, a TIME, a CURRENCY, and a keyboard layout and settings or another input method, and then click Next.
4. And then there is option Click Repair your computer.
5. Try to choose the operating system that you want to repair, and then click Next.
6. In the System Recovery Options dialog box, click Startup Repair.
7. Then Restart the computer.




Method 2:

Rebuild the BCD store by using the Bootrec.exe tool.

If the previous method does not resolve the problem, you can rebuild the BCD store by using the Bootrec.exe tool in the Windows Recovery Environment.

To do this, follow these steps:

1. First insert the Microsoft Windows Vista Installation or Bootable CD or DVD in the CD ROM or DVD ROM Drive and then start the computer.
2. During Start you will be prompted to press any key for further setup then Press Any KEY.

3. And then Select a LANGUAGE, a TIME, a CURRENCY, and a keyboard layout and settings or another input method, and then click Next.
4. Then try to click on Repair your computer to Start Repairing.
5. The Choose the operating system you want to repair, and then click Next.
6. In the System Recovery Options dialog box, click on Command Prompt.
7. On Command Prompt type this command Bootrec /RebuildBcd, and then press ENTER •

** If the Bootrec.exe tool runs successfully, it shows the installation path of a Windows directory. To add the entry to the BCD store, type Yes. After Pressing YES a confirmation message appears that indicates the entry was ADDED successfully.
** If the Bootrec.exe tool cannot locate any missing Windows installations, you must remove the BCD store, and then you must re-create it. To do this, type the following commands in the order in which they are presented. Press ENTER after each command.

Bcdedit /export C:\BCD_Backup
ren c:\boot\bcd bcd.old
Bootrec /rebuildbcd

After typing try to ….

8. Restart the computer.

Categories: Windows Xp · windows 2000 · windows 2003 · windows 7 · windows 98 · windows ME · windows NT · windows vista
Tagged: Boot Configuration Data (BCD), Bootable CD or DVD in the CD ROM or DVD ROM Drive, Bootmgr, Bootrec.exe

BENEFITS OF WINDOWS VISTA OVER WINDOWS XP
May 28, 2009 · No Comments
There some of the features and advantages of vista over Windows XP. Some of them are as mentioned and discussed bellow…..

1.SECURITY FEATURES: Windows Vista has already added new type of security system features like the Bit Locker, Drive Encryption, and a powerful User Account Control (UAC), and the latest version of Windows Defender etc….
1.WINDOWS FIREWALL: There are two types of Firewalls in Windows Vista: The standard one which is also commonly available in Windows XP and the other one is a much more advanced Firewall having new feature of Bidirectional Filters. These filters scan both of the Incoming and Outgoing Data.
2.PARENTAL CONTROLS: This is also one of the best and feature and plays very-very important role in controlling anything on the stand alone computer running vista protect from teenagers, or children etc. By using this feature parents can regulate the sites which their child can view or not. It helps them to act like an administrator and restrict other users.
3.WINDOWS MEDIA PLAYER 11: This is the latest version of the Windows Media Players of Microsoft on windows platform is very – very smooth in use but typical. There lots of advantages in Windows Media Player 11 are as, that WMP 11 can work on network also and is attractive.
4.WINDOWS SEARCH: This facility allows user to search any types of application, file or a folder from anywhere.
5.ATTRACTIVE INTERFACE: This is one of the most striking differences between both Vista and XP. The interface of Vista is much better and attractive in comparison to Windows XP. The sidebar is also another one of the best feature in Vista having and contains Windows Gadgets like a Clock, a Calendar, a Currency Exchange and an Ms Office Inbox Representation. These gadgets are of great use.

CD and DVD Drive missing in XP & Vista

CD and DVD drive is missing due to the Windows Registry have corrupted. To fix this problem, try to use Registry Editor to delete the corrupted Registry entries. To use this method, you must be logged on to Windows as an Administrator or the Member of this group. If you need help you can visit the following Microsoft Web site: http://support.microsoft.com/gp/admin (http://support.microsoft.com/gp/admin)

1. Microsoft Windows Vista
1. Click on START button,
2. And then click on RUN and then,
3. Type regedit, in Run box, and then click OK to proceed.
If you are prompted for an administrator password or for a confirmation, type the password, or click Allow.
4. In the navigation pane, locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}
5. In the Right Pane, of the registry, click on the UpperFilters.
b Note You may also see an UpperFilters.bak registry entry. You do not have to remove that entry. Click UpperFilters only. If you do not

see the UpperFilters registry entry, you still might have to remove the LowerFilters registry entry. To do this, go to step 8.
6. On the Edit menu, click Delete.
7. When you are prompted to confirm the deletion, click Yes.
8. In the right pane, click LowerFilters.

Note If you do not see the LowerFilters registry entry, unfortunately this content cannot help you any further. Go to the “Next Steps” section for information about how you can find more solutions or more help on the Microsoft Web site.
9. On the Edit menu, click Delete.
10. When you are prompted to confirm the deletion, click Yes.
11. Exit Registry Editor.
12. And finally Restart the computer.
2. Microsoft Windows XP
1. Click on Start, and then click Run.
2. In the Open box, type regedit, and then click OK to proceed.
3. In the navigation pane, locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}
4. In the right pane, click UpperFilters.

Note You may also see an UpperFilters.bak registry entry. You do not have to remove that entry. Click UpperFilters only. If you do not see the UpperFilters registry entry, you still might have to remove the LowerFilters registry entry. To do this, go to step 7.
5. On the Edit menu, click Delete.
6. When you are prompted to confirm the deletion, click Yes.
7. In the right pane, click LowerFilters.

Note If you do not see the LowerFilters registry entry, unfortunately this content cannot help you any further. Go to the “Next Steps” section for information about how you can find more solutions or more help on the Microsoft Web site.
8. On the Edit menu, click Delete.
9. When you are prompted to confirm the deletion, click Yes.
10. Exit Registry Editor.
11. Restart the computer.

Monday, June 8, 2009

Microsoft utility Download.

Microsoft utility Download.
Now you can download Microsoft utility from the below link
http://technet.microsoft.com/en-us/bb403698.aspx
Utility like:-
Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats
Windows Internet Explorer 8 for Windows XP
Update for Windows XP (KB932823)
.NET Framework Version 2.0 Redistributable Package (x86)
Windows Internet Explorer 7 for Windows XP
DirectX End-User Runtime
Windows Malicious Software Removal Tool
The 2007 Microsoft Office Suite Service Pack 2 (SP2)
Windows Server 2008 Service Pack 2 and Windows Vista Service Pack 2 - Five Language Standalone (KB948465)
.NET Framework 3.5

What is my IP check your IP address

Now you can check you IP address.
http://www.whatismyip.com/

Send free unlimited SMS

Now you can send unlimited SMS from your pc to any mobile number in any part of the word, just visit to the following links and fill the details and start SMS to you friends, in free of cost.

http://www.atrochatro.com/
http://www.mysmsindia.com/
http://www.160by2.com/index.aspx

Multiple remote sessions on windows XP


CONCURRENT REMOTE DESKTOP SESSIONS IN WINDOWS XP SP2
I mentioned before that Windows XP does not allow concurrent sessions for its Remote Desktop feature. What this means is that if a user is logged on at the local console, a remote user has to kick him off (and ironically, this can be done even without his permission) before starting work on the box. This is irritating and removes much of the productivity that Remote Desktop brings to Windows. Read on to learn how to remove that limitation in Windows XP SP2
A much touted feature in SP2 (Service Pack 2) since then removed was the ability to do just this, have a user logged on locally while another connects to the terminal remotely. Microsoft however removed the feature in the final build. The reason probably is that the EULA (End User License Agreement) allows only a single user to use a computer at a time. This is (IMHO) a silly reason to curtail Remote Desktop's functionality, so we'll have a workaround.
Microsoft did try out the feature in earlier builds of Service Pack 2 and it is this that we're going to exploit here. We're going to replace termserv.dll (The Terminal Server) with one from an earlier build (2055).
To get Concurrent Sessions in Remote Desktop working, follow the steps below exactly:
1. Download the termserv.zip file below and extract it somewhere. (You have to be registered to see the file)
2. Reboot into Safe Mode. This is necessary to remove Windows File Protection.
3. Copy the termserv.dll in the zip to %windir%\System32 and %windir%\ServicePackFiles\i386. If the second folder doesn't exist, don't copy it there. Delete termserv.dll from the dllcache folder: %windir%\system32\dllcache
4. Merge the contents of Concurrent Sessions SP2.reg file into the registry.
5. Make sure Fast User Switching is turned on. Go Control Panel -> User Accounts -> Change the way users log on or off and turn on Fast User Switching.
6. Open up the Group Policy Editor: Start Menu > Run > 'gpedit.msc'. Navigate to Computer Configuration > Administrative Templates > Windows Components > Terminal Services. Enable 'Limit Number of Connections' and set the number of connections to 3 (or more). This enables you to have more than one person remotely logged on.
7. Now reboot back into normal Windows and try out whether Concurrent Sessions in Remote Desktop works. It should!
If anything goes wrong, the termserv_sp2.dll is the original file you replaced. Just rename it to termserv.dll, reboot into safe mode and copy it back.
The termserv.dl_ file is provided in the zip is for you slipstreamers out there. Just replace that file with the corresponding file in the Windows installation disks.
Attachment Size

Attachment
Size
termserv.zip
357.92 KB
357.92 KB
OR
Windows XP Professional and Windows XP Media Center Edition (MCE) has Remote Desktop (RDP) service that allows the computer to be remotely connected, accessed and controlled from another computer or host. However, Windows XP machine only allows one concurrent remote desktop connection from a single user been connected to it with no multiple remote desktop sessions or connections support.

Whenever there is a remote user who user Remote Desktop Connection (RDC) client to connect to a Windows XP host, the local user is disconnected with the local console screen locked, with or without his or her permission. Remote Desktop, unlike Terminal Server Services in Windows 2000, Server 2003 and Server 2008, is designed for single user use only, no matter its local or remote user.
Here’s a hack to unlock the single user limitation and enable multiple concurrent remote desktop connection sessions support in Windows XP Professional and Media Center Edition, using a either a patched termserv.dll or old patched cracked termserv.dll build version version 5.1.2600.2055, so that unlimited users can simultaneously connect to a computer via Remote Desktop.
1. Download a copy of patched termsrv.dll (in ZIP file) which has the Remote Desktop connection limitation deactivated for your version of Windows XP:

Windows XP RTM, SP1 and SP2: termsrv.dll (version 5.1.2600.2055)
Windows XP SP2: termsrv.dll (version 5.1.2600.2180)
Windows XP SP3: termsrv.dll (version 5.1.2600.5512)


For information, the termsrv.dll patch normally has the following HEX code bits overwritten with following value:
00022A17: 74 75
00022A69: 7F 90
00022A6A: 16 90

2. Restart the computer and boot info Safe Mode by pressing F8 during initial boot up and select Safe Mode. This step is only required if you’re currently running Windows Terminal Services or Remote Desktop service, and System File Protection has to be skipped and bypassed, else it will prompt the following error message to restore the original termsrv.dll.

3. Go to %windir%\System32 and make a backup copy (or rename) the termsrv.dll.
4. Rename or delete the termserv.dll in the %windir%\System32\dllcache folder.
5. Copy the downloaded termsrv.dll into %windir%\System32, %windir%\ServicePackFiles\i386 (if exist) and %windir%\System32\dllcache.
6. Then download and run the ts_multiple_sessions.bat (in ZIP file) to merge the registry value into registery, or you can run Registry Editor to manually add the following registry value:
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Terminal Server\Licensing Core]
“EnableConcurrentSessions”=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
“EnableConcurrentSessions”=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
“AllowMultipleTSSessions”=dword:00000001
7. Click on Start Menu -> Run command and type gpedit.msc, follow by Enter to open up the Group Policy Editor.
8. Navigate to Computer Configuration -> Administrative Templates -> Windows Components -> Terminal Services.
9. Enable Limit Number of Connections and set the number of connections to 3 (or more). The setting allows more than one users to use the computer and logged on at the same time.
10. Ensure the Remote Desktop is enabled in System Properties’ Remote tab by selecting the radio button for Allow users to connect remotely to this computer.
11. Enable and turn on Fast User Switching in Control Panel -> User Accounts -> Change the way users log on or off.
12. Restart the computer normally.
Note that if you cannot replace or overwrite termserv.dll with access denied or file in use error, turn off the “Termine Services” in “Services” control panel of “Administrator Tools”. Besides, each connecting physical connections must have their own user account in the target host, and must authenticate with corresponding own user name and password credential.
To uninstall and revert back to original termsrv.dll, simply delete the patched version, and rename the backup copy back to “termsrv.dll”. You probably have to do it in Safe Mode if the Terminal Services is enabled and running.
If the Windows XP computer is connected to a domain on local networks, Windows will set the value of the regkey “AllowMultipleTSSessions” to “0″ every time the computer is restarted. To ensure that multiple or unlimited Remote Desktop connection sessions is allowed in AD domain environment, the value data for “AllowMultipleTSSessions” has to be set to “1″ on each system startup. To change the value, simply rerun the ts_multiple_sessions.bat every time the computer is started. Alternatively, put the ts_multiple_sessions.bat at C:\Documents and Settings\All Users\Start Menu\Programs\Startup folder so that it will be automatically run on first user with administrative privileges that logs on to the desktop. Another workaround is to install additional service or define a sub-key in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run registry branch that run the registry batch file automatically on boot up, and this is useful if the computer won’t be logged on by anybody, but still requires the hack to allow unlimited Remote Desktop users to work.
Another issue is that if user closes the remote connection instead of logging off, when he or she tries to log back in, an error message related to TCP/IP
event ID 4226 may occur. To resolve the issue, download and apply the Windows XP TCP/IP connection limit and Event ID 4226 patch, and set the connections to at least 50.

Sunday, June 7, 2009

Removing the virus in a USB flash disk

Usually, flash disks which the virus as the virus Agnes, real can not be removed by using the Delete key or combination Shift + Delete in Windows.

But there are certain ways to removing:

1. Open Command Prompt
2. Type cd \
3. Type the flash disk is for instance flash disk in the drive means that the D type "D:" (without quotation marks)
4. Type del *.* or with the format D: press Enter.

When you use the D format: the first data in the Backup. Hopefully this article useful. not so easy I need to call here again there's

Making bring safe from viruses autorun

Of course, all my friends already know that the virus can transmit itself to other computers with the media to bring. Now, I have a powerful virus that is to bring in these can not transmit itself to other computers ..

OK...... I will start discussing it now, beginning with the way transmission of the virus through the media to bring. Actually very simple, when you bring the plug into usb port virus, which is running live to copy itself to bring in, and do not forget to also create the file "autorun.inf" the location of the file is not visible until the eye can not see.

Well ... this is the file we will edit the virus so that it can not run himself in the computer.



The first way to edit manually using a notepad. Well, now we consider that we have to bring in a plug into the computer (which has been infected) indicate "F: \", then I will try to open the file "F: \ autorun.inf" and then enter. Then notepad will open automatically with some of the script, and after that we live to edit the script with the card block all the scripts (ctrl + a) and remove (or Backspace del) and you can come up blank and press ctrl + s for-save it. Or gnomes that you want to write.

Now, that there may be asked, what if the file has the attribute "read-only"? that clearly we can not edit it manually !!!!!!!!!!!!! Then? What should we do? Dental in reply to the teeth, eyes in reply to the eye, and true ... you right! his script is very easy ... I will discuss it in stages, is now also:

1. open the notepad application (where we will write the script)
2. write a script "del / a: rf: \ autorun.inf" (without quotation marks) and then enter.

3. steps selajutnya is writing the script again! his script "echo" 'what is written'> f: \ autorun.inf & attrib + rf: \ autorun.inf" (without the quotes).

4. and then save the script file with the file name and path you is it is you, but its extension should be. "Paddle" (should not be not)

5. and then run the script file that we create these new

6. open explorer

7. at the address write "F: \ autorun.inf", and press enter while the "You Must Die".
So............ notepad application will appear again while showing some writing.

After several previous step, the virus can not run away at his computer when we pierce going to bring us into the usb port it.
Ok ...... If the first time this article useful and hopefully
enjoy it!!!!!!!!!!!!!!!!!!!

Vigilant against Backdoor.Silver FTP

Computers Are you back on your hard drive often appear a file called Wincfg32.Exe? And when you try to delete this file will always return?

Desperate !!!!!! Your computer is being attacked BackDoor.SilverFTP Trojan !!!!!!!!!
But still I will try to give tips and trick as I can be a subject for this in this type of trojan. See EITHER !!!!!!



Solution

This type of Trojan will open your computer to be accessed by hackers. its only easy cleaning.
The first thing you should do is restart your computer and go to safemode. If you do not know how to go to live SAFEMODE press F8 right after the bios (this is for you who use Windows ME/98).
If you are a user of Windows 2000/XP, please turn off the process Wincfg32.Exe by pressing CRTL + ALT + DEL. Then scan your system with the antivirus that you update of course. Then delete all files detected as BackDoor.SilverFTP.

Then run regedit in the HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Run, and the Del labeled "Windows Config Loader".


Article I of the hope that useful..........

Keep Smile +*

How to disable a computer virus options show hidden files

Where the virus is to create a local option show hidden files will not work or can not be used .... wahhhhh .... as if this is usually a sure short way colleagues to re-install. But ordinary people still have other tricks though this virus is on the computer again to play us.

Ok ...... starting with the first way is to use anti-virus that can be colleagues Smadav such as trust, etc. Ansav.



Mantra in other ways to respond mantra, nip nip in reply ............

the play with the Registry editor.

Make sure the virus has disable it or at least quarantined regisry editor that can be accessed ... and the virus does not damage the registry editor again ..

1. Open the registry editor: click Start, select Run and type "regedit" (without the quotes).

2. Then drive on the left side of the key below:
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced \ Folder \ Hidden]

3. To bring back the "show hidden files" On the right create a String Value with the name value "Type" (without quotation marks) and then double click the value and contents of the data with the "group". Close regedit and restart the application computer.

Description: Usually registry that has explored the loss of string "type" so that the menu does not show hidden files appear in the folder options in windows explorer --- clearly this is a ulah virus. way above show hidden files will appear again. Of course, before entering the registry editor make sure that the virus has disabled first.

Tip: To guard better backup string type so that if a virus when re-exploring the registry stay in the restore (import) return a string of lost / deleted the virus.

Well, now people will get regular use CMD
in the cmd prompt: type "attrib-h-s *.* / s / d"
example
d:> attrib-h-s *. doc / s / d
description: show all files with extensi doc (*. doc) on the folder, subfolders terhidden on the d drive (d:>)

example:
d:> attrib-h-s *.* / s / d
description: show all files and folders, subfolders, is one hidden on the d drive (d:>), use of this course.

Okay...... enjoy it!!!!!

HOW TO MAKE XP FASTER



Services You Can Disable
There are quite a few services you can disable from starting automatically.
This would be to speed up your boot time and free resources.
They are only suggestions so I suggestion you read the description of each one when you run Services
and that you turn them off one at a time.

Some possibilities are:
Alerter
Application Management
Clipbook
Fast UserSwitching
Human Interface Devices
Indexing Service
Messenger
Net Logon
NetMeeting
QOS RSVP
Remote Desktop Help Session Manager
Remote Registry
Routing & Remote Access
SSDP Discovery Service
Universal Plug and Play Device Host
Web Client

-------------------------------------------------------------------------------

Cleaning the Prefetch Directory

WindowsXP has a new feature called Prefetch. This keeps a shortcut to recently used programs.
However it can fill up with old and obsolete programs.

To clean this periodically go to:

Star / Run / Prefetch
Press Ctrl-A to highlight all the shorcuts
Delete them

--------------------------------------------------------------------------------

Not Displaying Logon, Logoff, Startup and Shutdown Status Messages

To turn these off:

Start Regedit
Go to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionpoliciessystem
If it is not already there, create a DWORD value named DisableStatusMessages
Give it a value of 1

--------------------------------------------------------------------------------
Clearing the Page File on Shutdown

Click on the Start button
Go to the Control Panel
Administrative Tools
Local Security Policy
Local Policies
Click on Security Options
Right hand menu - right click on "Shutdown: Clear Virtual Memory Pagefile"
Select "Enable"
Reboot

For regedit users.....
If you want to clear the page file on each shutdown:

Start Regedit
Go to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory ManagementClearPageFileAtShutdown
Set the value to 1

--------------------------------------------------------------------------------

No GUI Boot

If you don't need to see the XP boot logo,

Run MSCONFIG
Click on the BOOT.INI tab
Check the box for /NOGUIBOOT

---------------------------------------------------------------------------------
Speeding the Startup of Some CD Burner Programs

If you use program other than the native WindowsXP CD Burner software,
you might be able to increase the speed that it loads.

Go to Control Panel / Administrative Tools / Services
Double-click on IMAPI CD-Burning COM Service
For the Startup Type, select Disabled
Click on the OK button and then close the Services window
If you dont You should notice

--------------------------------------------------------------------------------

Getting Rid of Unread Email Messages

To remove the Unread Email message by user's login names:

Start Regedit
For a single user: Go to HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionUnreadMail
For all users: Go to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionUnreadMail
Create a DWORD key called MessageExpiryDays
Give it a value of 0

------------------------------------------------------------------------------

Decreasing Boot Time

Microsoft has made available a program to analyze and decrease the time it takes to boot to WindowsXP
The program is called BootVis

Uncompress the file.
Run BOOTVIS.EXE
For a starting point, run Trace / Next Boot + Driver Delays
This will reboot your computer and provide a benchmark
After the reboot, BootVis will take a minute or two to show graphs of your system startup.
Note how much time it takes for your system to load (click on the red vertical line)
Then run Trace / Optimize System
Re-Run the Next Boot + Drive Delays
Note how much the time has decreased
Mine went from approximately 33 to 25 seconds.

--------------------------------------------------------------------------------
Increasing Graphics Performance

By default, WindowsXP turns on a lot of shadows, fades, slides etc to menu items.
Most simply slow down their display.

To turn these off selectively:

Right click on the My Computer icon
Select Properties
Click on the Advanced tab
Under Performance, click on the Settings button
To turn them all of, select Adjust for best performance
My preference is to leave them all off except for Show shadows under mouse pointer and Show window contents while dragging

---------------------------------------------------------------------------

Increasing System Performance

If you have 512 megs or more of memory, you can increase system performance
by having the core system kept in memory.

Start Regedit
Go to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory ManagementDisablePagingExecutive
Set the value to be 1
Reboot the computer

---------------------------------------------------------------------------

Increasing File System Caching

To increase the amount of memory Windows will locked for I/O operations:

Start Regedit
Go to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory Management
Edit the key IoPageLockLimit

-----------------------------------------------------------------------------

Resolving Inability to Add or Remove Programs

If a particular user cannot add or remove programs, there might be a simple registry edit neeed.

Go to HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesUninstall
Change the DWORD NoAddRemovePrograms to 0 disable it

4096 - 32megs of memory or less
8192 - 32+ megs of memory
16384 - 64+ megs of memory
32768 - 128+ megs of memory
65536 - 256+ megs of memory

How to end tasks, shutdown faster in Windows 7

Just like in XP, Windows 7 allows you to change registry settings through Regedit to improve its performance. Right now, we're providing you simple steps to end tasks and to shutdown faster in Windows 7 - another first from Coolbuster.

Important: Just follow the guide carefully as it involves a procedure done by advanced computer users and technicians. We shall not be held liable for any damage this may cause to your operating system once you mess with it.


1. Create a restore point

•In your Start Menu: Right click Computer, select Properties.
•At the left pane, click System protection and then click the 'Create' button.
•Type your desired identity of the restore point and then click 'Create'.
•Close the System Properties window.

2. Click the Windows 7 orb (Start Menu), click Run and then type regedit.

3. A User Account Control window will open, click Yes.

4. Now, go to HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001 and then click Control.

5. Double-click the WaitToKillServiceTimeout key and then replace the value 12000 with 1000.

6. Next, expand ControlSet002 and then click Control.

7. Double-click the WaitToKillServiceTimeout key and then replace the value 12000 with 1000.

8. Close the Registry Editor and restart Windows 7 for the changes to fully take effect.