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!

Recent content by gigahertz

  1. gigahertz

    Conditional Format entire Column

    Format one cell then copy and "paste special" "formats" to other cells.
  2. gigahertz

    Allow only Specified Sites?

    Very easy to do with Windows Vista parental controls and also with McAfee parental controls. You probably don't want to "upgrade" to Vista, but the McAfee is probably a reasonable solution.
  3. gigahertz

    CSV files , how to always allow file downloads

    The easiest way is with Group Policy. Computer Configuration / Administrative Templates / Windows Components / Internet Explorer / Security FEATURES (?) / Restrict File Download / It's also helpful to disable the information bar warning FEATURE (?) which is just below the above setting.
  4. gigahertz

    Exchange 2003 OWA hyperlinks in emails requiring logon

    The OWA browser page needs to be in each user's intranet or trusted security zone with the security option for automatic logon enabled for that zone.
  5. gigahertz

    Archive personal Folder

    In Outlook, select File, New, Outlook Data File. Name it what you like. Drag and drop what you want to save into it. After moving data, right-click the new file and select close. Whenever you need to access the old data, select File, Open, Outlook Data File and open and close it as needed. I...
  6. gigahertz

    IE 8 window closes itself......

    On some pages, scripts may do this. In Internet Options, Tabs - Settings, check "Warn when closing multiple tabs". Then before going to a page that seems to close itself, open a second tab to another site. Then if a web page is closing itself, you will get a warning message asking if you want to...
  7. gigahertz

    .pdf files fail to open with IE8

    Yes - you need to reinstall Reader after the IE upgrade.
  8. gigahertz

    This Page Cannot Be Displayed error appearing inconsistently

    Do the problem machines have spyware blockers that could be blocking scripts? Is the Windows Update level current on all clients? On a problem client, try adding the problem site to the Trusted Sites Zone (instead of the local intranet). That has helped me find security settings that kept...
  9. gigahertz

    This Page Cannot Be Displayed error appearing inconsistently

    In IE settings for Local Intranet Security check "Sites" and see if intranet sites are automatically detected or not. If a site was manually added in the sites list under "advanced", make sure "require server verification" isn't checked. Also, in the security settings, make sure IE is set for...
  10. gigahertz

    Windows Vista eating memory?

    Sounds like it could be a hardware problem memory went bad or unseated in socket. You're talking percentages - what is the actual memory ...
  11. gigahertz

    IE History

    This script will also resolve that issue: Dim WshShell Set WshShell=Wscript.CreateObject("Wscript.Shell") WshShell.Run """C:\Program WshShell.Run ""RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8"" WshShell.Run ""RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1""
  12. gigahertz

    Win XP default download folder

    This is a script file that I run every now and then to reset the directory to C:\Download ... Dim WSHShell Set WSHShell=Wscript.CreateObject("Wscript.Shell") WSHShell.RegWrite "HKCU\Software\Microsoft\Internet Explorer\Download Directory", "C:\Download", "REG_SZ"
  13. gigahertz

    Strange shutdown error message in XP Pro

    Although it doesn't address your issue specifically, this addon Microsoft service may help ... http://www.microsoft.com/downloads/details.aspx?familyid=1B286E6D-8912-4E18-B570-42470E2F3582&displaylang=en
  14. gigahertz

    Disable history delete (IE 7)

    In Windows XP Pro you can do that with the group policy editor.
  15. gigahertz

    How to make Folder Options global

    Search for all instances of the file desktop.ini and delete them. Then repeat setting one folder and applying to all.

Part and Inventory Search

Back
Top