Skip to content

Commit 4949ac8

Browse files
committed
fix links
1 parent b73598c commit 4949ac8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/sql/database-engine/agent/error-1053-service-did-not-start-timely.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ These invalid registry keys prevent the Windows Event Log service from starting.
6868
6969
1. Create a backup of the existing registry keys before making any registry changes, use one of the following methods:
7070
71-
- Open the [Registry Editor](~/windows-server/performance/windows-registry-advanced-users#use-the-windows-user-interface.md), then right-click the `HKLM\SOFTWARE\Policies\Microsoft\Windows\EventLog` key and select **Export**.
71+
- Open the [Registry Editor](~/windows-server/performance/windows-registry-advanced-users.md#use-the-windows-user-interface), then right-click the `HKLM\SOFTWARE\Policies\Microsoft\Windows\EventLog` key and select **Export**.
7272
7373
- From an elevated command prompt, run the following command:
7474
7575
```cli
7676
reg export "HKLM\SOFTWARE\Policies\Microsoft\Windows\EventLog" "<Path_To_Store_Backup>/EventLog_Backup.reg"
7777
```
7878
79-
1. Open the [Registry Editor](~/windows-server/performance/windows-registry-advanced-users#use-the-windows-user-interface.md) and navigate to `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\EventLog`.
79+
1. Open the [Registry Editor](~/windows-server/performance/windows-registry-advanced-users.md#use-the-windows-user-interface) and navigate to `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\EventLog`.
8080
1. Under the `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\EventLog` key and all its subkeys:
8181
1. Identify and delete any registry values that are configured as a `DWORD` type.
8282
1. Recreate the deleted `DWORD` values by using the same name and the `REG_SZ` type.

0 commit comments

Comments
 (0)