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/