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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  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.
  16. thorswolf

    Exporting printer and drive mappings in NT4 Client

    Hi there. I haven't heard of a product that does that, but you can probably write some sort of batch script that gets these settings from the registry. The printers are in REG_CURRENT\Printers\Connections and the mapped drives under REG_CURRENT\Network. Hope this helps Yves
  17. thorswolf

    Can I scan my Network to get individual PC Hardware & Software lists?

    Hi Myque. We use EZ-Audit (www.ezaudit.com). It is pretty fast and allows you to scan remotely or from a logon script. It's also fairly cheap. If all the PCs are in one location, the cost is $200 no matter hor many seats there are. Hope it helps. Yves
  18. thorswolf

    Flooded by "microsoft patches"

    Over here, we're stemming the flow with server side rules on Exchange. You can do the same in Outlook or OE if you can find a commonality between all the messages. Otherwise, there's not much can be done.
  19. thorswolf

    Anoying Wireless Network Problems

    You may also want to check for any wireless phones of the same frequency range in the area. If you're using a 2.4GHz router, then no phone of the same frequency should be used within the router's range or it will interfere. Hope that helps
  20. thorswolf

    Prevent users changing mouse pointers

    Dave, your best bet is probably some logon or logoff script that changes the various keys that control the mouse pointer. The pointers and animation are all under HKEY_CURRENT_USER\Control Panel\Cursors. What you would do is have the script blank out all the string values, zero out the scheme...

Part and Inventory Search

Back
Top