Content Type
Profiles
Forums
Events
Everything posted by maxXPsoft
-
Not everybody going to run as built in Administrator and the majority should not. try to merge this reg file. Administrator account can't even merge this without setting permissions. Do you feel less powerful now? [HKEY_CLASSES_ROOT\CLSID\{323CA680-C24D-4099-B94D-446DD2D7249E}\ShellFolder] "Attributes"=dword:a9400100 ; Default is a0900100 TrustedInstaller has full permissions on that but Administrators group which Administrator belongs to does not with UAC off I can do anything the Administrator can do.
-
Best Way To Slipstream Updates?
maxXPsoft replied to oilernut's topic in Unattended Windows 7/Server 2008R2
That will also add all .cab from same folder oilernut all you need is the folder -
I first went there and done that myself getting the new to mod on all my files regardless cause I have a real sp1 dvd. I am using a different background and it still fails. My FirstUXBackground.bmp background is not all black as main color and wondering if thats it. It worked 1 time and then when things changed it went back. Going to reduce all the new files I modded and try that this is the new I am working on
-
Nice one myslfdiem. want to try a few of them here This is a nice little code for a .vbs will generate new GUID. save as createCLSID.vbs and just run it. Copy the code from inputbox and click ok. I just couldn't stand to download a program nor google desktop addon createCLSID.vbs Set TypeLib = CreateObject("Scriptlet.TypeLib") NewGUID = TypeLib.Guid strAnswer = InputBox("Custom Generated CLSID:", _ "createguid",(left(NewGUID, len(NewGUID)-2))) Set TypeLib = Nothing Wscript.Quit BTW< your service cmd would not run here but this does @="C:\\WINDOWS\\system32\\mmc.exe C:\\WINDOWS\\system32\\services.msc"
-
Add Right click .wim Windows 7 or Windows 8/8.1
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
; 3/26/2011 Fix Cleanup + Delete zMountDir command -
7Customizer components XML
maxXPsoft replied to blue4603's topic in Unattended Windows 7/Server 2008R2
When I was looking at this myself I found Windows Search sucks and is slow. Free Agent Ransack 2010 (Build 762) is available in both 32-bit and 64-bit versions Will allow file contents search and is faster than Windows search -
Remove language components with aik?
maxXPsoft replied to highend's topic in Unattended Windows 7/Server 2008R2
Ok I see, my dvd has 5 in it. Then answer is no unless you figure out how to remove like them other app's do. I have done some of that testing. Too long winded to say again because we have gone through that in this forum. Think 7customizer is supposed to be adding that -
Integration Versus Audit Mode?
maxXPsoft replied to alvinkhorfire's topic in Unattended Windows 7/Server 2008R2
when you /export you remove the [Files] folder -
Add Right click .wim Windows 7 or Windows 8/8.1
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
; 3/23/2011 Added Get-Drivers To Desktop, Get-Packages To Desktop, Get-Features To Desktop. Must be Mounted download in first post. Run the .wimrightclick - Uninstall.reg first. -
Remove language components with aik?
maxXPsoft replied to highend's topic in Unattended Windows 7/Server 2008R2
you must mount image DISM /image:C:\zMountDir /Get-Packages > C:\Packagelist.txt then for each DISM /image:C:\zMountDir /Remove-Package /PackagePath:Microsoft-Windows-LocalPack-AU-Package~31bf3856ad364e35~amd64~~6.1.7601.17514 hmm something new for my right click .wim -
Windows 7 update integration
maxXPsoft replied to titishor's topic in Unattended Windows 7/Server 2008R2
yes for most MS exe updates. some I extract to cab and use that -
vlite? that is so Vista man , I know they trying to keep it alive but it is so past tense If you want to do that reverse then install the OS with none of the above to a clean Hard drive. Install SP1 and then capture that with a Gimagex cd. me I unplug Inet cable when doing that so nothing interferes. I might inject Drivers and updates wth my right click .wim
-
Integration Versus Audit Mode?
maxXPsoft replied to alvinkhorfire's topic in Unattended Windows 7/Server 2008R2
or you could use my to inject drivers and updates then use the IMAGEX compress export -
Windows 7 update integration
maxXPsoft replied to titishor's topic in Unattended Windows 7/Server 2008R2
most exe have a silent command but you will have to add them during Firstlogoncommands ATL90SP1-KB973924-x64 /q open a cmd prompt paste the exe name and /? -
Loading Admin will only apply HKCU to him only. You have to load a user to apply User tweaks. OK That is why it is called HKEY_CURRENT_USER You cannot apply HKCU except 1. mounting image and applying to defaults.dat. I found some I wanted would not apply doing that so went back to #2 2. use a reg file during Firstlogoncommands and these are applied before desktop loads 3. Run a script for each user which he said he was going to do I am sure there are a couple more way's with policies but even those don't get all I want and other such but #2 is easiest for me.
-
Add Right click .wim Windows 7 or Windows 8/8.1
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
; 3/18/2011 Now working with UAC on and raises a uac prompt all except .Wim Info. I can't get Dism to pause. ; Added creating C:\zPackage and C:\zMountDir Working with UAC turned on. It will pop the UAC box asking to do these things. With that on it opens an extra cmd window. Dism is self contained exe which don't allow redirecting so with UAC on you can't direct it's output to say like a cmd window. It resides in System32 folder and the permission's are only read and execute for Admins How I beat it with UAC on. This does not affect your security in anyway giving permission for this to run, you would still have to allow it What this does is give it Run as Administrator prompt and adds the Admin shield to the exe. Asking to allow with UAC turned on. .wimrightclick - Install Download in first post -
IE9 to integrate the Windows 7 DVD?
maxXPsoft replied to TrendMark's topic in Unattended Windows 7/Server 2008R2
agree myselfdiem what is IE9_SUPPORT.CAB cause I couldn't integrate it either too busy to mess with it so I just run the exe after setup and add my tweaks