Jump to content

wolfshade

Member
  • Posts

    163
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by wolfshade

  1. -BUMP- TO MODERATORS -- Can u please move this post to switches forum sinc i don't get any answers here maybe guys there know something or are a little more concerned/ use this app.
  2. At least if u guys don't like Autopatcher for a reason u could at least tell me if Cryptographic Services is started during cmdlines maybe thats its problem allthough when i run unattend from HDD it was the same thing.
  3. Hmmm first of all i dunnow where it would keep a log besides a read that the /nolog makes an info that is sent to Autopatcher makers and is not meant for me to see. Second: it is very weird that it worked always except for the time i moved the unattend to cd (autopatcher remained the same on HDD) and i think its a cmdlines problem wich i can't figure out. Third: i need this fixed so bad cuz autopatcher installs 95 entries for me and i'm clicks away to check/uncheck anything it contains instead of making 95 entries in mt batch files and furthermore i can even install any application into autopatcher with flags (autopatcher works like a batch mostly) and then just click at any instal if i want that one or not and save the list.
  4. I always used Autopatcher to install my hotfixes from HDD and it ran very smooth until i put the unattended xp+sp1 on CD. Now during cmdlines it just makes a quick someting and doesn't install the hotfixes -- but after i login it does it as usual. This is the path and commands tell me if i did something wrong cuz i can't figure it out:
  5. Or if u just want to happen automatically just use GUIRunOnce(this one runs only after logon) -- i understand that runEx is nice(allthough i don't know how to use it) but u might want to combine u're options and not stick to just one (as u're needs are varied) -- allthough i've migrated all my stuff to cmdlines 10x to greenmachine and other ppl in this forum:) P.S.1. U can even program reboots and resume RunOnce using StartUp folder and self destroying batches or other methods posted in this forum. P.S.2. If GUIRunOnce doesn't by any chance run at the time u want then Startup folder will i think.
  6. I got a minor problem editing notepad reg settings. They are found in [HKEY_CURRENT_USER\Software\Microsoft\Notepad] When i set status bar with tweaks the status bar option in notepad is grayed out wheter i set it on or off with this: "StatusBar"=dword:00000001 Any1 got an ideea why? EDITED: NM the answer is stupid , after i activate "word wrap" format the view>status bar get grayed out for some unexplicable reason.
  7. LoL i've finished a stable unattend and the reg keys mentioned in this post DON'T EXIST anymore. The only in depth key i have is: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop with 2 entries: TaskBarWinXP(reg_binary) - long hexa... Toolbars(reg_binary) - v. short hexa... no more streams 1,2...n keys and i guess those tweaks contains junk they are not general as in for anybody(stream keys) after i enabled quick launch and rebooted just in case no new keys appeared! so i guess the settings are contained within those 2 keys above. as for status bar details view there must be something slimer and simpler than this ... i guess importing ntuser.dat is a beter way in a lack of otions what do you say?
  8. I don't want to set any ideeas about nLite but it had soem problems for me so i'm a lil in doubt that it would work for me all of a sudden ... hmmm too bad i'm ignorant enough to not be able to edit the XP kit cuz its gotta be all in there ... an .inf maybe? something has got to direct the windows setup like the main function does in C++.
  9. -bump- i looked some more into it and movie maker, media player and a bunch of other stuff i did tell not to install did??? This is my entry in answer file: [Components] accessopt=Off deskpaper=Off dialer=Off freecell=Off hearts=Off hypertrm=Off licenseserver=Off media_clips=Off minesweeper=Off mousepoint=Off mplay=Off msnexplr=Off mswordpad=Off netoc=Off objectpkg=Off pinball=Off solitaire=Off spider=Off zonegames=Off at least games didn't get installed -- i also disable guest and administrator while creating my own account first thing in cmdlines.txt...maybe this has soemthing o do with it?
  10. I have the following stuff in sysinfo>conflict/sharing panel but i dunno whether these are conflicts or sharing resources... oh ... maybe this should be moved to some technical forum ... sorry
  11. I specifically put components to NOT be installed with windows but some are anyway like accesibility software/wizard: [Components] accessopt=Off ... narator, magnify are all there... not one of them disspeared. also backup, cleanup and some other soft are there allthough they don't appear in "add/remove components" as installed windows made icon(shorcuts) for all also i tought there was an entry in the answer file like [ComputerSettings] DefaultPowerScheme=Presentation or something like that, any1 know anything about it?
  12. As far as i'm aware XP doesn't support changing MB on same install ... it didn't work for me but i remember 98se would've accept it (hmmm ... the old good days ) I see in u're picture that u have an "Repair=R" option it lower area u saying that doesn't work? ...never tried it so far on my unattend ...and can't try it yet cuz i didn't put my unattend on CD yet
  13. Well i don't know vbs but i know that desktop is a "device context" from the explorer.exe service so u can go to task manager and "end task" the explorer -- it will close the GUI and restart it (maybe that should work) -- if not a restart always does it. U can restart even during GUIRunOnce and u can kill almost any service using taskkill app in windows or get pskill from sysinternals.com. U might want to get a good habit of testing first then applying
  14. in my batch the switches are at the end like this: RD "%systemdrive%\Program Files\ComPlus Applications" /S /Q u can always make a test batch a temp dir with subfolder test dirs and files and test deleting it. RMDIR is the same as RD so u try wathever u like or whatever works better?
  15. Actually i have to be 100% percent sure that when booting from CD autorun.inf will be parsed ... although where else would setup get the info to run setup.exe i wonder. Modifying autorun.inf allows me to keep answer file on floppy and it works in autoplay perfectly -- isn't autoplay kinda boot style? -- the cd ha got to be bootaable and autorun.inf properly writen but just in case anyone who knows FOR SURE! about this please reply.
  16. thats really strange... The actual sintax would be(but i'm sure u know allready): net user username {password} /add /active[no/yes] /passwordchg:[no/yes] /passwordreq:[no/yes] net localgroup administrators username /add After any /add comes a list of options i don't fully know. Basically this should do it unless sp2 changed the fact that u can add users to localgroups. Maybe there is a app like "net" included in sp2 especially for this(or updated for sp2 at least). U can test adding users from cmd console so what is the error message? BTW u might want to try the /DOMAIN flag If u have a window domain controler u might want to use: net group groupname username /add
  17. ...check the sintax again must be something ... i cannot test cuz i don't have sp2 ...can u add the user manually to administartors group? Then u absolutely can do it from DOS console with "net" ...dunnow but i'm having a similar problem: since i can't remove the administrator account i can disable it : net user administrator \active:no ...but i dunnow what side effects it will have cuz in repair console for example it asks for admin what will it happen then? ...and most importantly what effect will it hav eif i disable it first thing while in cmdlines.txt
  18. HOW??? it saiz its built-in and cannot be deleted. I can disable it but wont it have side effects like what user will i use in repair console when it asks???: net user administrator /active:no and what effect will it have if i use this before anything in cmdlines.txt(will it affect the "default user"?) EDITED:about the one below:LOL i never thought of renaming administartor to guest at t-12 stage but i don't think it will work... ...I want just an account:MINE!
  19. I exported a tweak for "disabling" MS Networking and file and printer sharing client and service respectively form "Local Area connection > properties" i dunnow if this is correct or wich should i pick so please send soem feedback or u're solutions REGEDIT4 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network] "Config"=hex:00,00,00,00,1e,00,00,00,b8,6e,a6,dd,67,ac,4c,42,b0,7b,0b,99,c6,43,95,3e,04,00,00,00,00,00,00,00, 6d,00,73,00,5f,00,73,00,65,00,72,00,76,00,65,00,72,00,00,00,00,00,fe,79,d8,3a,6a,ae,fa,49,aa,4f,bd,6 d,15,78,75,d8,04,00,00,00,28,00,00,00,6d,00,73,00,5f,00,6e,00,65,00,74,00,62,00,69,00,6f,00,73,00,00 ,00,00,00,06,64,a1,95,c3,41,62,43,87,48,77,01,83,53,78,19,04,00,00,00,80,40,00,00,76,00,6d,00,77,00, 61,00,72,00,65,00,5f,00,62,00,72,00,69,00,64,00,67,00,65,00,00,00,00,00,83,73,72,cf,0f,c1,7c,44,a9,f c,34,02,d1,f0,39,95,04,00,00,00,28,00,00,00,6d,00,73,00,5f,00,77,00,7a,00,63,00,73,00,76,00,63,00,00 ,00,00,00,86,61,c1,6d,b8,55,4d,46,b0,09,09,10,e2,93,c9,b8,04,00,00,00,28,00,00,00,6d,00,73,00,5f,00, 73,00,74,00,65,00,65,00,6c,00,68,00,65,00,61,00,64,00,00,00,00,00,50,76,5c,26,8c,a1,71,4d,8c,fd,00,7 b,07,68,ea,d5,04,00,00,00,38,00,00,00,6d,00,73,00,5f,00,72,00,61,00,73,00,73,00,72,00,76,00,00,00,00 ,00,f0,7e,9d,56,eb,a7,b0,43,a2,e6,61,b7,d0,4b,82,b4,04,00,00,00,28,00,00,00,6d,00,73,00,5f,00,72,00, 61,00,73,00,6d,00,61,00,6e,00,00,00,00,00,4b,11,2e,e1,2d,37,32,49,a1,27,bf,aa,b3,a3,a6,c9,04,00,00,0 0,38,00,00,00,6d,00,73,00,5f,00,72,00,61,00,73,00,63,00,6c,00,69,00,00,00,00,00,3f,6e,ee,34,f4,bb,68 ,4a,b3,49,38,c8,2a,d5,18,2f,04,00,00,00,28,00,00,00,6d,00,73,00,5f,00,67,00,70,00,63,00,00,00,00,00, 81,dd,7d,bc,45,13,47,4a,ba,34,48,91,b4,ee,00,6d,04,00,00,00,28,00,00,00,6d,00,73,00,5f,00,61,00,6c,0 0,67,00,00,00,00,00,f2,92,aa,d9,4e,97,d3,42,a1,d8,bc,0d,1e,90,cf,97,04,00,00,00,28,00,00,00,6d,00,73 ,00,5f,00,72,00,73,00,76,00,70,00,00,00,00,00,90,fa,bf,1f,68,ff,8d,4f,a4,e5,89,de,61,54,6b,ae,03,00, 00,00,80,00,00,00,6d,00,73,00,5f,00,6d,00,73,00,63,00,6c,00,69,00,65,00,6e,00,74,00,00,00,00,00,40,5 5,d2,4f,ac,9f,1f,42,81,76,90,ea,d3,76,33,97,03,00,00,00,08,00,00,00,6d,00,73,00,5f,00,77,00,65,00,62 ,00,63,00,6c,00,69,00,65,00,6e,00,74,00,00,00,00,00,93,46,a1,8e,95,2e,82,41,85,76,5a,ed,35,1a,78,50, 02,00,00,00,28,00,00,00,6d,00,73,00,5f,00,6e,00,64,00,69,00,73,00,75,00,69,00,6f,00,00,00,00,00,5c,c f,e9,a0,a3,b3,66,4e,b6,76,cc,21,c8,29,0d,d6,02,00,00,00,28,00,00,00,6d,00,73,00,5f,00,70,00,70,00,70 ,00,6f,00,65,00,00,00,00,00,24,36,32,9b,82,c8,b6,4e,a4,9e,9f,a5,e5,41,ae,f9,02,00,00,00,38,00,00,00, 6d,00,73,00,5f,00,70,00,70,00,74,00,70,00,00,00,00,00,04,6b,60,31,d1,37,1b,4b,b6,fc,47,3d,2d,68,36,9 e,02,00,00,00,38,00,00,00,6d,00,73,00,5f,00,6c,00,32,00,74,00,70,00,00,00,00,00,eb,9b,99,f6,c0,48,1b ,4e,8c,08,70,de,81,02,b0,39,02,00,00,00,28,00,00,00,6d,00,73,00,5f,00,6e,00,64,00,69,00,73,00,77,00, 61,00,6e,00,00,00,00,00,34,bd,50,35,e6,0c,3b,4e,b0,6d,f9,1e,ca,ca,e3,2e,02,00,00,00,38,00,00,00,6d,0 0,73,00,5f,00,6e,00,65,00,74,00,62,00,74,00,5f,00,73,00,6d,00,62,00,00,00,00,00,a4,f4,1e,61,70,4b,0d ,4a,80,77,4f,33,43,3b,51,ee,02,00,00,00,28,00,00,00,6d,00,73,00,5f,00,6e,00,65,00,74,00,62,00,74,00, 00,00,00,00,a4,fc,32,4f,16,91,51,40,9b,b4,10,0c,f3,b6,39,23,02,00,00,00,a0,00,00,00,6d,00,73,00,5f,0 0,74,00,63,00,70,00,69,00,70,00,00,00,00,00,e7,dd,52,f5,8a,cc,72,45,bd,1e,60,f4,f7,56,38,db,00,00,00 ,00,01,00,00,00,2a,00,76,00,6d,00,6e,00,65,00,74,00,61,00,64,00,61,00,70,00,74,00,65,00,72,00,38,00, 00,00,52,00,4f,00,4f,00,54,00,5c,00,56,00,4d,00,57,00,41,00,52,00,45,00,5c,00,30,00,30,00,30,00,31,0 0,00,00,e0,4e,f8,79,dc,06,d6,40,b6,d2,77,b9,4e,6b,1f,88,00,00,00,00,01,00,00,00,2a,00,76,00,6d,00,6e ,00,65,00,74,00,61,00,64,00,61,00,70,00,74,00,65,00,72,00,31,00,00,00,52,00,4f,00,4f,00,54,00,5c,00, 56,00,4d,00,57,00,41,00,52,00,45,00,5c,00,30,00,30,00,30,00,30,00,00,00,66,3c,9c,79,89,ed,4f,4e,97,5 3,f5,4f,3b,cd,b6,c9,00,00,00,00,29,00,00,00,6d,00,73,00,5f,00,6e,00,64,00,69,00,73,00,77,00,61,00,6e ,00,69,00,70,00,00,00,52,00,4f,00,4f,00,54,00,5c,00,4d,00,53,00,5f,00,4e,00,44,00,49,00,53,00,57,00, 41,00,4e,00,49,00,50,00,5c,00,30,00,30,00,30,00,30,00,00,00,ab,9b,e4,d3,6a,01,94,4c,aa,ae,d7,82,d4,a b,77,4b,00,00,00,00,29,00,00,00,6d,00,73,00,5f,00,70,00,74,00,69,00,6d,00,69,00,6e,00,69,00,70,00,6f ,00,72,00,74,00,00,00,52,00,4f,00,4f,00,54,00,5c,00,4d,00,53,00,5f,00,50,00,54,00,49,00,4d,00,49,00, 4e,00,49,00,50,00,4f,00,52,00,54,00,5c,00,30,00,30,00,30,00,30,00,00,00,de,75,e9,92,6e,21,6a,40,8f,b 3,53,b5,5d,d3,9f,14,00,00,00,00,29,00,00,00,6d,00,73,00,5f,00,70,00,70,00,70,00,6f,00,65,00,6d,00,69 ,00,6e,00,69,00,70,00,6f,00,72,00,74,00,00,00,52,00,4f,00,4f,00,54,00,5c,00,4d,00,53,00,5f,00,50,00, 50,00,50,00,4f,00,45,00,4d,00,49,00,4e,00,49,00,50,00,4f,00,52,00,54,00,5c,00,30,00,30,00,30,00,30,0 0,00,00,09,c6,7c,6e,c4,a3,55,4c,b8,13,45,13,06,44,f9,25,00,00,00,00,29,00,00,00,6d,00,73,00,5f,00,70 ,00,70,00,74,00,70,00,6d,00,69,00,6e,00,69,00,70,00,6f,00,72,00,74,00,00,00,52,00,4f,00,4f,00,54,00, 5c,00,4d,00,53,00,5f,00,50,00,50,00,54,00,50,00,4d,00,49,00,4e,00,49,00,50,00,4f,00,52,00,54,00,5c,0 0,30,00,30,00,30,00,30,00,00,00,2e,1a,19,1c,3b,ec,b2,46,89,a6,3d,6e,51,80,c9,96,00,00,00,00,29,00,00 ,00,6d,00,73,00,5f,00,6c,00,32,00,74,00,70,00,6d,00,69,00,6e,00,69,00,70,00,6f,00,72,00,74,00,00,00, 52,00,4f,00,4f,00,54,00,5c,00,4d,00,53,00,5f,00,4c,00,32,00,54,00,50,00,4d,00,49,00,4e,00,49,00,50,0 0,4f,00,52,00,54,00,5c,00,30,00,30,00,30,00,30,00,00,00,24,7d,ea,b7,80,dc,1e,4a,84,9b,93,15,d8,eb,2e ,15,00,00,00,00,2a,00,00,00,73,00,77,00,5c,00,7b,00,65,00,65,00,61,00,62,00,37,00,37,00,39,00,30,00, 2d,00,63,00,35,00,31,00,34,00,2d,00,31,00,31,00,64,00,31,00,2d,00,62,00,34,00,32,00,62,00,2d,00,30,0 0,30,00,38,00,30,00,35,00,66,00,63,00,31,00,32,00,37,00,30,00,65,00,7d,00,00,00,53,00,57,00,5c,00,7b ,00,45,00,45,00,41,00,42,00,37,00,37,00,39,00,30,00,2d,00,43,00,35,00,31,00,34,00,2d,00,31,00,31,00, 44,00,31,00,2d,00,42,00,34,00,32,00,42,00,2d,00,30,00,30,00,38,00,30,00,35,00,46,00,43,00,31,00,32,0 0,37,00,30,00,45,00,7d,00,5c,00,41,00,53,00,59,00,4e,00,43,00,4d,00,41,00,43,00,00,00,57,99,6b,25,01 ,e7,0e,42,86,8c,74,68,45,1f,f2,c0,00,00,00,00,84,00,00,00,70,00,63,00,69,00,5c,00,76,00,65,00,6e,00, 5f,00,38,00,30,00,38,00,36,00,26,00,64,00,65,00,76,00,5f,00,31,00,30,00,33,00,61,00,00,00,50,00,43,0 0,49,00,5c,00,56,00,45,00,4e,00,5f,00,38,00,30,00,38,00,36,00,26,00,44,00,45,00,56,00,5f,00,31,00,30 ,00,33,00,41,00,26,00,53,00,55,00,42,00,53,00,59,00,53,00,5f,00,33,00,30,00,31,00,33,00,38,00,30,00, 38,00,36,00,26,00,52,00,45,00,56,00,5f,00,38,00,32,00,5c,00,34,00,26,00,31,00,41,00,36,00,37,00,31,0 0,44,00,30,00,43,00,26,00,30,00,26,00,34,00,30,00,46,00,30,00,00,00,00,00,00,00,18,00,00,00,00,00,00 ,00,12,00,00,00,00,00,00,00,13,00,00,00,01,00,00,00,13,00,00,00,02,00,00,00,15,00,00,00,02,00,00,00, 16,00,00,00,02,00,00,00,1d,00,00,00,0b,00,00,00,12,00,00,00,0b,00,00,00,13,00,00,00,0d,00,00,00,15,0 0,00,00,0d,00,00,00,16,00,00,00,0d,00,00,00,1d,00,00,00,0e,00,00,00,15,00,00,00,0e,00,00,00,16,00,00 ,00,0e,00,00,00,1d,00,00,00,11,00,00,00,18,00,00,00,11,00,00,00,19,00,00,00,11,00,00,00,1a,00,00,00, 11,00,00,00,1b,00,00,00,11,00,00,00,1c,00,00,00,13,00,00,00,14,00,00,00,14,00,00,00,1d,00,00,00,14,0 0,00,00,17,00,00,00,14,00,00,00,16,00,00,00,14,00,00,00,15,00,00,00,04,00,00,00,02,00,00,00,02,00,00 ,00,16,00,00,00,02,00,00,00,02,00,00,00,15,00,00,00,04,00,00,00,00,00,00,00,13,00,00,00,14,00,00,00, 1d,00,00,00,04,00,00,00,0b,00,00,00,13,00,00,00,14,00,00,00,1d,00,00,00,15,00,00,00,00,00,00,00,01,0 0,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,0b,00,00,00,00,00,00,00,02,00,00 ,00,01,00,00,00,00,00,00,00,00,00,00,00,03,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,04,00,00,00, 00,00,00,00,01,00,00,00,05,00,00,00,00,00,00,00,05,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,06,0 0,00,00,00,00,00,00,01,00,00,00,11,00,00,00,00,00,00,00,07,00,00,00,01,00,00,00,00,00,00,00,00,00,00 ,00,08,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,09,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00, 0a,00,00,00,00,00,00,00,01,00,00,00,14,00,00,00,00,00,00,00,0b,00,00,00,01,00,00,00,00,00,00,00,00,0 0,00,00,0c,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,0d,00,00,00,01,00,00,00,00,00,00,00,00,00,00 ,00,0e,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,0f,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00, 10,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,11,00,00,00,00,00,00,00,02,00,00,00,07,00,00,00,04,0 0,00,00,00,00,00,00,12,00,00,00,00,00,00,00,01,00,00,00,14,00,00,00,00,00,00,00,13,00,00,00,00,00,00 ,00,01,00,00,00,14,00,00,00,00,00,00,00,14,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00, [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\Linkage] "Bind"=hex(7):5c,44,65,76,69,63,65,5c,4e,65,74,62,69,6f,73,53,6d,62,00,5c,44,65,76,69,63,65,5c,4e,65,74,42,54, 5f,54,63,70,69,70,5f,7b,32,38,39,33,30,45,36,45,2d,37,31,35,38,2d,34,44,36,38,2d,38,30,36,41,2d,30,4 4,39,39,38,35,37,31,45,34,39,37,7d,00,5c,44,65,76,69,63,65,5c,4e,65,74,42,54,5f,54,63,70,69,70,5f,7b ,44,37,44,39,41,30,44,32,2d,35,42,35,42,2d,34,45,32,37,2d,39,31,32,42,2d,38,32,41,34,43,38,31,34,35, 46,35,38,7d,00,5c,44,65,76,69,63,65,5c,4e,65,74,42,54,5f,54,63,70,69,70,5f,7b,37,39,46,38,34,45,45,3 0,2d,30,36,44,43,2d,34,30,44,36,2d,42,36,44,32,2d,37,37,42,39,34,45,36,42,31,46,38,38,7d,00,5c,44,65 ,76,69,63,65,5c,4e,65,74,42,54,5f,54,63,70,69,70,5f,7b,46,35,35,32,44,44,45,37,2d,43,43,38,41,2d,34, 35,37,32,2d,42,44,31,45,2d,36,30,46,34,46,37,35,36,33,38,44,42,7d,00,00, [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\Linkage] "Route"=hex(7):22,4e,65,74,62,69,6f,73,53,6d,62,22,00,22,4e,65,74,42,54,22,20,22,54,63,70,69,70,22,20,22,4e,64, 69,73,57,61,6e,49,70,22,00,22,4e,65,74,42,54,22,20,22,54,63,70,69,70,22,20,22,7b,37,39,46,38,34,45,4 5,30,2d,30,36,44,43,2d,34,30,44,36,2d,42,36,44,32,2d,37,37,42,39,34,45,36,42,31,46,38,38,7d,22,00,22 ,4e,65,74,42,54,22,20,22,54,63,70,69,70,22,20,22,7b,46,35,35,32,44,44,45,37,2d,43,43,38,41,2d,34,35, 37,32,2d,42,44,31,45,2d,36,30,46,34,46,37,35,36,33,38,44,42,7d,22,00,00, [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\Linkage] "Export"=hex(7):5c,44,65,76,69,63,65,5c,4c,61,6e,6d,61,6e,53,65,72,76,65,72,5f,4e,65,74,62,69,6f,73,53,6d,62,00, 5c,44,65,76,69,63,65,5c,4c,61,6e,6d,61,6e,53,65,72,76,65,72,5f,4e,65,74,42,54,5f,54,63,70,69,70,5f,7 b,32,38,39,33,30,45,36,45,2d,37,31,35,38,2d,34,44,36,38,2d,38,30,36,41,2d,30,44,39,39,38,35,37,31,45 ,34,39,37,7d,00,5c,44,65,76,69,63,65,5c,4c,61,6e,6d,61,6e,53,65,72,76,65,72,5f,4e,65,74,42,54,5f,54, 63,70,69,70,5f,7b,44,37,44,39,41,30,44,32,2d,35,42,35,42,2d,34,45,32,37,2d,39,31,32,42,2d,38,32,41,3 4,43,38,31,34,35,46,35,38,7d,00,5c,44,65,76,69,63,65,5c,4c,61,6e,6d,61,6e,53,65,72,76,65,72,5f,4e,65 ,74,42,54,5f,54,63,70,69,70,5f,7b,37,39,46,38,34,45,45,30,2d,30,36,44,43,2d,34,30,44,36,2d,42,36,44, 32,2d,37,37,42,39,34,45,36,42,31,46,38,38,7d,00,5c,44,65,76,69,63,65,5c,4c,61,6e,6d,61,6e,53,65,72,7 6,65,72,5f,4e,65,74,42,54,5f,54,63,70,69,70,5f,7b,46,35,35,32,44,44,45,37,2d,43,43,38,41,2d,34,35,37 ,32,2d,42,44,31,45,2d,36,30,46,34,46,37,35,36,33,38,44,42,7d,00,00, [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Linkage] "Bind"=hex(7):5c,44,65,76,69,63,65,5c,4e,65,74,62,69,6f,73,53,6d,62,00,5c,44,65,76,69,63,65,5c,4e,65,74,42,54, 5f,54,63,70,69,70,5f,7b,32,38,39,33,30,45,36,45,2d,37,31,35,38,2d,34,44,36,38,2d,38,30,36,41,2d,30,4 4,39,39,38,35,37,31,45,34,39,37,7d,00,5c,44,65,76,69,63,65,5c,4e,65,74,42,54,5f,54,63,70,69,70,5f,7b ,44,37,44,39,41,30,44,32,2d,35,42,35,42,2d,34,45,32,37,2d,39,31,32,42,2d,38,32,41,34,43,38,31,34,35, 46,35,38,7d,00,5c,44,65,76,69,63,65,5c,4e,65,74,42,54,5f,54,63,70,69,70,5f,7b,37,39,46,38,34,45,45,3 0,2d,30,36,44,43,2d,34,30,44,36,2d,42,36,44,32,2d,37,37,42,39,34,45,36,42,31,46,38,38,7d,00,5c,44,65 ,76,69,63,65,5c,4e,65,74,42,54,5f,54,63,70,69,70,5f,7b,46,35,35,32,44,44,45,37,2d,43,43,38,41,2d,34, 35,37,32,2d,42,44,31,45,2d,36,30,46,34,46,37,35,36,33,38,44,42,7d,00,00, [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Linkage] "Route"=hex(7):22,4e,65,74,62,69,6f,73,53,6d,62,22,00,22,4e,65,74,42,54,22,20,22,54,63,70,69,70,22,20,22,4e,64, 69,73,57,61,6e,49,70,22,00,22,4e,65,74,42,54,22,20,22,54,63,70,69,70,22,20,22,7b,37,39,46,38,34,45,4 5,30,2d,30,36,44,43,2d,34,30,44,36,2d,42,36,44,32,2d,37,37,42,39,34,45,36,42,31,46,38,38,7d,22,00,22 ,4e,65,74,42,54,22,20,22,54,63,70,69,70,22,20,22,7b,46,35,35,32,44,44,45,37,2d,43,43,38,41,2d,34,35, 37,32,2d,42,44,31,45,2d,36,30,46,34,46,37,35,36,33,38,44,42,7d,22,00,00, [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Linkage] "Export"=hex(7):5c,44,65,76,69,63,65,5c,4c,61,6e,6d,61,6e,57,6f,72,6b,73,74,61,74,69,6f,6e,5f,4e,65,74,62,69,6f, 73,53,6d,62,00,5c,44,65,76,69,63,65,5c,4c,61,6e,6d,61,6e,57,6f,72,6b,73,74,61,74,69,6f,6e,5f,4e,65,7 4,42,54,5f,54,63,70,69,70,5f,7b,32,38,39,33,30,45,36,45,2d,37,31,35,38,2d,34,44,36,38,2d,38,30,36,41 ,2d,30,44,39,39,38,35,37,31,45,34,39,37,7d,00,5c,44,65,76,69,63,65,5c,4c,61,6e,6d,61,6e,57,6f,72,6b, 73,74,61,74,69,6f,6e,5f,4e,65,74,42,54,5f,54,63,70,69,70,5f,7b,44,37,44,39,41,30,44,32,2d,35,42,35,4 2,2d,34,45,32,37,2d,39,31,32,42,2d,38,32,41,34,43,38,31,34,35,46,35,38,7d,00,5c,44,65,76,69,63,65,5c ,4c,61,6e,6d,61,6e,57,6f,72,6b,73,74,61,74,69,6f,6e,5f,4e,65,74,42,54,5f,54,63,70,69,70,5f,7b,37,39, 46,38,34,45,45,30,2d,30,36,44,43,2d,34,30,44,36,2d,42,36,44,32,2d,37,37,42,39,34,45,36,42,31,46,38,3 8,7d,00,5c,44,65,76,69,63,65,5c,4c,61,6e,6d,61,6e,57,6f,72,6b,73,74,61,74,69,6f,6e,5f,4e,65,74,42,54 ,5f,54,63,70,69,70,5f,7b,46,35,35,32,44,44,45,37,2d,43,43,38,41,2d,34,35,37,32,2d,42,44,31,45,2d,36, 30,46,34,46,37,35,36,33,38,44,42,7d,00,00,
  20. nope i used taskkill /f /im ypager.exe /t (it also starts an yserver) and it didn't work for me (critical error) when i replaced taskkill with pskill it just brutally slayed it (yserver too -- it must've been in tree / tested it while in windows works fine too) sysinternals software isn't as friendly as win tools i also have ntfsdos who mounts ntfs partitions allthough it doesn't write well it reads 'em, also the whole lot of "console"tools(freeware) are a blessing.
  21. Hmmm seems that workstation as well as other two services are binded to MS Networking... Now i got Sever service that won't start ... this one's binded to File and printer sharing?
  22. I tested what <SparTacuS> said (http://unattended.msfn.org/xp/autologon.htm) and it went O.K. but what u said Allanol is that the "Administartor" account is still out here(ready to be hacked) -- i found that the administartor is administartor stays on(built-in). I wonder why i simply can't rename it and use it??? this administrator account seems to me to be an invitation for "Guest administrators" worldwide
  23. i have an "" character in autorun.inf (yes a box like) i guess i shouldn't delete that one -- it might be a EOF flag?
  24. yes i want it to be my boot cd allthough i don't see yet why wont it work this way unless it doesn't parse the autorun.inf but the sp1 file or something instead ... any other ideeas beside booting with floppy and running a batch from it? Or some1 who tried and knows if it doesn't work the autorun.inf way? P.S. of course i would use winnt and not winnt32
  25. You just need to go here: http://unattended.msfn.org/xp/gettingstarted.htm and download CDImage for Windows XP Professional Edition or Home Edition from the links on that page. read the readme (change path to u're path in the batch file and then u just dbl-click on batch and u're on u're way...
×
×
  • Create New...