How can I enable my OS option

Asked By 0 points N/A Posted on -
qa-featured

I have been running my server on Windows 2003 Server R 2 standard edition. Also, I have bought a system which runs with Windows XP and I need to add it to the current domain. I need help to activate my system to enable it use any OS in the server. Because the new system is making problem such as giving some RPC errors and authentication is not allowing etc. It can be solved by enabling the above specified option. So please help me to solve this issue. I will be thankful for all your help and support.

SHARE
Answered By 0 points N/A #97279

How can I enable my OS option

qa-featured

 

To enable it use the following BCDEdit /set command to set the pae boot entry option:
bcdedit /set [{ID}] pae ForceEnable
 
If it will not let you use the following BCDEdit /set commands to disable both DEP and PAE:
bcdedit /set [{ID}] nx AlwaysOff
bcdedit /set [{ID}] pae ForceDisable
Windows Server 2003 and Windows XP: To enable PAE, use the /PAE switch in the boot.ini file. To disable PAE, use the /NOPAE switch. To disable DEP, use the /EXECUTE switch.
 
ANother option if you want to add domain controllers that run your Windows 2003 Server R 2 is to go to this link.
 

Related Questions