Jump to content

MCT

Member
  • Posts

    3,244
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by MCT

  1. hmm, which services did u disable/modify? sounds like u maybe messed up something somewhere
  2. k, for testing, lets use classic logon screen goto control panel > user accounts > "Change the way users log on or off" then untick "Use welcome screen" next, logout, and when it asks for a username , type "Administrator" and specify a password if u chose 2 next try 2 add a printer or use msconfig , i think the problem is your on a limited account, and from there u can goto useraccounts & give yourself admin privledges if thats the case hope it helps
  3. i dont think it will, what u should do, is copy ALL contents from your original CD Do NOT mod the original CD to your cd drive, inside a folder XPCD (or another 1 u specify) & use it for your alterations, so u wont wreck your original cd delete the file as it says, & make another file called svcpack.inf and put it in your i386 directory , use vmware to test your cd after making an ISO, download the trial from there site http://vmware.com i think good luck
  4. look here: http://www.msfn.org/board/index.php?showtopic=8741 here is info on what svcpack.inf file is good for: http://unattended.msfn.org/xp/installhotfixes.htm look here: http://unattended.msfn.org for more help on your unattended journey NOTE: u extract the contents of the files in x:\i386 to look @ them EX_ = file with a .exe inside IN_ = file with an inf inside DL_ = file with a dll inside so on & so fourth, all files here will open in an archiving program OR via commandline type: expand /? for a list of switches in command prompt good luck
  5. ya, they should, fat32 is basically for harddrives with less then 32GB sizes, while NTFS is a better filesystem & more secure
  6. i dont use sp2, but its controlled by the firewall i think, or security center regards
  7. u could try restoring the file via commandline booting 2 your cd & select F2 i think it is 2 repair windows next, type Xcopy "X:\i386\NTOSKRNL.EX_" "%Windir%\Temp\NTOSKRNL.EX_" then Expand -r "%Systemdrive%\Temp\NTOSKRNL.EX_" "%Systemdrive%\Temp\NTOSKRNL.EXE" xcopy "%Systemdrive%\Temp\NTOSKRNL.exe" "%windir%\System32\ntoskrnl.exe" /Y i think that will work Note: i wouldnt OC if i were u, seems like its causing 2 many problems Replace X: with your cdrom drive the windows cd is in regards
  8. MCT

    Getting Bluescreen

    well, u could start by turning off ALL Programs from startup, and only using 1 or 2 things at a time, & if that still happens, u could not use 1 of the programs? basically a trial & error as for faulty sticks of ram, u or someone u know thats good with computers, can pull out 1 stick of ram (if u have more then 1) & test it, see if you get errors with only 1 stick of ram? did u install anything new b4 u got this error?
  9. wouldnt that still classify as a network if u are logged in as admin, u could try restoring JUST those files from your cd, i think its called MSCONFIG.EX_ open it with a archive program, like powerarchiver or winrar or anyothers & extract it & replace all the files titled MSCONFIG.exe with the extracted file from MSCONFIG.EX_ hope it helps
  10. MCT

    Getting Bluescreen

    thats caused from memory errors, maybe a faulty stick of memory? ive got that same error message when using firefox , so i dont use it anymore, maybe u could use another browser instead of that? its possible that 1 of your programs has a memory leak? regards
  11. is cmdow in system32 directory?
  12. it looks ok, we cant really tell u what u can do with it, unless u tell us what your wanting 2 do, goto http://unattended.msfn.org & download the deployment pack for sp1 & look in ref.chm good luck
  13. sure u can make them, u just have 2 know how, search google for a tutorial regards
  14. some iso editors will make the iso go weird.. i suggest u do this: make your nLite disk, DONT make an iso yet go back & add what u want in the disk, then make the iso when its all done & test it in vmware
  15. sounds like u are refering 2 "Bliss" & yes its possible 2 do that [HKEY_CURRENT_USER\Control Panel\Desktop] "WallPaper"="C:\\Windows\\Web\\MyWallpaper.jpg" that should work, u may need 2 verify the paths tho regards
  16. near the border? or @ the top of the page? cuz it looks correct from the pic u showed, the border edge is default, but the spacing between the top of the page is a lil off
  17. just note: ive encountered problems during T-9 & 13 with InstallRite , but it works fine from GUIRunOnce
  18. take a look here for more answer's to any questions u may have: http://www.msfn.org/board/index.php?c=9 regards
  19. Hi & Welcome to answer your question, yes, windows will boot from dvd's try these places for further info http://unattended.msfn.org & http://msfn.org limitations are endless regards
  20. also, just 2 prevent further infections, download SpywareBlaster, it will block activex & bad cookies & restrict bad sites, & its free http://www.javacoolsoftware.com/spywareblaster.html since installing this, i never get anyspyware , of course i dont go "looking" either, meaning, i dont download any apps that contain adaware/spyware, & with this app, it blocks 100% of sites on the internet & enables u 2 add your own protection regards
  21. since u didnt explain what your problem was.. remove these: Consider downloading Spyware Blaster 3.2 it will prevent further spyware infections & it doesnt have 2 be running search http://google.com for it EDIT: also download spybot S & D and MAKE sure ALL programs are updated b4 u scan with them hope this helps
  22. use regsnap & take a registry snapshot b4 & after & compare the 2
  23. well, if its exactly 900MB, u could get a 900MB cd, or use a DVD-RW about the only way i would think
  24. basically.. if u open something, u close it, so if u have <item> at the beginning, u would put </item> at the end thus closing it Example: <items> <item display='Installing Applications...'> <execute display='Adaware 6' program='#SOURCEDRIVE#\Install\Apps\adaware6.exe' arguments='/SILENT'></execute> <execute display='Spybot 1.3' program='#SOURCEDRIVE#\Install\Apps\spybotsd13.exe' arguments='/VERYSILENT'></execute> <execute display='Spyware Blaster 3.2' program='#SOURCEDRIVE#\Install\Apps\spywareblaster32.exe' arguments='/VERYSILENT'></execute> <execute display='Killing SB Process' program='#SOURCEDRIVE#\Install\Apps\pskill' arguments='spywareblaster' nowait='true' /> </item> </items> EDIT: to explain a bit whats going on here execute is like "start /wait" in dos display is like "ECHO" program is telling it where 2 look for the program nowait is telling it not 2 wait for the program 2 finish b4 continuing (thats an optional command) if u need anymore help, search the forum threads for answers, regards
  25. My application switches Application Switches Stickied for a reason if your switches arent there (which most of them will be) try: /S /SILENT /VERYSILENT /VERYSILENT /SP- /SILENTMODE /qn /qb (for .msi apps) Note: when using search, make sure you choose longer then 30days
×
×
  • Create New...