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. 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.
  2. That will also add all .cab from same folder oilernut all you need is the folder
  3. How you get a picture of me??? That answers that, I am slowly redoing mine trying to figure it out. I am on 64-bit though. Reshacker gets error. So am using Restorator Nothing else out there for free and Resource Tuner won't do 64. Just started messing up with this sp1 full dvd.
  4. 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
  5. 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"
  6. Yes that is why I said #2 works best for me. Have been doing this since first Vista beta. The FirstLogonCommands setting specifies commands to run the first time a user logs on to the computer. These commands run only once.
  7. ; 3/26/2011 Fix Cleanup + Delete zMountDir command
  8. 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
  9. 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
  10. when you /export you remove the [Files] folder
  11. ; 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.
  12. 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
  13. yes for most MS exe updates. some I extract to cab and use that
  14. oops yeah my cd labeled gimagex which is a pe with it on it. yes I have read across many forums some have trouble with both WU or sp1 full installer. No one has figured it out
  15. 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
  16. or you could use my to inject drivers and updates then use the IMAGEX compress export
  17. 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 /?
  18. Deleteing the <InstallFrom> was a right choice but I think you really want <WillShowUI>Always</WillShowUI> right above that btw remove <InstallToAvailablePartition> false is default and you don't add anything if it is default
  19. so you was in add applications?delete the Se7en_UA.ini then start the program it will create new. attach it here
  20. 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.
  21. ; 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
  22. 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
×
×
  • Create New...