Jump to content

net_user

Member
  • Posts

    372
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by net_user

  1. well..i've never used xplode...but do you use a winnt.sif answer file? this file will join your pc to a domain (if you want it to) during setup and ect....
  2. knowing the answer to this hardly makes anyone a "god" jeez
  3. are you trying to join a domain? [GuiUnattended] AdminPassword="15975321" this admin password is for the local account..... and... [userData] ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx FullName="First Last" OrgName="some name" ComputerName=PCNAME
  4. first off...is this custom icon part of windows or something you made? here's a couple examples in my logon script where i create url shortcuts... echo creating public shortcut on your desktop... del "%userprofile%\desktop\public.url" echo [DEFAULT] >> "%userprofile%\desktop\public.url" echo BASEURL= >> "%userprofile%\desktop\public.url" echo [internetShortcut] >> "%userprofile%\desktop\public.url" echo URL=\\server1\public >> "%userprofile%\desktop\public.url" echo IconIndex=170 >> "%userprofile%\desktop\public.url" echo IconFile=c:\WINDOWS\system32\SHELL32.dll >> "%userprofile%\desktop\public.url" echo creating your private shortcut on your desktop... del "%userprofile%\desktop\my private.url" echo [DEFAULT] >> "%userprofile%\desktop\my private.url" echo BASEURL= >> "%userprofile%\desktop\my private.url" echo [internetShortcut] >> "%userprofile%\desktop\my private.url" echo URL=\\server1\private\%username% >> "%userprofile%\desktop\my private.url" echo IconIndex=150 >> "%userprofile%\desktop\my private.url" echo IconFile=c:\WINDOWS\system32\SHELL32.dll >> "%userprofile%\desktop\my private.url" edit- also forgot...in your batch file...you might wanna copy the icon file down to your windows or system32 and have your link/url point to that icon file... you can also open your link/url in notepad and see all the settings in there....
  5. take out the space before and after the = so Pop3srv = On would be Pop3srv=On try that...and report back...
  6. type this in from the command prompt... cmd /? (read) move /? (read) there ya go..
  7. what kind are they? ide,sata, usb?
  8. ok...here is my setup. these files are on the root of my c: drive pc.txt, code.bat, run.bat (pc.txt) \\pc1\c$ \\pc2\c$ (code.bat) md install (run.bat) For /f "tokens=1,2" %%a in (c:\pc.txt) do call code.bat so basically 1. pc.txt which contains all my puters on my network. 2. code.bat is what i want to "execute" on the puters 3. run.bat can be executed manually or through scheduled tasks from my puter or a server ect.... i'm kinda new learing the "for" command...and can see that it does allot...hehe any input to what i have wrong here? thanks
  9. nope i just tried "gprefresh" from a 2000 machine, and it's not recongnized
  10. um...maybe this should be in the nlite fourm.
  11. how?....do share....
  12. I envy ur set up thanks!!
  13. are u a local admin on this pc? and do u mind posting your code?
  14. not a problem.... also check out this... http://www.msfn.org/board/index.php?showtopic=18408
  15. check out this thread...it has already been discussed... google always helps.... http://www.msfn.org/board/lofiversion/index.php/t57913.html
  16. Home and pro....
  17. i was curious about this, so i downloaded xp N from the microsoft volume licensing site... installed it on a old laptop, (using my vl key) media player is not on this, it does not give you a choice to install it. if you want it....you have to download it!!
  18. check scheduled tasks..and see if there is something there... also go to the command prompt..and type in "at" see if there are any entries there... check your registry for startup items as well...
  19. can you get any other program to work from the scheduler? such as notepad,mediaplayer ect...?
  20. i think we have a id ten tee here
  21. you could make a bartpe cd, and download the plugin for remote registry... google will be your friend....
  22. the only cool one is the pinballs Secret - Test Mode Instructions - Type hidden test
  23. this should be in the programming forum.....
  24. 1mb ram? anyway....this needs to be in the outlook forum ...not the xp forum...read the rules!!
  25. http://www.computerhope.com/msdos.htm
×
×
  • Create New...