Jump to content

Etz

Members
  • Posts

    461
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Etz

  1. HKCU variation didnt work out.

    Tested HKLM & HKCR parts afterwards, both did work as expected, so its looks like solved indeed...at least for me :)

     

    Thank you.

     

    Just for reference, this works now:

    ; Show Libraries on Navigation Panel[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"System.IsPinnedToNameSpaceTree"=dword:00000001[HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"System.IsPinnedToNameSpaceTree"=dword:00000001; Move Libraries above "My PC" on Navigation panel[HKEY_CLASSES_ROOT\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"SortOrderIndex"=dword:00000042[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"SortOrderIndex"=dword:00000042
  2. Hmm, so there is basically no way to edit those offline...

    Only via SetupComplete.cmd then for HKLM keys.

     

    Actually I was able to edit at least this as Regular user with admin rights:

    ; Move Libraries above "My PC" on Navigation panel[HKEY_CLASSES_ROOT\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"SortOrderIndex"=dword:00000042

    Also HKCU keys can be edited by User post-install...

     

    Fair enough, will have to continue using SetupComplete.cmd & RunOnce.cmd for those then...

  3. hkcu reg tweaks can't be applied until after the user account has been populated it's been that way for a very long time.

     

    Actually, some of those can be applied and I actually remember Lego saying that those are being mapped to "Default User" registry Hive by WinToolkit.

    Maybe Lego can comment actually where does WinToolkit Import or apply all the HKCU stuff?

     

    Anyway I`m more interested why HKLM & HKCR doesnt work out, and thats not the only ones which I`m currently struggling with.

  4. For some strange reason, I cannot get two Reg tweaks to get applied via WinToolkit if I do the very same tweaks via SetupComplete.cmd or as HKCU via RunOnce.cmd they work just fine... 

     

    Question is about those (works fine via SetupComplete.cmd but not via WinToolkit AIO tool):

    ; Show Libraries on Navigation Panel[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"System.IsPinnedToNameSpaceTree"=dword:00000001[HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"System.IsPinnedToNameSpaceTree"=dword:00000001; Move Libraries above "My PC" on Navigation panel[HKEY_CLASSES_ROOT\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"SortOrderIndex"=dword:00000042

    Also tried as (works fine via RunOnce.cmd but not via WinToolkit AIO tool):

    ; Show Libraries on Navigation Panel[HKEY_CURRENT_USER\Software\Classes\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"System.IsPinnedToNameSpaceTree"=dword:00000001[HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"System.IsPinnedToNameSpaceTree"=dword:00000001

    Difference between those is, that HKCU is for user HKLM is System wide version of the very same for all Users (existing and non existing).

     

    Now wondering is it somekind of WinToolkit bug, or...

    Have been trying to solve this from version x.26 but never succeeded importing those two tweaks one way or another.

     

    PS: For clarification those all are Windows  8.1 Specific tweaks

  5. Technically it works on windows 8.1 also, only removals dont.

     

    You only have to use it on the very same Host OS due to newer Dism requirement as it doesnt allow you to choose dism.exe location.

    Hence you are limited to using OS built in version. (Change has been requested to make it possible to select it)

×
×
  • Create New...