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. This works REG QUERY HKLM\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces /s /v DhcpIPAddress | FINDSTR /I "192.168.1.3" IF NOT ERRORLEVEL 1 SET IPAddress=192.168.1.3 REG QUERY HKLM\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces /s /v DhcpIPAddress | FINDSTR /I "192.192.1.3" IF NOT ERRORLEVEL 1 SET IPAddress=192.192.1.3 ECHO %IPAddress% pause
  2. why are you Admin /delete All that is needed is last line cmd /C wmic useraccount where "name='Bob'" set PasswordExpires=FALSE
  3. Edit corrected It searches the Interfaces key for specific DhcpIPAddress and sets the variable %IPAddress% Then you could do some commands from there
  4. ;7 Add Remove + Background right click [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" In that example we would add "Position"="Top"
  5. with win 7 I have been doing that non stop removing read only only to look later and it see it applied again. especially 64 bit which i run more
  6. Could copy the uaDvd folder and use that as reference image so don't have to re-do sp1. I know that takes awhile If your zDrivers.txt, zFEATURES.TXT, zPackagelist.txt are 0 byte just delete them and restart 'Se7en_UA.exe 6.5.8: July 13, 2011, 4:34:09 PM ' Discovered while doing 64 bit from a 32 bit OS it was not getting Drivers, Packages, Features
  7. That all looks good but I see something Image File : E:\applications\Se7en_UA\uaDVD\sources\install.wim Normally I say to install to root of drive like E:\Se7en_UA but continue and see if everything works. Without blank spaces in folder it might work. Dism gives us fits if path is bad I discovered something just now and have corrected so new version be up soon ' Discovered while doing 64 bit from a 32 bit OS it was not getting Drivers, Packages, Features
  8. Actually thats better than doing with the reg file because the reg uses /grant *S-1-5-32-544 and it is better to use /grant Administrators in your language I do that with program but doesn't work sometimes.
  9. Yes much better to keep off SSD and no need for waik since 7 has everything needed you may be able to fix this by going to tools and install the takeownership and then right click the uadvd folder and Takeownership EDIT: I see the dism error now. delete the log file C:\Windows\Logs\DISM\dism.log and start it up again. zip and attach log here
  10. any above or this But some how on a new 7lited windows 7 dvd most of them aren't
  11. Installing that won't prevent. It's like vmware where you have to run it with xp as image in it. A waste of disk if not needed
  12. actually there is no perfect way, sometimes some tweaks don't get applied especially HKCU because a current user must be loaded first. Then there's the keys have permissions set on them which you can use setacl to fix http://www.howtogeek.com/forum/topic/tutorial-setting-permissions-on-a-registry-key?replies=8 If all else fails merge a reg after the user is loaded
  13. yes this has been beat to death start here. all I done was search forum reg load
  14. 'Se7en_UA.exe 6.5.7: July 03, 2011, 12:13:46 PM ' Fix extraction of Favs in 'Add User IE Favorites' found by jbm creates sfx but still uses cmd to point it where to extract
  15. I haven't used XP Mode. I use VMware because it supported 64 bit host/client when I first used Do you have an application won't run in 7? That answers whether you need XP Mode.
  16. Yes jbm it should. Thanks for catching that. Since I started using 7za.exe included I'll switch to use that so no need to have winrar installed.
  17. all you have to do is change processorArchitecture="x86" to processorArchitecture="amd64" No trick, most software will run on 64. I haven't come across very many that won't except if they are 32 bit installer like Acad 2000 May have to download 64 bit installer for some When 32 programs install it will go to Program Files (X86). You have to watch that if you copy some files to Program Files Edit: windows-kb890830-v3.18 there is a 64 bit version of that. I'd just eliminate since it updates monthly
  18. I think your image was not created correctly and most likely creating problems. I am guessing you installed and then captured? To use an image for redeployment with xml you must use Audit mode and then do sysprep specifying the 2nd xml as in this example start sysprep /generalize /oobe /shutdown /unattend:Unattended_Win7.xml You can then have the Unattended_Win7.xml on a usb or floppy and it will see it when you go for a test install Depending on what users you used here. You do not want to install applications as Administrator or they might not be useable by other users. Audit mode xml example here and you call the sysprep line above at very end then capture when it does the /shutdown
  19. cTreamer get the latest. There was a problem in 6.55 where I limited it while I was fixing something. I have removed that
  20. Found what was wrong I think 'Se7en_UA.exe 6.5.6: June 26, 2011, 12:39:38 PM ' Correct adding of exe, msi installers with $$\SETUP\Scripts\Setupcomplete.cmd ' Opens tweak file after adding with notepad. ' WinCal-Win7* + WinPinball* add to REGadd. They won't run till user is loaded ' Fix adding of .bmp with Full SP1 ' Checks if iso at dvd copy
  21. Only install to 1 location like C:\Se7en_UA and run from there Try right click and run as Administrator maybe
  22. Yes and that is one thing I think may be problem You have a user logging in to domain <Username>*****tech</Username> yet you turn around and use Administrator also Can you use the tech user to install?
  23. Recall someone using a script after the PC was setup so it would read a file of available names left to use and then set it with .cmd C:\Users\MyUser>net computer /? The syntax of this command is: NET COMPUTER \\computername {/ADD | /DEL}
  24. you have it false <InstallToAvailablePartition>false</InstallToAvailablePartition> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Extend>true</Extend> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>Se7en_OS</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> <WillShowUI>OnError</WillShowUI> </DiskConfiguration>
×
×
  • Create New...