You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-15Lines changed: 2 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,7 @@ Win32 app isolation is a new security feature on Windows that helps contain the
3
3
application compromise.
4
4
Win32 app isolation is built on the foundation of [AppContainers](https://learn.microsoft.com/en-us/windows/win32/secauthz/implementing-an-appcontainer), which offer a security boundary,
5
5
and components that virtualize resources and provide brokered access to other resources.
6
-
This repo contains the documentation and tools to help you isolate your applications.
7
-
8
-
## Getting started
9
-
* The first step to isolating your application is to package it to run isolated by following the instructions
10
-
11
-
* [using the MSIX packaing tool](docs/packaging/msix-packaging-tool.md)
12
-
* or [using Visual Studio](docs/packaging/packaging-with-visual-studio.md)
13
-
14
-
* Once you have your application packaged, use [Application Capability Profiler](docs/profiler/application-capability-profiler.md) to update the application to grant it access to additional resources.
15
-
* We also have additional documentation about the [fundamentals](docs/fundamentals) including file access consent.
16
-
* You're now ready to deploy and run your application on Windows.
17
-
18
-
Binaries for the tools used to package applications to run isolated are shared under the [releases](https://github.com/microsoft/win32-app-isolation/releases) section of the repo.
19
-
20
-
Release notes for supported Windows builds and tools can be found [here](relnotes/windows-release-notes.md).
6
+
This repo should be used only to file bugs or feature requests, and to ask questions. To learn more about the feature and how to enable it for your app, visit the main Win32 app isolation page at [MS Learn](https://learn.microsoft.com/en-us/windows/win32/secauthz/app-isolation-overview).
21
7
22
8
## Communicating with the team
23
9
We'd love to hear your feedback and answer your questions!
@@ -27,6 +13,7 @@ Please search for similar discussions and issues before creating new ones.
27
13
28
14
## Resources
29
15
You can find additional information about Win32 app isolation using the following resources:
0 commit comments