Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Nov 18, 2023
1 parent d234889 commit a106817
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ Two different configurations will be created:

By default the sandbox will have clipboard redirection off as well as secure defaults for other settings. If you like to enable clipboard copy and paste you should change `<ClipboardRedirection>Disable</ClipboardRedirection>` to `<ClipboardRedirection>Enable</ClipboardRedirection>`. More information about [Windows Sandbox configuration][wsc].

This script will also create the file *./setup/config.txt*. Here you can select the tools you would like to be available in the sandbox. All tools will be downloaded and can be installed later in the sandbox if needed. The difference will be the time it takes to start the sandbox. You can also specify the configuration file to use for Sysmon. You can install extra tools in a running **dfirws** sandbox by using the script **dfirws-install.ps1**.
The script will also create *./setup/config.txt*. Here you can select the tools that should always be available when you run the sandbox. All tools will be downloaded and can be installed later in the sandbox if needed. The difference will be the time it takes to start the sandbox, i.e. running an installer for a program on every start. Extra tools can be installed in a running **dfirws** sandbox with the script **dfirws-install.ps1**.

If you like to run your own PowerShell code to customise **dfirws** you can change _local/customize.ps1_. Observe that the latest version of PowerShell will be installed when you start **dfirws** which at the moment is PowerShell 7 and that some things are different from earlier versions.
If you like to run your own PowerShell code to customise **dfirws** you can change *local/customize.ps1*. Observe that the latest version of PowerShell will be installed when you start **dfirws** which at the moment is PowerShell 7 and that some things are different from earlier versions.

## Downloading tools

Now it's time to start downloading tools included in dfirws. Sandboxes will be started to run and install packages for Python, bash and NodeJS. Therefore you can't have any sandbox running during download since Microsoft only allows one sandbox running at the time. After download the tools will be extracted and prepared for faster usage in the sandbox.
Total space is currently around 14 GB.
Total space is currently around 14 GB.

When you download tools you will need a classic GitHub token, create it at [https://github.com/settings/tokens](https://github.com/settings/tokens). This is to make sure that you don't have problems with rate limiting on GitHub.

Expand Down

0 comments on commit a106817

Please sign in to comment.