Skip to content
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

Update Tweaks.xml #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions WPTweaker/Tweaks.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8" ?>
<tweaks>

<contributors>
<contributors>
<contributor>sensboston @ xda-developers</contributor>
<contributor>Jaxbot @ WindowsPhoneHacker.com</contributor>
<contributor>xFleck @ xda-developers</contributor>
Expand All @@ -13,8 +12,18 @@
<contributor>snickler @ xda-developers</contributor>
<contributor>kwanice @ xda-developers</contributor>
<contributor>Myriachan @ xda-developers</contributor>
<contributor>kcirtap- @ xda-developers</contributor>
</contributors>

<tweak category="System" name="Unlimited sideload apps" type="toggle" description="Interop/OEM unlock with unlimited sideload apps" comparer="==">
<entry path="HKLM\SOFTWARE\Microsoft\DeviceReg\Install" name="MaxUnsignedApp" type="dword" reboot="true" default="7FFFFFFF">
<value>10003</value>
</entry>
</tweak>
<tweak category="System" name="Add C: and U: in File Explorer app(Windows 10 Mobile)" type="toggle">
<entry path="HKLM\Software\microsoft\Windows\CurrentVersion\FileExplorer\Config" name="NavigationRoots" type="string" default="shell:::{679f85cb-0220-4080-b29b-5540cc05aab6};knownfolder:{1C2AC1DC-4358-4B6C-9733-AF21156576F0}" >
<value>shell:::{679f85cb-0220-4080-b29b-5540cc05aab6};knownfolder:{1C2AC1DC-4358-4B6C-9733-AF21156576F0};C:;U:</value>
</entry>
</tweak>
<tweak category="System" name="Full FS access over MTP (causes problems on devices with the USB-Type C port)" type="toggle">
<entry path="HKLM\Software\microsoft\mtp" name="datastore" type="string" default="C:\Data\Users\PUBLIC" >
<value>c:</value>
Expand Down