Jump to content

jd976

Member
  • Posts

    15
  • Joined

  • Donations

    0.00 USD 
  • Country

    Canada

About jd976

Profile Information

  • OS
    Windows 10 x64

Recent Profile Visitors

1,414 profile views

jd976's Achievements

0

Reputation

  1. maxXPsoft, It's only necessary to edit the alpha channel for transparency. Black (0,0,0) is transparent and white (255,255,255) opaque. I made a fairly transparent one for a sample/test. 516_Original_edit.zip
  2. Check out product.ini in sources folder. It contains default trial keys. Then inject using Dism for each edition. Dism /image:<mountdir> /Set-ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
  3. Any hkcu tweaks that don't apply by injecting into hive, such as FullRowSelect tweaks. I make a self deleting 7zip sfx and place it in default user startup folder. Directory needs to be created. cmd for creating directory md "<your mount dir>\Users\Default\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" Then I use xcopy to move the files. In this way the tweaks get applied at first logon for all newly created users, then deletes itself for the current user. Example of my Config.txt for sfx. ;!@Install@!UTF-8! Title="7-ZIP SFX archive" Progress="no" SelfDelete="1" GUIFlags="8" OverwriteMode="0" ExtractPathText="Select extraction path" ExtractPathTitle="7-ZIP SFX archive" ExtractCancelText="Abort" RunProgram="%SystemRoot%\\regedit /s %%T\\HKCU.reg" ;!@InstallEnd@! This is my fullrowselect tweaks, keeps "my computer" in tile mode instead of entended tiles. As well as sets 10000 folder remember limit, instead of default 5000. Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags] [-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU] [-HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags] [-HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\BagMRU] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSaveSettings"=- [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSaveSettings"=- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "FullRowSelect"=dword:00000000 [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell] "KnownFolderDerivedFolderType"="{57807898-8C4F-4462-BB63-71042380B109}" "SniffedFolderType"="Generic" "FolderType"="NotSpecified" [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU] "NodeSlots"=hex:02,02 "MRUListEx"=hex:00,00,00,00,ff,ff,ff,ff "0"=hex:14,00,1f,50,e0,4f,d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,00,00 "NodeSlot"=dword:00000002 "BagMRU Size"=dword:00002710 [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU\0] "NodeSlot"=dword:00000001 "MRUListEx"=hex:ff,ff,ff,ff [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags] "BagMRU Size"=dword:00002710 [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\1\Shell\{5C4F28B5-F869-4E84-8E60-F11DB97C5CC7}] "Rev"=dword:00000000 "FFlags"=dword:41000011 "Vid"="{65F125E5-7BE1-4810-BA9D-D271C8432CE3}" "Mode"=dword:00000006 "LogicalViewMode"=dword:00000002 "IconSize"=dword:00000030 "GroupView"=dword:ffffffff "GroupByKey:FMTID"="{B725F130-47EF-101A-A5F1-02608C9EEBAC}" "GroupByKey:PID"=dword:00000004 "GroupByDirection"=dword:00000001 [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{5C4F28B5-F869-4E84-8E60-F11DB97C5CC7}] "FolderType"="Generic" "Rev"=dword:00000000 "FFlags"=dword:43000011 "LogicalViewMode"=dword:00000001 "Mode"=dword:00000004 [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{5fa96407-7e77-483c-ac93-691d05850de8}] "FolderType"="Videos" "Rev"=dword:00000000 "FFlags"=dword:43000011 "LogicalViewMode"=dword:00000001 "Mode"=dword:00000004 [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{7d49d726-3c21-4f05-99aa-fdc2c9474656}] "FolderType"="Documents" "Rev"=dword:00000000 "FFlags"=dword:43000011 "LogicalViewMode"=dword:00000001 "Mode"=dword:00000004 [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{94d6ddcc-4a68-4175-a374-bd584a510b78}] "FolderType"="Music" "Rev"=dword:00000000 "FFlags"=dword:43000011 "LogicalViewMode"=dword:00000001 "Mode"=dword:00000004 [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{b3690e58-e961-423b-b687-386ebfd83239}] "FolderType"="Pictures" "Rev"=dword:00000000 "FFlags"=dword:43000011 "LogicalViewMode"=dword:00000001 "Mode"=dword:00000004 [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{DE2B70EC-9BF7-4A93-BD3D-243F7881D492}] "FolderType"="Contacts" "Rev"=dword:00000000 "FFlags"=dword:43000011 "LogicalViewMode"=dword:00000001 "Mode"=dword:00000004 I also place my taskbar editing scripts here so it applies to all newly created users.
×
×
  • Create New...