Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
Signed-off-by: miigotu <[email protected]>
  • Loading branch information
miigotu committed Oct 7, 2023
1 parent 1075de0 commit 94f46d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Episode-Status.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ There are many different Status Types that are used for at what state/stage the
- is included in the Total Episode Count

- **Snatched**

- is wanted, has been found, and sent to the download client
- has a zero count toward the Individual Episode Count
- is included in the Total Episode Count
Expand Down
1 change: 0 additions & 1 deletion Installation-&-Configuration-Guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ New to SickChill? Then the below guides will help you with the setup, and discov
- [Synology](https://github.com/SickChill/SickChill/wiki/Synology)
- [QNAP](https://github.com/OneCDOnly/sherpa)


###### Setup NZBtoMedia for SickChill

- https://github.com/SickChill/SickChill/wiki/NZBtoMedia
Expand Down
4 changes: 4 additions & 0 deletions SickChill-Windows-Installer.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,19 @@ sc restart SickChill
If you are unable to get those setup correctly, you can always disable the service and start SickChill manually. SickChill will then run as the user that is logged in to Windows. Alternatively, you can also install SickChill [manually](https://github.com/SickChill/SickChill/wiki/SickChill-Windows-Installer#manual-installation-guides-for-windows)

### Enable Linked Connections

If you are having issues with networked drives, you likely need to [enable linked connections](https://learn.microsoft.com/en-us/troubleshoot/windows-client/networking/mapped-drives-not-available-from-elevated-command):

#### With Registry tool:

```
reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableLinkedConnections" /t REG_DWORD /d 0x00000001 /f
```

OR

#### With PowerShell:

```
New-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System' -Name EnableLinkedConnections -Value 1 -PropertyType 'DWord'
```
Expand Down

0 comments on commit 94f46d3

Please sign in to comment.