The installation of SQL server shows that restarting the computer fails

Insert picture description here

Solution:
1. Enter regedit in WIN+R, press Enter
2. Find the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server directory, right-click and select Delete
3. Find the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager directory, and click Find PendingFileRenameOperations on the right, right-click to delete PendingFileRenameOperations, if not, you don’t have to delete it
4. Restart the computer

If you still can't solve it, try the following installation method. I personally tested it successfully!

  1. Winkey + R enter the command line, use the cd command to enter the folder where the setup.exe of your installation program is located, and then execute the following command:
    setup.exe /SkipRules=RebootRequiredCheck /ACTION=install
    (note the space before the two backslashes), it is recommended to copy and paste
    to successfully solve this problem .

Guess you like

Origin blog.csdn.net/Y_6155/article/details/108478396
Recommended