IT and Network solution

بایگانی

۱ مطلب با موضوع «َAplication Solution» ثبت شده است

Skip restarting during SQL Server installation

سه شنبه, ۶ بهمن ۱۳۹۴، ۰۵:۰۱ ب.ظ

While ago I had similar issue while installing SQL Server. And I used a registry hack to avoid restarting windows machine. Just be aware that it could lead to unforeseen issues later on. Do following steps,

  1. Fire Regedit.exe application in Windows.

  2. Go to, HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager , and instead of “EXPANDING” Session Manager, “SELECT” it and you will see the entry called, PENDING FILE RENAME OPERATION.

  3. Take backup of registry value first.

  4. Then, If PENDING FILE RENAME OPERATION has any values just remove it and clear the value.

  5. Reboot the System and again go to PENDING FILE RENAME OPERATION and see if there is any values still available.

  6. If no value is there then simply fire the installation process.

  7. If any value is still present then simply remove that value and without restarting fire the installation process.

  • جلال شاهوند