Jump to content

maxXPsoft

Developer
  • Posts

    3,080
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by maxXPsoft

  1. Play slide show on lockscreen for 8.1. Must be activated Windows Registry Editor Version 5.00 ;8.1 Play slide show on lockscreen [HKEY_CURRENT_USER\Control Panel\Desktop] "SlideshowEnabled"=dword:00000001 "SlideshowSourceDirectoriesSet"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Lock Screen] "SlideshowEnabled"=dword:00000001
  2. There is no registry for quicklaunch I use this tool on Windows 7 http://www.msfn.org/board/topic/137889-quick-launch-classic-7-tool-105/ For Windows 8.1 I do something different. In fact I have dropped the Quicklaunch even in Windows 7 and started using this http://www.msfn.org/board/topic/159164-windows-8-and-81-reg-tweaks/?p=1032647
  3. I agree but for some that don't know And the author of WPI(Windows Post Installer) even said use Start /Wait Perhaps because it opens other processes and sometimes Windows drops out of the SynchronousCommand for unknown reasons We all know MS stuff don't work the way intended from years of messing with different versions.
  4. You can add the right click .wim here http://www.msfn.org/board/topic/150275-add-right-click-wim-windows-7-or-windows-881/?p=958469 Use the zProvisionedAppxPackages.txt from Seven_UA folder Then mount your image and simply do this. http://www.msfn.org/board/topic/157636-metro-tile-custimization/ EDIT: Skydrive NO, not yet. You can unpin it that's what I been doing and trying out how to automate it.
  5. what does your ei.cfg fie in sources say? for Ultimate it would be like this for a Retail [EditionID] Ultimate [Channel] Retail [VL] 0 You can delete that file and remake iso if it contains anything but the Professional if that is a Pro dvd copy
  6. whatever floats your boat IF IT WORKS. we done been through this a few times in these forums since XP unattended Some programs will somehow drop out and next program starts on top of it, not desireable Even adding the use of Startx.exe to some like Belarc Advisor cured some but not all I don't run 20 programs with an xml anyway but rather call a .cmd to start and do things but of my 500 programs my M8 and I have created runoncex keys for we usually start them all with CMD /C Start /Wait or StartX /Wait
  7. FYI I got this error for each of the updates in the dism.log using Win 8.1 ADK RTM on my Windows 7 /Add-Package /PackagePath: Not trying hotpatching because root package is not hotpatch-aware: Package_for_KB2476490~31bf3856ad364e35~amd64~~6.1.1.0 149 times. Its ok because the updates do inject and I ran a setup and it was fully updated.
  8. since Windows 8.1 is only an update ;4 Show my Desktop background on Start Screen Background[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Accent]"MotionAccentId_v1.00"=dword:000000db;5 Windows Explorer Show Libraries off[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabRoaming]"NextTimer"=hex(b):86,d3,ed,1b,23,7b,ce,01,;6 Go to the desktop instead of Start when I sign in[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage]"OpenAtLogon"=dword:00000000;7 List desktop apps first in the Apps view when sorted by category[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage]"DesktopFirst"=dword:00000001;8 Search everywhere instead of just my apps when I search from Apps view[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage]"GlobalSearchInApps"=dword:00000001;9 Show APPS view auto when go to Start[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage]"MakeAllAppsDefault"=dword:00000001;10 Default jpg, png, bmp = Windows Photo viewer; Finalize Image AppAssoc.xml;11 Remove 6 Folders from This PC = Windows Explorer;Music[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}];Downloads[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}];Pictures[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}];Videos[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}];Documents[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}];Desktop[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}];DosProbie;Kill the annoying "Switch between apps" pop-up when launching metro apps..[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\EdgeUI]"DisableHelpSticker"=dword:00000001[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\EdgeUI]"DisableHelpSticker"=dword:00000001;Play slide show on lockscreen[HKEY_CURRENT_USER\Control Panel\Desktop]"SlideshowEnabled"=dword:00000001"SlideshowSourceDirectoriesSet"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Lock Screen]"SlideshowEnabled"=dword:00000001Show my Desktop background on Start Screen Background Play slide show on lockscreen You must be activated for these to work I Remove the 6 Folders because they take up a lot of screen
  9. I am unable to upload here anymore so Look at <settings pass="oobeSystem"> in first post. It is updated I add as much as possible to block them
  10. blank password use UABhAHMAcwB3AG8AcgBkAA== with <PlainText>false</PlainText> or do it similar to this http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/page-10#entry973907
  11. Looks like Microsoft-Windows-TerminalServices-LocalSessionManager fDenyTSConnections only applies to Server But those 2 settings are set to a 1 in Windows 7 and 8.1
  12. MrJinje When windows first Installs the ExecutionPolicy is Restricted I don't know how you are getting around that during an Unattend? I've been playing with something like this from a cmd prompt powershell -command "Set-ExecutionPolicy RemoteSigned" powershell -command "Get-ExecutionPolicy" RemoteSigned
  13. I remove them all and only leaves Store, Skydrive and a few other things
  14. 'Se7en_UA.exe 8.1.5 October 04, 2013, 2:04:34 PM' Now fixed to allow Rollback to Here all the way through' That way you can do an Ultimate image and then back up and do a Premium or whatever.' Fix adding /IMAGE/NAME for AutoUnattend.xml if blank' Fix 401 error at image selection if no image selectedand for those that use it. Jump2reg updated for win 8.1 RTM 'Jump2reg 3.0.4 October 04, 2013, 8:12:38 PM' Correction for Windows 8.1 RTM
  15. No not there You can install them by integrating into the .wim or either a post install after windows finishes installing. Of course there is Audit mode also
  16. themepack works on 8.1 as MrJinje said but I call an autoit in Firstlogoncommands that installs and then closes Personalization CMD /C start /wait %systemdrive%\Install\maxXPsoft_AU3.exe WinWaitNotActive ("Personalization")Run(@ComSpec & " /c " &@ScriptDir&"\maxXPsoft.themepack", "", @SW_HIDE)WinWaitActive ("Personalization")Sleep (5000)send ("!{F4}")Exit
  17. That bug was something happened when I added 8.1 and tried to add paths for both 8 and 7 since i keep them separate I don't have rtm yet so let me how it works out.
  18. 'Se7en_UA.exe 8.1.4 September 21, 2013, 9:58:22 PMThis fixed it. It was the image for APP installer if you had never loaded 8 then it was empty. Can't copy an empty file. I run it over and over again and never delete them things since it saves path for me making it easier. Get the new version.
  19. Thanks for being patient I figured out what it was by last entry in the steps. Looking now to see what to fix
  20. 'Se7en_UA.exe 8.1.4 September 21, 2013, 7:43:25 PMI don't know what hapened I made the changes but it didn't take. Perhaps in a hurry this morning. Try this version again Make sure the 4 files that start with a z like zDrivers.txt, zProvisionedAppxPackages.txt are not empty. If they are then start over at dvd copy or just delete them 4 so it will remake.
  21. I think this should fix. I didn't have a problem except when installing on a 32 bit machine. Delete these from Se7en_UA_STEPS and it will create again DandIRoot= NewPath= ImagexTool= 'Se7en_UA.exe 8.1.4 September 21, 2013, 7:43:25 PM' Fix PROCESSOR_ARCHITECTURE problem found by jbm' Fix BuildBranch for winblue_rtm' import-DefaultAppAssociations Win 8.1 for Default jpg, png, bmp = Windows Photo viewer
  22. HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main key should be ok for all
  23. jbm message me this part of appswitch.ini [se7en_UA_STEPS] I tried msg you but
  24. hmm board not messaging me when new post. jbm I'll put up 8.13. Let me know how it works. It is set to use adk and I'd start over at begining. I went back and tried to make it work without adk for win 7 but not sure why it won't unless uninstalling adk leaves stuff around 'Se7en_UA.exe 8.1.3 September 19, 2013, 9:38:11 AM' Requires starting over at dvd copy' Must have at least adk 8.0 installed. adk 8.1 for Windows 8.1
  25. Very Big. Start over at copy dvd with this Fixed removal of app packages (.appx) and Features on Win 8.1 Preview sources I'll have to check Win 7 sources now to make sure it is still right. 'Se7en_UA.exe 8.1.2 September 13, 2013, 6:16:33 PM' Fixed removal of app packages (.appx) and Features on Win 8.1 Preview sources' Fix Path for Windows 8.1 (ADK)' Fix clearing No_Inject_8 list.What is left after I removed most Uploaded with ImageShack.us
×
×
  • Create New...