16266 Commits

Author SHA1 Message Date
Tanya Bittenmaster
d900ae8ecc Update menu items 2017-09-15 08:42:57 -04:00
Tanya Bittenmaster
cd0a145f41 Update menu items 2017-09-15 08:39:34 -04:00
Tanya Bittenmaster
ee91865bf2 Update menu items 2017-09-15 07:28:50 -04:00
Tanya Bittenmaster
52e2df718e Merge remote-tracking branch 'origin/master' into atp-tb-troubleshoot-onboarding-setup 2017-09-15 07:13:13 -04:00
John Tobin
08a2411eaa Merged PR 3210: Correct Cred Guard CI File Rule for KD_KMCI
Correct Cred Guard CI File Rule for KD_KMCI.

The correction should be as follows:

The line:
    <Deny  ID="ID_DENY_KD"            FriendlyName="kd.exe"             FileName="kd.Exe" MinimumFileVersion = "65535.65535.65535.65535" />

Should be essentially duplicated with another with a slightly different ID. This is because the same rule is used in the “user mode” and the “kernel mode” sections in the policy, so it needs separate IDs.

SO for example add this:
    <Deny  ID="ID_DENY_KD_KMCI"            FriendlyName="kd.exe"             FileName="kd.Exe" MinimumFileVersion = "65535.65535.65535.65535" />

(and leave the original line)

Then in this section:
<SigningScenario Value="131" ID="ID_SIGNINGSCENARIO_DRIVERS_1" FriendlyName="Driver Signing Scenarios">
      <ProductSigners>
        <FileRulesRef>
          <FileRuleRef RuleID="ID_DENY_KD" />
        </FileRulesRef>
      </ProductSigners>

Update the ID like this:
<SigningScenario Value="131" ID="ID_SIGNINGSCENARIO_DRIVERS_1" FriendlyName="Driver Signing Scenarios">
      <ProductSigners>
        <FileRulesRef>
          <FileRuleRef RuleID="ID_DENY_KD_KMCI" />
        </FileRulesRef>
      </ProductSigners>
