• About Me
  • Configure the AD FS Servers in an Internal Load-Balanced Set in Windows Azure for Office365 Single Sign-On
  • Exchange 2010 Database availability group and SP1 features
  • Forefront Client security deployment in organizations
  • How To Clean Install Mac OS X Lion
  • How to create a bootable USB to install OS X Mavericks
  • How to Create a USB Windows XP Installation Disk
  • How to Delete a File or Folder Showing Error “Access Is Denied”
  • Howto – ADFS & ADFS Proxy on Windows Server 2012 R2 with Office 365
  • Office 365 Deployment
  • OpsMgr 2012: a quickstart deployment guide
  • PerfectChoice Ecommerce Deals Website
  • Publishing Application and Packages in System center 2012 Software center
  • Sample Page
  • SCCM 2012 Part 1. Installation
  • System Center Essential 2010 Installation
  • Usefull Link for configuring Exchange 2010 and DAG
  • Windows 7 network installation through Windows 2008 R2 Deployment Services

Repository of my experience on Windows and Exchange Server

~ All about Windows, Exchange server, SCCM, SCOM and TMG Server

Repository of my experience on Windows and Exchange Server

Monthly Archives: December 2012

How to fix NTLDR missing in Windows XP and Windows 2000

20 Thursday Dec 2012

Posted by mshiyas in https://mshiyas.wordpress.com/

≈ Leave a comment

Tags

NTLDR missing in windows XP machines


Windows XP users

  1. Insert the Windows XP bootable CD into the computer.
  2. When prompted to press any key to boot from the CD, press any key.
  3. Once in the Windows XP setup menu press the “R” key to repair Windows.
  4. Log into your Windows installation by pressing the “1” key and pressing enter.
  5. You will then be prompted for your administrator password, enter that password.
  6. Copy the below two files to the root directory of the primary hard drive. In the below example we are copying these files from the CD-ROM drive letter, which in this case is “e.” This letter may be different on your computer.
    copy e:\i386\ntldr c:\ copy e:\i386\ntdetect.com c:\
  7. Once both of these files have been successfully copied, remove the CD from the computer and reboot.

Windows 2000 users

If your computer is using Microsoft Windows 2000 and you are encountering the NTLDR error. Create the below boot.ini file on the floppy diskette drive.

[boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINNT [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINNT=”Microsoft Windows 2000 Professional” /fastdetect

Copy the NTLDR and NTDETECT.COM files from another computer using the same operating system. Both of these files are located in the root directory of the primary hard drive. For example, C:\NTLDR and C:\NTDETECT.COM should be the locations of these files on many computers.

Advertisements

Share this:

  • Share
  • Email
  • Facebook
  • Twitter

Like this:

Like Loading...

System Center 2012 Configuration ManagerCumulative Update 2

18 Tuesday Dec 2012

Posted by mshiyas in https://mshiyas.wordpress.com/

≈ Leave a comment

Tags

System Center 2012 CU2


Download CU2 from the below website

http://support.microsoft.com/kb/2780664

 

How to obtain Cumulative Update 2 for System Center 2012 Configuration Manager

A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem.
If the hotfix is available for download, there is a “Hotfix Download Available” section at the top of this Knowledge Base article. If this section does not appear, submit a request to Microsoft Customer Service and Support to obtain the hotfix.
Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to  create a separate service request, visit the following Microsoft website:

http://support.microsoft.com/contactus/?ws=support

      (http://support.microsoft.com/contactus/?ws=support)

Note The “Hotfix Download Available” form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.

Hotfix replacement information

This update replaces the following update:

2717295

      (http://support.microsoft.com/kb/2717295/            )

Description of Cumulative Update 1 for System Center 2012 Configuration Manager

All the fixes in the update 2717295 are replaced by this update

Share this:

  • Share
  • Email
  • Facebook
  • Twitter

Like this:

Like Loading...

System Center 2012 Configuration ManagerCumulative Update 2

18 Tuesday Dec 2012

Posted by mshiyas in https://mshiyas.wordpress.com/

≈ Leave a comment

Tags

System Center 2012 CU2


Download CU2 from the below website

http://support.microsoft.com/kb/2780664

 

How to obtain Cumulative Update 2 for System Center 2012 Configuration Manager

A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem.
If the hotfix is available for download, there is a “Hotfix Download Available” section at the top of this Knowledge Base article. If this section does not appear, submit a request to Microsoft Customer Service and Support to obtain the hotfix.
Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to  create a separate service request, visit the following Microsoft website:

http://support.microsoft.com/contactus/?ws=support

      (http://support.microsoft.com/contactus/?ws=support)

Note The “Hotfix Download Available” form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.

Hotfix replacement information

This update replaces the following update:

2717295

      (http://support.microsoft.com/kb/2717295/            )

Description of Cumulative Update 1 for System Center 2012 Configuration Manager

All the fixes in the update 2717295 are replaced by this update

Share this:

  • Share
  • Email
  • Facebook
  • Twitter

Like this:

Like Loading...

Unable to install .net framework on Windows 8 and Windows 2012 Servers

11 Tuesday Dec 2012

Posted by mshiyas in https://mshiyas.wordpress.com/

≈ Leave a comment

Tags

Windows 2012 unable to install .net framework, Windows 8 Unable to install .net Framework


If the user performs a clean installation of Windows 8, and then installs apps that require .NET Framework 3.5 (or 2.0), they will trigger a request for the necessary .NET 3.5 files. Normally the missing files will be downloaded from Windows Update (after asking the user for permission), but if access to Windows Update is not possible, enabling .NET Framework 3.5 will fail unless an alternate source for the missing files has been specified

For enterprises:

For machines that are configured to use WSUS for servicing, you can set a registry entry to allow the machine to use Windows Update for enabling .NET 3.5 instead of WSUS (servicing will still be done from WSUS if you do this).

You can set via Group Policy “(Local Computer Policy -> Computer Configuration -> Administrative Templates -> System. Select the setting “Specify settings for optional component installation and component repair”. Enable this one .

Check mark the second option

net framework

Try it now it will be success

Share this:

  • Share
  • Email
  • Facebook
  • Twitter

Like this:

Like Loading...

Zoolz Cloud Storage Unlimited – 5 Years – Home edition

Kernel Windows Data Recovery

Kernel Ost to Pst Convertor

Email marketing software

Discount Coupon Website for all major Ecommerce websites

twitter

  • RT @PREMNAIRS: Amazon acquires Ring, maker of video doorbells, as buyer moves further into the home-security business https://t.co/KuuuoVuL… 1 month ago
  • RT @PREMNAIRS: A Collector (@jimmyg ) bringing a rare, “Previously Unknown” 1 to life @Elcome_Intl gizmodo.com/a-collector-is… @BryanDisagree… 1 month ago
  • Office 365: Setting mail forwarding by using powershell shar.es/16UkZQ via @sharethis 2 years ago
  • First Major Update for Windows 10 Available Today blogs.windows.com/windowsexperie… 2 years ago
  • Why Dell EMEA support number is not working since yesterday onwards ? @Dell @DellArabCarePro @DellEnterprisei 2 years ago
  • Announcing preview of new Skype for Business services in Office 365 - Office Blogs blogs.office.com/2015/07/01/ann… 2 years ago
  • RT @IIS_DSO: #Healthy Food vs Junk Food? #Kindergartners encouraging everyone to adopt healthy eating habits! https://t.co/M2hymDba6w 2 years ago
  • Customer Story meme.ms/d5zksrn 2 years ago
  • Dell will be selling Microsoft Surface Pro and Surface Pro accessories blogs.windows.com/bloggingwindow… 2 years ago
  • @vaidymohan nice 2 years ago
Follow @mhdshiyas

Blog Stats

  • 396,479 hits

ARCHIVES

  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • August 2013
  • March 2013
  • January 2013
  • December 2012
  • September 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011
  • September 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
  • March 2011
  • February 2011
  • January 2011
  • November 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
Advertisements

Blog at WordPress.com.

loading Cancel
Post was not sent - check your email addresses!
Email check failed, please try again
Sorry, your blog cannot share posts by email.
Cancel
%d bloggers like this: