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,047 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.
  4. Hi, I think they can only be compressed using RLE compression but thats only for 8 bit images. Using Aviquick (freeware) the bmp's can be extracted, and when I did I noticed that there was some duplicate images. So I removed them and reduced the framerate. In total it reduced total size of the 3 avi's from 8.4 mb to 6.4 mb. You can download them here.
  5. Yes its there. I just removed the registry entry so it doesn't show up in the add/remove programs list. It couldn't be uninstalled by itself, so it was a useless entry.
  6. I use K-Lite Mega Codec Pack. http://www.free-codecs.com/download/K_Lite..._Codec_Pack.htm
  7. I used to have same problem before I installed a codec pack. After codecs were installed it would be ok.
  8. It runs slowly probably because mscorsvw.exe is running in the background building net assemblies, which is normal after a net install. The two addons you used are older and do not contain net 3.5 or sp's for net 2 and 3. I made one just recently that is up to date and makes mscorsvw.exe do its building immediately at high priority to get it done faster. Can get either runonceex or svcpack x86 versions here: http://www.ryanvm.net/forum/viewtopic.php?t=5657
  9. hi, Netfx 2 sp1 is netfx 2 as well as all updates to this point included with it, and same with 3 sp1. Sp1 just means all updates to this point added to the original netfx 2 or 3 basically. 1.1 was different because there was netfx 1.1 and an update 1.1 sp1.
  10. All you need to have all frameworks and updates to them is .net 1.1, 1.1 sp1, and .net framework 3.5. 3.5 contains 2 sp1 and 3 sp1 as well as 3.5. I made a all in one pack on ryanvm's forum if you want it. http://www.ryanvm.net/forum/viewtopic.php?t=5657 Hope this clears it up for you.
  11. oh and you may as well update to 10.0.1, snapshot ur system before and after installation of patch, and replace files on your administrative install source. update here: http://download.adobe.com/pub/adobe/photos.../cs3/ps1001.zip
  12. Here's a start. http://bfarber.com/XP-Login-Screens-f65.html
  13. hi, In payloads folder edit setup.xml and leave only these payloads. And delete corresponding folder for each entry you delete. <Payload folder="AdobeALMAnchorServiceAll">Adobe CS3</Payload> <Payload folder="AdobeColorCommonSetAll">Adobe CS3</Payload> <Payload folder="AdobeColorNA_RecommendedAll">Adobe CS3</Payload> <Payload folder="AdobeHelpViewerAll">Adobe CS3</Payload> <Payload folder="AdobePhotoshop10en_US_volume">Adobe CS3</Payload> <Payload folder="AdobeTypeSupportAll">Adobe CS3</Payload> <Payload folder="AdobeVersionCueClient3All">Adobe CS3</Payload> Then in AdobePhotoshop10en_US_volume folder open AdobePhotoshop10en_US_volume.proxy.xml. And between <Requires></Requires> delete removed components. Should look like this. <Requires> <ProductInfo> <Family>CoreTech</Family> <ProductName>ALM</ProductName> </ProductInfo> <ProductInfo> <Family>CoreTech</Family> <ProductName>AdobeColorCommonSet</ProductName> </ProductInfo> <ProductInfo> <Family>CoreTech</Family> <ProductName>AdobeColorNA</ProductName> </ProductInfo> <ProductInfo> <Family>CoreTech</Family> <ProductName>Adobe Help Viewer CS3</ProductName> </ProductInfo> <ProductInfo> <Family>CoreTech</Family> <ProductName>AdobeTypeSupport</ProductName> </ProductInfo> <ProductInfo> <Family>Creative Suites</Family> <ProductName>Version Cue Client CS3</ProductName> </ProductInfo> </Requires> Edit xml's with notepad or the like. I was able to get my silent installer down to 107 mb approx, and it speeds up install time by alot.
  14. ResHack Shellstyle.dll. http://de.geocities.com/webfactorx/shellstyle/index.html
×
×
  • Create New...