-
Notifications
You must be signed in to change notification settings - Fork 48
Adding options to WindowsSettings resource #212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
AmelBawa-msft
wants to merge
11
commits into
microsoft:main
Choose a base branch
from
AmelBawa-msft:user/amelbawa/settings-2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
c4e6849
Added HideFileExt
AmelBawa-msft 2b7fc15
Added more properties
AmelBawa-msft 3440101
Update test
AmelBawa-msft f4015bd
CE
AmelBawa-msft d6b167c
Merge branch 'main' into user/amelbawa/settings-2
AmelBawa-msft 237c02f
Addressing comments
AmelBawa-msft dd86344
Merge branch 'user/amelbawa/settings-2' of https://github.com/amelbaw…
AmelBawa-msft e02d09c
Update resources/Microsoft.Windows.Settings/Microsoft.Windows.Setting…
AmelBawa-msft e8d94c9
Merge branch 'main' into user/amelbawa/settings-2
AmelBawa-msft 90052b6
Addressing comments
AmelBawa-msft 324c3e8
Merge branch 'main' into user/amelbawa/settings-2
AmelBawa-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 22 additions & 22 deletions
44
samples/DscResources/Microsoft.Windows.Settings/README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,22 +1,22 @@ | ||
| # Microsoft.WindowsSandbox.DSC | ||
| The [Microsoft.Windows.settings](https://www.powershellgallery.com/packages/Microsoft.Windows.Settings) PowerShell module contains the Windows Settings DSC Resource. | ||
| > [!NOTE] | ||
| > Changing some Windows Settings requires elevation. | ||
| ## How to use the WinGet Configuration File | ||
| The following two options are available for running a WinGet Configuration file on your device. | ||
| ### 1. File Explorer | ||
| 1. Download the `ChangeWindowsSettings.winget` and/or `DefaultWindowsSettings.winget` file to your computer. | ||
| 2. Double-click the `ChangeWindowsSettings.winget` or the `DefaultWindowsSettings.winget` file (depending on which one you downloaded). | ||
| ### 2. Windows Package Manager | ||
| 1. Download the `ChangeWindowsSettings.winget` and/or `DefaultWindowsSettings.winget` file to your computer. | ||
| 2. Open your Windows Start Menu, search and launch "_Windows Terminal_". | ||
| 3. Type the following: `CD <C:\Users\User\Download>` | ||
| 4. Type the following: `winget configure --file .\ChangeWindowsSettings.winget` | ||
| # Microsoft.WindowsSandbox.DSC | ||
|
|
||
| The [Microsoft.Windows.settings](https://www.powershellgallery.com/packages/Microsoft.Windows.Settings) PowerShell module contains the Windows Settings DSC Resource. | ||
|
|
||
| > [!NOTE] | ||
| > Changing some Windows Settings requires elevation. | ||
|
|
||
| ## How to use the WinGet Configuration File | ||
|
|
||
| The following two options are available for running a WinGet Configuration file on your device. | ||
|
|
||
| ### 1. File Explorer | ||
|
|
||
| 1. Download the `ChangeWindowsSettings.winget` and/or `DefaultWindowsSettings.winget` file to your computer. | ||
| 2. Double-click the `ChangeWindowsSettings.winget` or the `DefaultWindowsSettings.winget` file (depending on which one you downloaded). | ||
|
|
||
| ### 2. Windows Package Manager | ||
|
|
||
| 1. Download the `ChangeWindowsSettings.winget` and/or `DefaultWindowsSettings.winget` file to your computer. | ||
| 2. Open your Windows Start Menu, search and launch "_Windows Terminal_". | ||
| 3. Type the following: `CD <C:\Users\User\Download>` | ||
| 4. Type the following: `winget configure --file .\ChangeWindowsSettings.winget` |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.