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. Lot of languages here also Turkish http://windows.microsoft.com/en-US/internet-explorer/downloads/ie-9/worldwide-languages
  2. Oh so you found the guide where I wrote the cmd file's http://forums.mydigitallife.info/threads/22807-DVD-with-SP1-integrated-into-Windows-7?p=350189#post350189
  3. nice_guy I just gotta ask why? Win 7 search sucks Agent Ransack Free works much better and find's more things also available 64 bit. And Fast. http://www.mythicsoft.com/page.aspx?type=agentransack&page=home You get a right click on folders or drives
  4. must mount the install.wim Default = mount\Users\Default\NTUSER.DAT Software = mount\Windows\System32\config\SOFTWARE System = mount\Windows\System32\config\SYSTEM
  5. Thanks Geth for the heads up. Did you also extract exe like Magic? I see you tried everything else I was about to extract my exe and try that. EDIT exe d/l http://windows.microsoft.com/en-US/internet-explorer/downloads/ie-9/worldwide-languages
  6. I slipstream SP1 into my dvd sources and I don't have any problems. Just takes some time
  7. the one before AutoAdminLogon was added
  8. Well just done a new install and cleanup added the QL and 1 other toolbar I have. When it rebooted neither was there Possible reason is why is this killing Explorer?. Don't think that is needed and reg writes where it will save won't get written correctly
  9. I don't think you needed to add that AutoAdminLogon. Only if someone get's the problem they need to be aware. They say it is rare
  10. Wanted to add this in here for anyone have the problem [FIX] Windows 7 Taskbar Resets to Default Settings If “Automatically Log On” Feature is Enabled - Tweaking with Vishal http://www.askvg.com/fix-windows-7-taskbar-resets-to-default-settings-if-automatically-log-on-feature-is-enabled/
  11. In Windows 7 it is better to use Background and this can be added to registry so no modding dll's Background in Win 7 means anywhere on the desktop, any white space on any folder or drive. It's basically right clicking on a blank space anywhere. Here is mine which has Add Remove, Cmd Prompt, Create Restore Point, Kill Not Responding Tasks Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Add Remove] @="" "Icon"="imageres.dll,-161" "Position"="Bottom" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Add Remove\command] @="control appwiz.cpl" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\cmd] @="@shell32.dll,-8506" "NoWorkingDirectory"="" "Icon"="cmd.exe" "Position"="Bottom" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\cmd\command] @="cmd.exe /s /k pushd \"%V\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Create Restore Point] @="" "icon"="rstrui.exe,-155" "Position"="Bottom" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Create Restore Point\command] @="WScript.exe %windir%\CreateRestorePoint.vbs" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Kill Not Responding Tasks] @="" "Icon"="explorer.exe,-111" "Position"="Bottom" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Kill Not Responding Tasks\command] @="C:\\Windows\\System32\\taskkill.exe /F /FI \"STATUS eq NOT RESPONDING\"" You can get code for CreateRestorePoint.vbs here
  12. Let us know which it is I'll update my 102 I have seen oem folders appear during extracting so they are there way before even Audit.
  13. Actually need to get it calling the installApps.cmd first. I thought you had done from the pic above. I mount my install.wim and add the OEM and then things get a lot easier. I add an $1\Install folder that gets dropped on the root drive which you can delete at the end also. Then in xml I call it this way <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>2</Order> <Description>Running FirstLog.cmd</Description> <CommandLine>cmd /C start /wait %systemdrive%\Install\FirstLog.cmd</CommandLine> </SynchronousCommand> </FirstLogonCommands> $OEM$ $$ <<- C:\Windows $$\Web\Wallpaper <<- Wallpapers here Setup\Scripts <<- setupcomplete.cmd System32 <<- $$\System32\OEM <<- OEM *.xrm-ms + valid Product Key $1 <<- Drive Root Drivers <<- where some OEM place driver files Install <<- where I place most things and call from there. EX: %SystemRoot%\Install\Firstlog.cmd
  14. add same line at top in your batch but in a batch do not use cmd /c Test this and you'll see in a batch on desktop FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\sources\install.wim SET CDROM=%%i: Type %CDROM%\autorun.inf pause
  15. won't boot usb if there is no boot files on it. When I'm booting HD is set as first but my Dell gives me F12 to select boot device. I hit dvd-rw and then anykey. my usb is already connected and Win 7 will pick it up and use xml from there No need to remove the usb after it starts untill you hit desktop
  16. 'Se7en_UA.exe 6.5.2: February 08, 2011, 7:08:05 AM ' Fix error found by jbm. Could not set offline local ' When I tried to make more easy I had removed something when you select all languages for SP1 ' It was removing all from .mum file ' Add tweak to give Background right click Create Restore point My Tweak Background right click Create Restore point Create a file named CreateRestorePoint.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Create Restore Point] @="" "icon"="rstrui.exe,-155" "Position"="Bottom" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Create Restore Point\command] @=hex(2):57,00,53,00,63,00,72,00,69,00,70,00,74,00,2e,00,65,00,78,\ 00,65,00,20,00,25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,43,00,\ 72,00,65,00,61,00,74,00,65,00,52,00,65,00,73,00,74,00,6f,00,72,00,65,00,50,\ 00,6f,00,69,00,6e,00,74,00,2e,00,76,00,62,00,73,00,00,00 Create a file named CreateRestorePoint.vbs 'created by Se7en_UA 'Scriptable equivalent of the SRSetRestorePoint function. Set Args = wscript.Arguments If Args.count() > 0 Then RpName = Args.Item(0) Else RpName = "Manual RP " & CDate(Date) & " " & (Time) End If wscript.Echo "Create Restore Point: " & RpName & " " & _ vbcrlf & "Please Wait untill Success" Set obj = GetObject("winmgmts:{impersonationLevel=impersonate}!root/default:SystemRestore") If (obj.CreateRestorePoint(RpName, 0, 100)) = 0 Then wscript.Echo "Success" Else wscript.Echo "Failed" End If Copy the CreateRestorePoint.vbs to Windows folder and then merge the CreateRestorePoint.reg. You can now right click anywhere in any folder or on desktop and get a right click Create Restore Point Will do that in latest with language conversions and add vbs to Root of system drive in $1 folder EDIT: Changed location of CreateRestorePoint.vbs to %windir%\CreateRestorePoint.vbs so it works on any Windows location. Reg had to be changed to a REG_EXPAND_SZ
  17. Uhm, "CD there" means you can access the commandline and change dir during Windows Setup after the error message? Yes unless you crash so early nothing was expanded When you crash leave error box up and hit Shift F10 to open cmd prompt. Depends on how many drives you have I usually find my usb jump on H: so I just type CD H: and press enter then I type dir just to make sure it is on right one and then type just Panther. I place my Autounattend.xml also on H: so I can just go there and edit my xml with dos or you can type notepad and find the xml and open it. Easyyyy and works in VM also
  18. Is the easiest way to figure out errors
  19. Ok I got the error let me fix. May take a bit of time like a day or so
  20. So when you click No you add languages the next time you start it? even if just en-us Let me test that, the Yes add's all languages to 1 folder for injection but it will not add any languages not present in the wim already
  21. Thats all I changed that had to do with taskbar and no more doubles here or Desktop toolbar. Remember I am running 64 and small icons but that should not matter
  22. go ask them in Rt7lite post
  23. DynamicUpdate This is not WU I call a reg file during Firstlogoncommands and within is ;62 Microsoft Update settings [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update] "AUOptions"=dword:00000002 "IncludeRecommendedUpdates"=dword:00000001 If you open regedit from an Admin cmd prompt you will see the Wow6432Node. If not Admin then normal regedit won't show it. I know it is confusing but is there to support 32 bit software on a 64 machine. You want to see both sides then grab my Jump2reg in my Sig, it has both sides by unchecking the 64 bit box
  24. That md5 don't match either of mine I got them here and not the torrent http://windows7forums.com/windows-7-discussion/56605-windows-7-service-pack-1-sp1-download-available.html 1 other thing I done was fix where it compresses at very end. Might try 6.5.0 after you verify the Sp1
×
×
  • Create New...