SLCentral - Your logical choice for computing and technology
Latest Deals   
Navigation
  • Home
  • Search
  • Forums
  • Hardware
  • Games
  • Tech News
  • Deals
  • Prices
  • A Guru's World
  • CPU/Memory Watch
  • Site Info
  • SL Newsletter
    Recieve bi-weekly updates on news, new articles, and more


    Forum home My SLBoards (Control Panel)View the calendar View the members list Read the FAQ Search the forums

    Go Back   SLCentral Forum > Technology > Software / Operating Systems
    User Name
    Password


    Reply
     
    Thread Tools Search this Thread Display Modes
      #1  
    Old 11-29-01, 07:27 AM
    Dan's Avatar
    Dan Dan is offline
    SLTrout
     
    Join Date: Nov 2001
    Location: Charlotte, NC
    Posts: 296
    Dan is off the scale
    Send a message via ICQ to Dan
    Default Useless Win2K/XP Tips & Tricks

    Ok, I thought that we might try to add some tweaks to the pile...
    ---------------------------
    Minimizing Outlook to the tray:
    (Dont miss another appointment because Outlook wasn't running)

    use Regedt32 to navigate to HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\O utlook\Preferences. On the Edit menu, edit or Add Value name MinToTray, a REG_DWORD data type, and set the data value to 1.

    You might also want to create a shortcut to outlook, right-click on it, and in the Shortcut tab, change the run state to Run minimized, and put this in your startup group.
    Reply With Quote
      #2  
    Old 11-29-01, 07:31 AM
    Dan's Avatar
    Dan Dan is offline
    SLTrout
     
    Join Date: Nov 2001
    Location: Charlotte, NC
    Posts: 296
    Dan is off the scale
    Send a message via ICQ to Dan
    Default XP Balloon tips

    OK, I just fout this one (and they say we're not supposed to play with regedit )

    Am I the only person who has been using a computer for more than a week and dont need the stupid balloon tips in windows???

    To disable the Windows XP balloon tips:
    1. Use the registry editor to navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced.

    2. on the Edit menu, press New and DWORD value.

    3. Type a Value Name of EnableBalloonTips.

    4. Double-click EnableBalloonTips and type 0.
    Reply With Quote
      #3  
    Old 12-03-01, 07:35 AM
    Dan's Avatar
    Dan Dan is offline
    SLTrout
     
    Join Date: Nov 2001
    Location: Charlotte, NC
    Posts: 296
    Dan is off the scale
    Send a message via ICQ to Dan
    Default Enable Numlock on Startup - XP

    copy & paste this code into a file called NUMLock on startup.vbs
    '-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Option Explicit
    On Error Resume Next

    Dim WSHShell, MyBox, p, p1, q1, t, itemtype
    Dim jobfunc

    Set WSHShell = WScript.CreateObject("WScript.Shell")
    p = "HKEY_USERS\.Default\Control Panel\Keyboard\InitialKeyboardIndicators"
    p1 = "HKEY_CURRENT_USER\Control Panel\Keyboard\InitialKeyboardIndicators"
    itemtype = "REG_DWORD"
    q1 = 2


    jobfunc = "NumLock will be on at boot up."



    WSHShell.RegWrite p, q1
    WSHShell.RegWrite p1, q1

    t = "Confirmation"
    MyBox = MsgBox (jobfunc, 4096, t)
    '-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    __________________
    MSI 875P NEO-LSR Mainboard - Intel P4C 3.0Ghz (800Mhz FSB) - 2 x OCZ PC4000 512MB DIMMs - 4 x WD800JB 80GB/8MB Cache (RAID 0+1) - SB Audigy Platinum eX - ATi Radeon 9800 Pro AIW - Sony Trinitron 19" - Windows Server 2003 Enterprise
    Reply With Quote
      #4  
    Old 12-03-01, 07:43 AM
    Dan's Avatar
    Dan Dan is offline
    SLTrout
     
    Join Date: Nov 2001
    Location: Charlotte, NC
    Posts: 296
    Dan is off the scale
    Send a message via ICQ to Dan
    Default Customize XP Performance

    Check this out:
    http://support.microsoft.com/defaul...b;EN-US;q308417

    and also

    This tweak lets you uninstall Windows Components such as MSN Explorer and programs in the Accessories menu on the 'All Programs' menu.

    to remove components that microsoft doesnt want you to...

    1. Edit the hidden system file SYSOC.INF in the Windows/System/Inf folder (or WINNT/System/Inf if you upgraded from NT or 2000).
    2. Delete all instances of the word HIDE. Don't put any spaces inbetween the commas.
    3. Save your changes.
    4. Open 'Add or Remove Programs' in Control Panel.
    5. Click on 'Add/Remove Windows Components. You will now see options for 'Accessories and Utilities' (the programs in the Accessories menu on the Start panel), MSN Explorer and several other components.
    6. Uncheck the tick box to remove that component or check it to install it from your XP CD.

    Be careful what components you remove though!
    __________________
    MSI 875P NEO-LSR Mainboard - Intel P4C 3.0Ghz (800Mhz FSB) - 2 x OCZ PC4000 512MB DIMMs - 4 x WD800JB 80GB/8MB Cache (RAID 0+1) - SB Audigy Platinum eX - ATi Radeon 9800 Pro AIW - Sony Trinitron 19" - Windows Server 2003 Enterprise
    Reply With Quote
      #5  
    Old 12-12-01, 07:11 PM
    Rob's Avatar
    Rob Rob is offline
    Free agent
     
    Join Date: Jun 2001
    Location: Surrounded by frickin' idiots.
    Posts: 600
    Rob is off the scale
    Send a message via AIM to Rob Send a message via Yahoo to Rob
    Default

    Or how about reclaiming 20% of your bandwith back in XP Pro?

    http://www.theregister.co.uk/content/4/23090.html

    Quote:
    XP reserves that 20 per cent even if you've switched off QoS via the services program, but this default allocation can be adjusted or switched off by running gpedit.msc
    Reply With Quote
      #6  
    Old 12-14-01, 02:15 PM
    rstarr's Avatar
    rstarr rstarr is offline
    Senior Member
     
    Join Date: May 2001
    Location: Fort Knox, KY
    Posts: 541
    rstarr is off the scale
    Default

    I like that last tip. I'd post all my tips, but they are too long. have to cut and paste single post. Way to much.
    __________________
    Serious Soldier

    Reply With Quote
      #7  
    Old 12-15-01, 02:51 PM
    Pierre's Avatar
    Pierre Pierre is offline
    Registered User
     
    Join Date: Mar 2001
    Location: Ohio
    Posts: 58
    Pierre is off the scale
    Send a message via ICQ to Pierre
    Default hmmm

    @Dan, I do not have an SYSOC.INF file located anywhere in my computer. Could that be due to my XP being OEM possibly?

    Things that make you go "what the hell?"
    __________________
    Life is a journey, not a destination.
    Reply With Quote
      #8  
    Old 12-15-01, 09:58 PM
    Dan's Avatar
    Dan Dan is offline
    SLTrout
     
    Join Date: Nov 2001
    Location: Charlotte, NC
    Posts: 296
    Dan is off the scale
    Send a message via ICQ to Dan
    Default

    Its there, just make sure that your Explorer is showing hidden files AND protected OS files...
    __________________
    MSI 875P NEO-LSR Mainboard - Intel P4C 3.0Ghz (800Mhz FSB) - 2 x OCZ PC4000 512MB DIMMs - 4 x WD800JB 80GB/8MB Cache (RAID 0+1) - SB Audigy Platinum eX - ATi Radeon 9800 Pro AIW - Sony Trinitron 19" - Windows Server 2003 Enterprise
    Reply With Quote
      #9  
    Old 12-16-01, 07:09 AM
    Pierre's Avatar
    Pierre Pierre is offline
    Registered User
     
    Join Date: Mar 2001
    Location: Ohio
    Posts: 58
    Pierre is off the scale
    Send a message via ICQ to Pierre
    Default

    Nope, it's no where to be found. I opened all my hidden & protected stuff as soon as I fired up this confuzer. Wonder what that means if I can't see something you can....hmmmm
    __________________
    Life is a journey, not a destination.
    Reply With Quote
      #10  
    Old 01-06-02, 07:00 PM
    Dan's Avatar
    Dan Dan is offline
    SLTrout
     
    Join Date: Nov 2001
    Location: Charlotte, NC
    Posts: 296
    Dan is off the scale
    Send a message via ICQ to Dan
    Default

    This is a great tweak. Before I found it, I was smashing my head against the table waiting to view shares on other computers. Basically, when you connect to another computer with Windows XP, it checks for any Scheduled tasks on that computer - a fairly useless task, but one that can add up to 30 seconds of waiting on the other end - not good! Fortunately, it’s fairly easy to disable this process. First, navigate to:

    HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace in the Registry.

    Below that, there should be a key called {D6277990-4C6A-11CF-8D87-00AA0060F5BF}.

    Just delete this, and after a restart, Windows will no longer check for scheduled tasks - mucho performance improvement!
    __________________
    MSI 875P NEO-LSR Mainboard - Intel P4C 3.0Ghz (800Mhz FSB) - 2 x OCZ PC4000 512MB DIMMs - 4 x WD800JB 80GB/8MB Cache (RAID 0+1) - SB Audigy Platinum eX - ATi Radeon 9800 Pro AIW - Sony Trinitron 19" - Windows Server 2003 Enterprise
    Reply With Quote
      #11  
    Old 01-14-02, 06:35 PM
    Dan's Avatar
    Dan Dan is offline
    SLTrout
     
    Join Date: Nov 2001
    Location: Charlotte, NC
    Posts: 296
    Dan is off the scale
    Send a message via ICQ to Dan
    Default

    OK, another useless one... In Win2K (and maybe other MS os's) the MSN messenger displays those horrible banner ads at the bottom of its little windows... I know you know what I'm talking about... Anyway, to stop this:

    - browse to "c:\program files\messenger"

    - right-click - create a new text file.

    - Name the file "links.txt".

    - Now (leaving the file 0 bytes) right-click on links.txt and make it read-only... TADA!!!! There ya go.
    __________________
    MSI 875P NEO-LSR Mainboard - Intel P4C 3.0Ghz (800Mhz FSB) - 2 x OCZ PC4000 512MB DIMMs - 4 x WD800JB 80GB/8MB Cache (RAID 0+1) - SB Audigy Platinum eX - ATi Radeon 9800 Pro AIW - Sony Trinitron 19" - Windows Server 2003 Enterprise
    Reply With Quote
      #12  
    Old 01-21-02, 11:30 PM
    Aaron Aaron is offline
    Registered User
     
    Join Date: Dec 2000
    Location: Kirkland, WA, United States
    Posts: 596
    Aaron is off the scale
    Send a message via ICQ to Aaron Send a message via AIM to Aaron
    Default

    Quote:
    Originally posted by Dan
    This is a great tweak. Before I found it, I was smashing my head against the table waiting to view shares on other computers. Basically, when you connect to another computer with Windows XP, it checks for any Scheduled tasks on that computer - a fairly useless task, but one that can add up to 30 seconds of waiting on the other end - not good! Fortunately, it’s fairly easy to disable this process. First, navigate to:

    HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace in the Registry.

    Below that, there should be a key called {D6277990-4C6A-11CF-8D87-00AA0060F5BF}.

    Just delete this, and after a restart, Windows will no longer check for scheduled tasks - mucho performance improvement!


    Does this cause delay on the computer with Windows XP or the one without? And if it's on the one without, do you make this adjustment on the one with Windows XP or the one without? This could be my savior
    __________________
    Aaron Dahlen - Gaming Editor
    aaron@slcentral.com
    SLCentral - Your logical choice for computing and technology
    http://www.slcentral.com

    Athlon XP 1800+ ... K7V DRAGON Plus ... 256 MB PC2100 ... GeForce3 PowerPack !!! ... Sound Blaster Audigy ... IBM 60GXP 40 GB ... Samsung SyncMaster 950p ... Windows XP Home
    Reply With Quote
      #13  
    Old 01-22-02, 10:23 AM
    Dan's Avatar
    Dan Dan is offline
    SLTrout
     
    Join Date: Nov 2001
    Location: Charlotte, NC
    Posts: 296
    Dan is off the scale
    Send a message via ICQ to Dan
    Default

    As far as I know this is an XP trick. It might work on @k also though...
    __________________
    MSI 875P NEO-LSR Mainboard - Intel P4C 3.0Ghz (800Mhz FSB) - 2 x OCZ PC4000 512MB DIMMs - 4 x WD800JB 80GB/8MB Cache (RAID 0+1) - SB Audigy Platinum eX - ATi Radeon 9800 Pro AIW - Sony Trinitron 19" - Windows Server 2003 Enterprise
    Reply With Quote
      #14  
    Old 01-23-02, 08:50 PM
    BuRz's Avatar
    BuRz BuRz is offline
    Senior Lazy member
     
    Join Date: Jul 2001
    Location: Montreal, Qc, canada
    Posts: 449
    BuRz is off the scale
    Default Re: hmmm

    Quote:
    Originally posted by Pierre
    @Dan, I do not have an SYSOC.INF file located anywhere in my computer. Could that be due to my XP being OEM possibly?

    Things that make you go "what the hell?"


    I check and i doesnt find it either
    Reply With Quote
      #15  
    Old 01-24-02, 05:09 AM
    Dan's Avatar
    Dan Dan is offline
    SLTrout
     
    Join Date: Nov 2001
    Location: Charlotte, NC
    Posts: 296
    Dan is off the scale
    Send a message via ICQ to Dan
    Default

    Oops, the SYSOC.INF file is in the /windows/inf folder in XP. Sorry about the confusion, I just installed XP on my main machine last week.
    __________________
    MSI 875P NEO-LSR Mainboard - Intel P4C 3.0Ghz (800Mhz FSB) - 2 x OCZ PC4000 512MB DIMMs - 4 x WD800JB 80GB/8MB Cache (RAID 0+1) - SB Audigy Platinum eX - ATi Radeon 9800 Pro AIW - Sony Trinitron 19" - Windows Server 2003 Enterprise
    Reply With Quote
    Reply


    Thread Tools Search this Thread
    Search this Thread:

    Advanced Search
    Display Modes

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    vB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off
    Forum Jump



    All times are GMT -8. The time now is 05:23 PM.

    Archive - Search Engine Friendly URLs by vBSEO 3.0.0 RC6 © 2006, Crawlability, Inc. Top
    Browse the various sections of the site
    Hardware
    Reviews, Articles, News, All Reviews...
    Gaming
    Reviews, Articles, News...
    Regular Sections
    A Guru's World, CPU/Memory Watch, SLDeals...
    SLBoards
    Forums, Register(Free), Todays Discussions...
    Site Info
    Search, About Us, Advertise...
    Search Engine Friendly URLs by vBSEO 3.0.0 RC6 © 2006, Crawlability, Inc. Legal | Advertising | Site Info