游戏栏

This commit is contained in:
dragonflylee 2018-11-06 17:49:16 +08:00
parent d8ebdeeea7
commit c73764cdb4
3 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1 @@
<License xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ID="8c2d7351-6ea8-4df2-bbdb-377dc58d08fa" LicenseID="e8fff2df-6041-8f21-3df7-db31661aa09b" ContentID="0251d65d-e887-28bd-a226-3ecd72fb59c6" Version="3" xmlns="urn:schemas-microsoft-com:windows:store:licensing:ls"><Binding Binding_Type="Machine"><ProductID>9NZKPSTSNW4P</ProductID><PFM>microsoft.xboxgamingoverlay_8wekyb3d8bbwe</PFM><LicenseInstanceID>f4ec4344-7b9c-4127-96ae-31df673c2e24</LicenseInstanceID><RequestorID>2c3f1d47-426d-c7d7-face-ef1add208818</RequestorID><LeaseRequired>False</LeaseRequired></Binding><LicenseInfo Type="Full" LicenseUsage="Offline" LicenseCategory="OEM"><IssuedDate>2016-09-22T18:35:34.1680488Z</IssuedDate><LastUpdateDate>2016-09-22T18:35:33.7661539Z</LastUpdateDate><BeginDate>2016-09-22T18:35:33.7661539Z</BeginDate></LicenseInfo><SPLicenseBlock>FAAAALgAAADJAAAACgAAAAMAAQB2JORXAgDLAAAAEAAAAN/y/+hBYCGPPffbMWYaoJvOAAAAUAAAAG0AaQBjAHIAbwBzAG8AZgB0AC4AeABiAG8AeABnAGEAbQBlAG8AdgBlAHIAbABhAHkAXwA4AHcAZQBrAHkAYgAzAGQAOABiAGIAdwBlAAAAzQAAACIAAAABAMx3smzKAVhRaihggeH2C2l4nP6OZviPzikRed7Hp6mpIAAAAAQAAAB2JORXzAAAAEQAAAABAAIApgltDr/2hDx6HlxtEyDOsA2/UgZs/E0YW4l/z6x6Xr1Jx5HVtjHZ3hyuON3jNn5vQiwCCz/w1N1SMjDjNsR0/w==</SPLicenseBlock><Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" /><DigestValue>sMiNc6VhQZr0eDdbI+a3cdWaq2ezQIE4ErB8yBwYu6k=</DigestValue></Reference></SignedInfo><SignatureValue>CBqcV8/iwv2y8Q35wJPP9qEpAjUJv2zXHsQ004795gdNVLuRo7koMRP1vgx70jzhKfRLMRagJnC58b4no0QHfQn/iMT83NlkCArbHh66448rds28DJelaGWjgt5XhWRuzxWvO20emsbllYBwRlWzEZR1RJz9+knkwc+DzZ9ipyc6cZGm3QT6ZNzOtcClzMnMniB2u+qX34u3BdqgtLlWjU0uylLMM4Zy0Bc5jailak1zjaJ15mSX545X0ctJOtTiGTBSyz+VCbEeNaxn0ZmoEB3hxSwwwtTi+8E04EJZWB09ISAcEFs1W+ngdZQ+BpW6OYLuMWSCEK2w2rdK63Yw6w==</SignatureValue><KeyInfo Id="_0f81b24f-bc40-2712-0d5d-e7c10085c330"><KeyValue><RSAKeyValue><Modulus>oVSJXItDsaAIfwyR9bhh/ZSppCAO+in9POLWdC2/TQodgeHZzbdBvxJvKhpbrq6ZP0FsSElLwRoLAmv7zIuVw3Vb7tfQt5bjCDHRAG9fesNlYKV3ybyNrHyzglfZPRB5UJZw32yi03zQa+LLa05fjs6joEmlHc5BrGQrGrbNMBahz4cmuxKC4/dhEb7JZFUkc0MRhs/M3Ve511HQfKuG+92g1OffJdRsAPzWRdskPoN35knnqno7F85OBmGV/LNBgdtDWUH6di1eUCQFeKGfMp+Q/LFUX9jawTTEPn72tYbpYASug05Skcg6KTHlcLGzevxGw7BYsOsqfDka5n0YGw==</Modulus><Exponent>AAEAAQ==</Exponent></RSAKeyValue></KeyValue></KeyInfo></Signature></License>

View File

@ -199,3 +199,7 @@ MaintenanceDisabled=dword:00000001
;茶꾜OneDrive긋으
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
"System.IsPinnedToNameSpaceTree"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\GameDVR]
"AppCaptureEnabled"=dword:00000000

View File

@ -76,8 +76,9 @@ for /f %%f in ('type "%~dp0Pack\CapabilityList.%ImageShortVersion%.txt" 2^>nul')
for /f %%f in ('type "%~dp0Pack\RemoveList.%ImageVersion%.txt" 2^>nul') do call :RemoveComponent "%~1", "%%f"
call :IntRollupFix "%~1"
rem call :AddAppx "%~1", "DesktopAppInstaller", "VCLibs.14"
call :AddAppx "%~1", "Store", "VCLibs.14 Runtime.1.6 Framework.1.6"
call :AddAppx "%~1", "Store", "VCLibs.14 Runtime.1.7 Framework.1.7"
call :AddAppx "%~1", "WindowsCalculator"
call :AddAppx "%~1", "XboxGamingOverlay"
call :ImportOptimize "%~1"
call :ImportUnattend "%~1"
call :ImageClean "%~1"