Jump to content

lpl

Member
  • Posts

    60
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About lpl

Contact Methods

  • Website URL
    http://

lpl's Achievements

0

Reputation

  1. OK this is a long story/problem so I hope you'll be patient. I tried upgrading my Microsoft Outlook with a CD I found that has a newer version of outlook. but during install it failed because it needed the original disk?? and I didn't have it since it was installed many years ago. So now outlook doesn't work. so i thought, okay..I'll use outlook express for the time being. but i had an issue with OE's address book when I clicked to Share the address book and that's when everything went haywire...i couldn't open the program anymore, it keeps giving me an error. long story short, I tried uninstallling OE and trying to reinstall it using a download from the microsoft site, but that wouldn't take either, and so now I'm using thunderbird. i really want to fix this outlook/OE problem, but i think i might have irrecoverably erased the **** thing from the computer. does anyone have any idea what else I can do to make this even worse?
  2. Nothing new with this one: I have multiple yahoo id's and having to login everytime is a pain. In the same vein as being able to search from the address bar directly, here's the key to be able to type your password into the address bar and directly login. [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\ym] @="http://login.yahoo.com/config/login?.src=www&.done=http://www.yahoo.com&login=_INSERT_YOUR_YAHOO_ID_HERE_&passwd=%s" so type into address bar, "ym YOUR_YAHOO_ID_HERE password" and you're immediately logged in. you could also add manually a button into your browser that has both the login and password input-ed, so all u have to do is click on it and immediately login, but that seems a little un-safe to do.
  3. *takes a big guess*...erm, Male? Take a look at mine, and take a big guess too
  4. in your autologin.reg, you have "Bebbe", but in your useraccounts.cmd, you created an account called "Bebbetufs" and a couple things about your runonceex.cmd 1) did you include IF EXIST statements and SET commands to set your %cdrom%? 2) might want to delete the extra "s" in %scdrom% by the way, your autologon.reg's still showing your password...might want to remove that from your post as well..
  5. you've probably had it sorted out by now, but %systemroot% -->refers to C:\windows Do you not mean %systemdrive% ?
  6. you're welcome! This kind of thing takes time..and patience, and perseverence! but when you do it, the result is so sweet!
  7. you're welcome Ahh.......eureka! I think I know why...he prolly got confused about where %systemdrive% came from...think i would too if i just looked at the guide: (i'm there now) There's no explanation about how that came from...correct me if i'm wrong @the_duck: think of it as two separate things: 1 -> "$oem$\$1" is how you would actually place the folders (the physical arrangement of your files and folders) 2 -> %systemdrive% is the way you would call them in your command lines So if you put in your command line something like this: start /wait $OEM$\$1\install\Applications\sav\savceclt.exe it wouldn't be called, cos windows doesn't recognise it. you would need to use %systemdrive% hope that helps!
  8. If you want a "Applications" folder in your command line, then your paths should look like C:\XPSP1a_ENG_PRO\$OEM$\$1\Install\Applications\Office11\ C:\XPSP1a_ENG_PRO\$OEM$\$1\Install\Applications\XXX\ and vice versa. basically windows will translate "$oem$\$1\" into the drive you're installing windows into, which is usually C:\.. so if you think about it, if $1 is C:\ then just add anything that comes after that logically: $1 = C:\ $1\install = C:\install $1\install\applications = C:\install\applications $1\install\applications\XXX\setup.exe = C:\install\applications\XXX\setup.exe
  9. Your command should look like this: start /wait %systemdrive%\install\Office\setup.exe TRANSFORMS=Unattended.MST /qb- if your path looks like this: C:\XPSP1a_ENG_PRO\$OEM$\$1\Install\Office\ say you're installing XXX program. you would put that into XXX folder right? that folder should be at C:\XPSP1a_ENG_PRO\$OEM$\$1\Install\XXX\setup.exe and your path should be start /wait %systemdrive%\install\XXX\setup.exe TRANSFORMS=Unattended.MST /qb- hope this helps...if not, the father of all unattended: http://unattended.msfn.org/xp/oemfolders.htm
  10. Hi, the answer can be found here: http://www.msfn.org/board/index.php?showto...ndpost&p=183075 I use the cmd file idle.newbie created to change my store folder, create accounts, etc..
  11. do you have the words "Windows Registry Editor Version 5.00" at the beginning of the reg file? RegTweaks.reg Windows Registry Editor Version 5.00 ;REDW Start Menu [Hkey_LocalMachine\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders] "Common Start Menu"="\\titus\ntapps\REDW Start Menu"
  12. I'll take a shot. if IPSEC works, great! but if not, you might like to try setting lmhosts to automatic.. it's just a guess.. ;TCP/IP Helper ;Enables support for NetBIOS over TCP/IP (NetBT) service and NetBIOS name resolution. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LmHosts] "Start"=dword:00000002
  13. Nvm! I figured it out..had to configure some crap in the Local policies.
  14. I am at a loss..I'm a noob in this so please bear with me. Recently I got another computer in my home and I want to link the 2 up so that i can surf the web and browse the contents of each computer. I have linked a router to my main computer via ethernet, and have the router linked to modem. And on the new computer i installed a wireless pci card..i followed the instructions to set all these hardware up, and now i can surf the web on both. but i can't browse the contents of each computer. Here's the noob question. How do i go about setting it up so that the 2 computers can see each other and browse each other's contents? Am I missing some hardware? Do i use the windows XP's Network Setup wizard, or is there some setting i can use on the Belkin router to set this up? Both are belkin products, by the way, so it should be compatible...I have tried everything at my disposal, but have not gotten anywhere.. Please help me! I'm really confused!
  15. Lately when I'm browsing forum posts, and hit the back button on IE to go back to the main forum, the page loads the HTML coding instead of the page. Hitting refresh solves the problem but this is getting to be really annoying. Anybody know why or how can I solve this odd behavior?
×
×
  • Create New...