Skip to content

Commit c41999b

Browse files
committed
Add documentation about VC++ redistributable dependency
1 parent 73f463d commit c41999b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ BSCP lets you boot Windows directly into a Linux desktop experience, using Windo
1111

1212
Prerequisites:
1313

14-
- VcXsrv must be installed. This is a free Xming alternative that happens to be more stable and featured. It is available on chocolatey, otherwise: https://sourceforge.net/projects/vcxsrv/
14+
- VcXsrv must be installed. This is a free Xming alternative that happens to be more stable and featured. It is available on chocolatey, otherwise: https://sourceforge.net/projects/vcxsrv/
15+
- The Microsoft Visual C++ Redistributable for Visual Studio 2017 must be be installed. Available [here](https://www.visualstudio.com/downloads/?q=redistributable)
1516
- Windows Subsystem for Linux, including the bash environment, is installed and working
1617
- You have some sense of which Linux DEs you'd like to explore and have installed them through WSL. See [here](https://github.com/NathanCastle/BootShellCredentialProvider/blob/master/BSCP/Configurator/wsl_setup.sh) for inspiration/a runnable script to do it for you. Note: doing everything in that file *should* work, but will take a long time regardless.
1718

@@ -22,6 +23,7 @@ Installing & Configuring:
2223
- Configure the settings as desired. Note that the defaults should work with the environment created by the setup scritpt mentioned above.
2324
- In the unlikely event that BSCP Configurator crashes upon attempting to save, you have a permissions issue. Try running again as an administrator. If that doesn't work, you probably need to give yourself Full Control permissions on `HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinLogon`.
2425
- Sign out and behold!
26+
- If you don't see it, double check that the [Visual C++ redistributable](https://www.visualstudio.com/downloads/?q=redistributable) is installed.
2527

2628
Usage Notes:
2729

0 commit comments

Comments
 (0)