EggXpert

The official Newegg tech support community and Newegg tech support forums. Learn about PC building, case mods, computer repairs, and computer troubleshooting. Get help from knowledgable community members about computer hardware and computer software, laptops, notebooks, netbooks, consumer electronics & mp3 players, home networking, lcd TVs, home audio and more.
Welcome to eggXpert.com. Sign in | Join | Help
in Search
Advanced Search

Windows VISTA - TIPS, TRICKS and TWEAKS

Last post by . replies.
Sort Posts: Previous Next
  •  04-10-2007, 6:53 AM 6367

    Windows VISTA - TIPS, TRICKS and TWEAKS

    My fellow EggXpert Cool-

     Any one that finds out any new TRICK or has any TIPS and that can do any TWEAKS please share with us in this forum so that we all can test it out and help each other out with any issue.

    Thanks!!

    Vista

  •  04-10-2007, 9:13 AM 7618 in reply to 6367

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    here are some site that might help. 

     

    http://www.tweakvista.eu/

    http://vistarewired.com/

    http://www.speedyvista.com/


    E6850
    EVGA 8800gtx
    EVGA 680i
    4 gigs Corsair dominator
    150gig WD raptor
    74gig WD raptor
    Coolermaster Cosmos
    Corsair 620w PSU
    Swiftech watercooling system

  •  04-10-2007, 10:38 AM 8430 in reply to 6367

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    One of my best "tricks" I like to pull out of my hat is a batch file a friend and I wrote to disable services in Windows XP that also works well (although not flawlessly) with Vista.  You do have to have administrative privileges to the command prompt before running this batch file.

    Disclaimer: This does disable the service that controls the wireless service. 

     Here's the code (put it into notepad, then "Save As..." filename.cmd):

    djender:
    @title Services Tweaking

    @echo Turning off unused services...
    @echo.
    @net stop Alerter
    @net stop ALG
    @net stop Clipsrv
    @net stop Browser
    @net stop ERSvc
    @net stop FastUserSwitchingCompatibility
    @net stop HidServ
    @net stop cisvc
    @net stop Messenger
    @net stop mnmsrvc
    @net stop NetDDE
    @net stop NetDDEdsdm
    @net stop Nla
    @net stop NtLmSsp
    @net stop WmdmPmSN
    @net stop ProtectedStorage
    @net stop RSVP
    @net stop RasMan
    @net stop ShellHWDetection
    @net stop SCardSvr
    @net stop upnphost
    @net stop wscsvc
    @net stop SSDPSRV
    @net stop srservice
    @net stop Schedule
    @net stop UPS
    @net stop wzcsvc
    @net stop WmiApSrv
    @net stop Themes
    @net stop SharedAccess

    @echo.
    @echo Disabling unused services from starting up again...
    @echo.
    @sc config Alerter start= disabled
    @sc config ALG start= disabled
    @sc config Clipsrv start= disabled
    @sc config Browser start= disabled
    @sc config ERSvc start= disabled
    @sc config FastUserSwitchingCompatibility start= disabled
    @sc config HidServ start= disabled
    @sc config cisvc start= disabled
    @sc config Messenger start= disabled
    @sc config mnmsrvc start= disabled
    @sc config NetDDE start= disabled
    @sc config NetDDEdsdm start= disabled
    @sc config Nla start= disabled
    @sc config NtLmSsp start= disabled
    @sc config WmdmPmSN start= disabled
    @sc config ProtectedStorage start= disabled
    @sc config RSVP start= disabled
    @sc config RasMan start= disabled
    @sc config ShellHWDetection start= disabled
    @sc config SCardSvr start= disabled
    @sc config wscsvc start= disabled
    @sc config SSDPSRV start= disabled
    @sc config srservice start= disabled
    @sc config Schedule start= disabled
    @sc config UPS start= disabled
    @sc config upnphost start= disabled
    @sc config wzcsvc start= disabled
    @sc config WmiApSrv start= disabled
    @sc config Themes start= disabled
    @sc config SharedAccess start= disabled

    @echo.
    @echo Making somewhat useful services manually availble...
    @echo.
    @sc config helpsvc start= demand
    @sc config webclient start= demand

    @echo.
    @echo Complete!
    @echo.
    @pause
    @exit

     
    When you want to run it, elevate your privileges to admin on the command prompt, navigate to the folder containing the batch file, and type filename.cmd.

    Watch it work it's magic. 

     


    "Girls are like Voltron. The more you hook up, the better it gets." -Tucker
  •  04-10-2007, 12:32 PM 9537 in reply to 6367

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    Vista, by default, will not let you connect to Web Folders (i.e. WebDAV) that has Basic Authentication.  You can change the behavior by going to the registry.

    Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters “BasicAuthLevel” (REG_DWORD)

    the default value of this key is 1. Change it to 2 and reboot.

     Hopefully this will help some people.

    Of course, I'm finding that this trick doesn't work for my sites on dreamhost.

     

  •  04-10-2007, 12:43 PM 9668 in reply to 8430

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    Nice batch file djender thank you.....

    Remember you can change/remove the entries that you need running for example like I require SCardSvr running so I removed it from the batch file.

    For those people who don't know what every service in the list is for I would suggest you look them up first before trying this out.

  •  04-10-2007, 10:39 PM 13422 in reply to 9668

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    For those that use it, this works great.  Otherwise, for us on Win XP Pro, dont convert.  Wait till Vista gets better driver support if your a gamer.  Currently 1/2 of the games using DX9 do not work with vista for Nvidia, and almost 2/3 for ATI.  Ive had friends complain to me up and down constantly about upgrading to vista, and i think its just a headache currently that dosent really justify paying 200$ to achieve.

    AMD 5600+ X2 @ 2.8 GHZ
    3GB Patriot Extreme DDR2 800 EPP
    SLi GeForce 8800 GTS Superclocked


    Specializes in Microsoft Products and Operations
    Builds. (Hardware/Software) PM me if you have
    ANY questions.
  •  04-10-2007, 10:47 PM 13457 in reply to 13422

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    I haven't found to much support or drivers for vista yet to get my sytem up any ideas.


    www.flymypc.com
  •  04-11-2007, 12:04 AM 13723 in reply to 6367

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    Great job my EggXpert buddys!!! Lets keep em coming! I will be opening a "Vista Q&A" Forum for any additional questions.
  •  04-11-2007, 9:45 AM 15113 in reply to 13457

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    Unfortunately, many developers are taking their time to release Vista drivers. This may be due to Vista being difficult to write for, or that it is just more difficult than XP. But of course, when you adopt an OS this early, it is just the nature of the beast. =/

    AMD Athalon X2 4400+ 2.2ghz
    Seagate 200gb HDD
    BFG 7600GT OC
    Zalman CNPS9500 LED
    Antec P180
  •  04-11-2007, 10:21 AM 15302 in reply to 13422

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    rocket859:
    For those that use it, this works great.  Otherwise, for us on Win XP Pro, dont convert.  Wait till Vista gets better driver support if your a gamer.  Currently 1/2 of the games using DX9 do not work with vista for Nvidia, and almost 2/3 for ATI.  Ive had friends complain to me up and down constantly about upgrading to vista, and i think its just a headache currently that dosent really justify paying 200$ to achieve.

    I have only one game that won't install, outside of that EVERY game I play works. I recommend the change to Vista, it's just plain neat.

    (CoD2, Steam, Obliv, Dark messiah, LOTR:Online, and others....oh and I"m using an 8800GTS, too)

    Good tips btw, keep em comin'.
  •  04-11-2007, 10:34 AM 15388 in reply to 15113

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    just a note, this is no different than when xp came out, or even 2000 for that matter.  anytime a new OS debut's, it's only natural it's going to take some time to get full support on older devices



  •  04-11-2007, 11:34 AM 15710 in reply to 6367

    Black Viper .. need I say more?

    http://www.blackviper.com/WinVista/servicecfg.htm
  •  04-11-2007, 1:03 PM 16253 in reply to 6367

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    http://www.tweakvista.com/  - Tweaks, Downloads, and Tips.

     Also......>http://windowsultimate.com/ if you are fortunate enough to run Windows Vista Ultimate Edition.  DreamScenes are VERY cool!

    Brian


    Brian
  •  04-11-2007, 1:08 PM 16283 in reply to 6367

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    Vista allows you to resize your partitions on-the-fly.  You can "shrink" your current drive space to another size and allow yourself to build a second partition for dual-booting, backup, or separate storage.  To do this, go to Computer Management and then Disk Management and right-click the drive you want to work with and click "Shrink Volume".  Sure this will come in handy to someone and plus you don't have to buy additional software like you used to (Partition Magic, etc.).

     Brian


    Brian
  •  04-11-2007, 1:09 PM 16292 in reply to 16253

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    Yes.. reamScenes makes my desktop look real pretty.  Also try the DeskScapes.  Needs Vista Ultimate of course.
  •  04-11-2007, 1:13 PM 16306 in reply to 16283

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    Forgot to mention you can take two partitions and make one as well.  If you have two partitions on one drive and want to make them one single drive you can use "Extend Volume".  Not sure I'd recommend if you have programs installed on second partition though.  Data should be fine.


    Brian
  •  04-13-2007, 6:21 AM 21909 in reply to 16306

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    Partition magic will do the same thing without Data loss



  •  04-13-2007, 11:40 PM 23593 in reply to 16292

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    yjchung:
    Yes.. reamScenes makes my desktop look real pretty.  Also try the DeskScapes.  Needs Vista Ultimate of course.

    Had no idea about DeskScapes...thanks for that link.
     

  •  04-14-2007, 7:47 PM 24529 in reply to 23593

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    try these links, their great.

    http://www.extremetech.com/category2/0,1695,23445,00.asp

     http://blogs.msdn.com/stevecla01/archive/2006/09/20/763493.aspx

  •  04-14-2007, 10:35 PM 24708 in reply to 23593

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    For those with Vista and HP Photosmart P1100 series, you don't have to buy a new printer.

    HP wants you to.

    In add printer section...use the [Have Disk/choose product] and use the HP 1120 C drivers provided on the drop down list in Vista. Works great. HP  thanks for being lamers.


    Also, for those with Vista and a digital camera and the older SmartMedia cards, your old XP reader won't work.  NewEgg sells a simple All in one Card reader thats cheap and works fine.  It's the SuperTalent All in 1 card reader.  I forget the exact product number.

    It's made by Super*Talent and costs $6.97.  Ask further here if you need the details. 


     


    If god meant us to be vegetarians, why did he make animals out of meat?
  •  04-27-2007, 9:42 AM 38637 in reply to 24708

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    You can modify your Windows Install with vLite. If done properly you can get it to fit on a single CD. Tutorial I made:

    http://teamtutorials.com/windows-tutorials/fit-a-vista-install-on-a-single-cd 


    Remember to rate good helpful posts!
    For Some Tutorials Check Out My Tutorial Site:Team Tutorials

  •  04-27-2007, 10:38 AM 38655 in reply to 21909

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    my vista basic said partition magic was not compatible with vista.  That was like the day Vista came out though

    Specs: First Homemade PC
    PD 2.8, 1g kingston ram, crap graphics, 2 maxtor 160g hd, 200g maxtor external, xp pro

    Cheap factory built
    P4 3.0, 1g kingston ram, crap graphics, same drives vista basic
  •  05-01-2007, 6:13 PM 43013 in reply to 13422

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    Very Good Post, There really is not a pressing need to change to VISTA this early, XP was a much more must upgrade then the current offering from Microsoft, maybe after the first service pack it might be more appealing........I will pass on that headache for a while and have another cold oneBeer

  •  05-01-2007, 8:04 PM 43114 in reply to 43013

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    This came out from PC Magazine online and has some pretty good stuff:

     

    http://www.pcmag.com/article2/0,1895,2115465,00.asp 

  •  05-01-2007, 8:50 PM 43145 in reply to 16292

    Re: Windows VISTA - TIPS, TRICKS and TWEAKS

    yjchung:
    Yes.. reamScenes makes my desktop look real pretty.  Also try the DeskScapes.  Needs Vista Ultimate of course.

    Way cool!! Thanks!Cool 

View as RSS news feed in XML

 Home   Forums   Chat   Blogs   Deals   Newsletter   About 

 FAQ   Terms of Use   Privacy Policy   Contact Us 

©2010 Newegg, Inc. All rights reserved.