SettingsANDstart

AizePC

New Member
Hi everyone!
I somehow deleted the parameters and start, which components need to be returned back to make them work?
 
Client.CBS is required for both Settings & Start Menu.
<c>MicrosoftWindows.Client.CBS 'Опыт использования для Windows'</c>

If you want to install UWP (Store) apps, keep these for compatibility:
<c>Microsoft.NET.Native.Framework.1.7 'NET.Native.Framework.1.7'</c>
<c>Microsoft.NET.Native.Framework.2.2 'NET.Native.Framework.2.2'</c>
<c>Microsoft.NET.Native.Runtime.1.7 'NET.Native.Runtime.1.7'</c>
<c>Microsoft.NET.Native.Runtime.2.2 'NET.Native.Runtime.2.2'</c>
<c>Microsoft.VCLibs.140.00 'VCLibs.140.00'</c>
 
Back
Top