2017-09-14 23:14:07 +00:00
John Tobin
6376a76a3d Correct Cred Guard CI File Rule for KD_KMCI 2017-09-14 16:06:58 -07:00
John Tobin
62c108e955 Merged PR 3192: Add dbghost and dbgsvc to block list, plus add deny rules.
Add dbghost and dbgsvc to block list, plus add deny rules.
2017-09-14 22:46:16 +00:00
Alma Jenks
426bf8a228 Merged PR 3206: 9/14 PM Publish 2017-09-14 22:31:01 +00:00
Greg Lindsay
abfb498772 Merged PR 3205: Add link in parent to child
Add link to parent topic pointing to important procedure in child topic
2017-09-14 22:30:30 +00:00
Joey Caparas
3d27eb28a3 Merged PR 3200: update date time settings
update date time settings
2017-09-14 20:36:33 +00:00
jdeckerMS
1299cec0fa fix span tag 2017-09-14 13:29:12 -07:00
jdeckerMS
e200a48e73 sync 2017-09-14 13:24:56 -07:00
jdeckerMS
a249c3b89c sync 2017-09-14 13:01:44 -07:00
Alma Jenks
05f9267f9a Merged PR 3194: 9/14 AM Publish 2017-09-14 17:31:34 +00:00
Nicholas Brower
baa5a1b402 Merged PR 3193: Merge Olympia enrollment methods into a single topic 2017-09-14 17:20:24 +00:00
John Tobin
ec31357472 Add dbghost and dbgsvc to block list 2017-09-14 09:59:08 -07:00
Elizabeth Ross
cd59adc897 Merged PR 3191: Updated text, formatting, and content organization 2017-09-14 16:51:02 +00:00
jdeckerMS
616afd9551 add links in parent topic 2017-09-14 08:48:35 -07:00
jdeckerMS
c2b9e9219d Merge remote-tracking branch 'refs/remotes/origin/rs3' into jd3csp 2017-09-14 08:22:51 -07:00
jdeckerMS
24e68dc6ad Merge remote-tracking branch 'refs/remotes/origin/master' into rs3 2017-09-14 08:20:01 -07:00
Jeanie Decker
5ca7656bcf Merged PR 3190: Added USB error text 2017-09-14 15:13:18 +00:00
jdeckerMS
037a19e402 sync 2017-09-14 07:42:06 -07:00
eross-msft
88185ee598 Merge branch 'master' into vs-win10gdproverview 2017-09-14 07:38:36 -07:00
eross-msft
ed54bacaf6 Fixed conflict 2017-09-14 07:35:35 -07:00
jdeckerMS
e57360dcba Merge remote-tracking branch 'refs/remotes/origin/rs3' into jd3csp 2017-09-14 06:59:15 -07:00
jdeckerMS
4f1b54eda4 Merge branch 'rs3' of https://cpubwin.visualstudio.com/_git/it-client into rs3 2017-09-14 06:57:33 -07:00
jdeckerMS
53d77efc2f fix merge conflict
# Conflicts:
#	windows/application-management/per-user-services-in-windows.md
2017-09-14 06:57:20 -07:00
jdeckerMS
85fe3052aa sync 2017-09-14 06:50:27 -07:00
Tanya Bittenmaster
ed95573a0a Update menu items 2017-09-14 06:41:00 -04:00
Tanya Bittenmaster
5d6cfa5bea Update menu itemxs 2017-09-14 06:34:36 -04:00
Tanya Bittenmaster
362ad9118f Update menu items 2017-09-14 06:13:00 -04:00
Iaan D'Souza-Wiltshire
eb64ac3b3c further updates to using add/set mppref PS for ASR rules 2017-09-13 18:12:49 -07:00
Iaan D'Souza-Wiltshire
1f6447feba update default options in ep 2017-09-13 17:09:23 -07:00
Alma Jenks
5f0ab51f0d Merged PR 3185: 0/13 PM Publish 2017-09-13 22:31:18 +00:00
Brian Lich
43ce1d251e Merged PR 3182: Updated toc.yml
Updated toc.yml
2017-09-13 21:41:36 +00:00
Brian Lich
a078b82f0c Updated toc.yml 2017-09-13 21:29:33 +00:00
Justin Hall
78f57bc8d3 Merged PR 3165: Merge per-user-services to rs3 2017-09-13 21:26:51 +00:00
Joey Caparas
f28c357c48 remove steps, add formats, update decimal 2017-09-13 14:26:30 -07:00
Joey Caparas
a0797a31cb Merged PR 3177: udpate portal overview
udpate portal overview
2017-09-13 20:22:43 +00:00
Joey Caparas
dcc4afcb1b udpate portal overview 2017-09-13 13:18:01 -07:00
Maricia Alforque
8167b35df6 Merged PR 3176: Authentication/AllowAadPasswordReset in Policy CSP 2017-09-13 20:13:09 +00:00
Joey Caparas
02470e0b93 Merged PR 3174: add image to steps
add image to steps
2017-09-13 19:58:57 +00:00
Joey Caparas
0ba1dab8ff update product name 2017-09-13 12:56:00 -07:00
jdeckerMS
0df491bff0 add cellular important note
# Conflicts:
#	windows/configuration/change-history-for-configure-windows-10.md
2017-09-13 12:54:35 -07:00
Joey Caparas
41291a3454 minor update 2017-09-13 11:44:10 -07:00
Joey Caparas
54d52bbdd3 Merge remote-tracking branch 'origin/master' into atp-preview-feature 2017-09-13 11:39:55 -07:00
Tanya Bittenmaster
3e6d37b247 Update menu items 2017-09-13 13:59:03 -04:00
Joey Caparas
2da327dccc Merged PR 3169: block on PE files
block on PE files
2017-09-13 17:58:31 +00:00
Tanya Bittenmaster
a0c3ea9ab3 Update menu items 2017-09-13 13:55:58 -04:00
Justin Hall
a38f2d6391 Merged PR 3168: copyedits
copyedits
2017-09-13 17:37:18 +00:00