Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by thorswolf

  1. thorswolf

    Internet Explorer 'View - Encoding' registry setting

    Sorry, there's a typo in the post above. The new binary value's name is Default_CodePage. Yves
  2. thorswolf

    Internet Explorer 'View - Encoding' registry setting

    Yes it's possible. The default for IE is Western European (Windows) to change to the Western European (ISO) add a new binary value under HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\International The new binary value's name will be Default_CodePade The value should be set to AF 6F 00...
  3. thorswolf

    Frosted Unlucky Files...they're magically deleted

    No way to know without more details. Offhand I would say that only two things can do this: a virus or a human. I'd tend to discount the virus because of the W to Z thing. Best bet is to get some sort of auditing going. That way, if it happens again, you'll have a lead. I didn't read if your...
  4. thorswolf

    Roaming Profile Not Updates

    We use roaming profiles here and they are terrible. Most of the problems we've found with roaming profiles required the deletion of the profile itself. We note down certain settings that we want to reset and then delete the entire folder off the local machine and on the network. Not a pleasant...
  5. thorswolf

    Editing the "Open With..." List

    Add the Following String Value under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersionFileExts\.txt Name=Application Value=EXCEL.EXE That should do it. Yves
  6. thorswolf

    Windows 2000 reboots from tie to time Help!

    Do you have roaming profiles on your network? If it is the same user on a different computer, I would start looking at the profile. Also, look at your virus scanner. Some of them, like McAfee, can be set to reboot when an update arrives, or just once daily at a certain time. Hope it helps. Yves
  7. thorswolf

    Connected to internet but IE6 won't display webpages

    Process of elimination here. Start from your PC and move out to the Internet to find the broken link in the chain. Go to DOS and ping 127.0.0.1. This will check your TCP stack and let you know if it's properly configured. Then ping your gateway by IP address. Next ping your DNS servers by IP...
  8. thorswolf

    Software Update services for NT server 4 domain users

    Although we are on a W2K network, we do most of this stuff through logon scripts. It's pretty straightforward. Here's how we handle it. We have started a new hive in the registry under LOCAL_MACHINE\SOFTWARE called DEPLOYMENTS. This is where we put the markers of which updates have been...
  9. thorswolf

    system policy editor

    You type in the executable you want to allow. In the case of Acrobat Reader it is AcroRd32.exe. Yves
  10. thorswolf

    Restricting access to programs

    You'll need to set up a Domain or Group policy. In AD, open the AD Users and Computers. Right-click the root of your Domain and select Properties. Go to the Group Policy tab, select Default Domain Policy and click Edit. Under User configuration, expand Administrative templates and click on...
  11. thorswolf

    program dialing internet

    You can also check other registry keys and locations that lauch apps. LOCAL_MACHINE is not the only one that spawns programs, the CURRENT_USER key also has one (same path to the RUN). You can also check the config.sys, autoexec.bat, win.ini, system.ini, and the STARTUP folder of the START menu...
  12. thorswolf

    Machine Dead

    Also, if you happen to have another battery from another CPx (or compatible battery) lying about, try it out. The Dell batteries do much more than just provide juice to the computer. It's also possible that the battery is finished and won't hold a charge anymore BUT a live battery is still...
  13. thorswolf

    Windows 98 Keeps Shutting Down

    This sounds oddly familiar. I remember that we had a computer that used to do that all the time. This was caused my McAfee VirusScan (believe it or not), which would be set to check for updates at various times and reboot at those times. Don't discount software settings such as auto tasks...
  14. thorswolf

    Unable to boot from external cd drive

    Kestrel has a good point. You'll also need to do some of the old DOS stuff that us dinosaurs remember. You'll need DOS drivers for your PCMCIA card and you'll need to call those up in your config.sys file, also maybe some parameters for the memory address and I/O. If Sony's support site it...
  15. thorswolf

    Paging File Problems

    This happened to me a while back and what worked was to logon in Safe Mode and set the page file settings (initial and max.) to the same. Rule of thumb, about 3 times the amount of on-board mem. The problem was fixed when I rebooted. Hope it helps.

Part and Inventory Search

Back
Top