Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows API
  4. Vista woes...

Vista woes...

Scheduled Pinned Locked Moved Windows API
helpquestioncsharpvisual-studiohardware
6 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    NeverHeardOfMe
    wrote on last edited by
    #1

    What a distaster Vista is (but I have it now and may as well stick it out until Windows7 comes along) - Clearly Microsoft know this too, otherwise they wouldn't already be talking up Windows7... The UAC is a nightmare; it may make for a more secure system, but at what price? As an analagy, I can reduce my risks of being run over by a bus by never going out of my house, but what kind of life is that? And too mnay applictions won't run. Visual Studio 2003 will, but it tells you it has "issues" - it is incredible that Microsoft aren't officially supporting VS2003 on Vista. Anyway... I have noticed that my Hard Disk light is constantly on. Looking on various forums I see that others have this "problem" too. I have tried disabling indexing and superfetch, but neither makes any difference. The only time it goes off is when the computer is reading from a CD/DVD. However, if one listens carefully, you can hear when the disk itself is being accessed - or can one? What is that faint scraping? Is it when reading, writing, or both? If just when writing, then why is Vista constantly reading my disk, with indexing and pretetch off? If reading and writing, I wonfer why the light is on when there is no (apparent) disk activity? I can't imagine it's only when reading... Could it simply be a hardware error - something wired up wrong? I really want to know if this is something I should be concerned about... P

    M S N M N 5 Replies Last reply
    0
    • N NeverHeardOfMe

      What a distaster Vista is (but I have it now and may as well stick it out until Windows7 comes along) - Clearly Microsoft know this too, otherwise they wouldn't already be talking up Windows7... The UAC is a nightmare; it may make for a more secure system, but at what price? As an analagy, I can reduce my risks of being run over by a bus by never going out of my house, but what kind of life is that? And too mnay applictions won't run. Visual Studio 2003 will, but it tells you it has "issues" - it is incredible that Microsoft aren't officially supporting VS2003 on Vista. Anyway... I have noticed that my Hard Disk light is constantly on. Looking on various forums I see that others have this "problem" too. I have tried disabling indexing and superfetch, but neither makes any difference. The only time it goes off is when the computer is reading from a CD/DVD. However, if one listens carefully, you can hear when the disk itself is being accessed - or can one? What is that faint scraping? Is it when reading, writing, or both? If just when writing, then why is Vista constantly reading my disk, with indexing and pretetch off? If reading and writing, I wonfer why the light is on when there is no (apparent) disk activity? I can't imagine it's only when reading... Could it simply be a hardware error - something wired up wrong? I really want to know if this is something I should be concerned about... P

      M Offline
      M Offline
      Mathias S
      wrote on last edited by
      #2

      Don't expect UAC to go away in Windows 7. Maybe it will be less annoying in W7. But i would not keep my hope on that. According to reports it is Annoying by design. To force us developers to create applications that follow the guidelines and to allow the apps we create to be able to run as a standard user. Go see what is reading/writing to your disk. you can open the "Reliability and Performance Monitor" in Vista and click on "Disk", and you will see what files and process are doing the read/writes. (Or just download process monitor from sysinternals.com ) - Mathias

      1 Reply Last reply
      0
      • N NeverHeardOfMe

        What a distaster Vista is (but I have it now and may as well stick it out until Windows7 comes along) - Clearly Microsoft know this too, otherwise they wouldn't already be talking up Windows7... The UAC is a nightmare; it may make for a more secure system, but at what price? As an analagy, I can reduce my risks of being run over by a bus by never going out of my house, but what kind of life is that? And too mnay applictions won't run. Visual Studio 2003 will, but it tells you it has "issues" - it is incredible that Microsoft aren't officially supporting VS2003 on Vista. Anyway... I have noticed that my Hard Disk light is constantly on. Looking on various forums I see that others have this "problem" too. I have tried disabling indexing and superfetch, but neither makes any difference. The only time it goes off is when the computer is reading from a CD/DVD. However, if one listens carefully, you can hear when the disk itself is being accessed - or can one? What is that faint scraping? Is it when reading, writing, or both? If just when writing, then why is Vista constantly reading my disk, with indexing and pretetch off? If reading and writing, I wonfer why the light is on when there is no (apparent) disk activity? I can't imagine it's only when reading... Could it simply be a hardware error - something wired up wrong? I really want to know if this is something I should be concerned about... P

        S Offline
        S Offline
        Stephen Hewitt
        wrote on last edited by
        #3

        Phil Uribe wrote:

        The UAC is a nightmare; it may make for a more secure system, but at what price?

        I actually like UAC, for the most part. But if you don't like it use "gpedit.msc" to turn it off.

        Phil Uribe wrote:

        Anyway... I have noticed that my Hard Disk light is constantly on. Looking on various forums I see that others have this "problem" too. I have tried disabling indexing and superfetch, but neither makes any difference. The only time it goes off is when the computer is reading from a CD/DVD.

        I had this problem, it turned out to be the "Shadow Copy". See here[^] for step-by-step instructions on how to turn it off.

        Steve

        1 Reply Last reply
        0
        • N NeverHeardOfMe

          What a distaster Vista is (but I have it now and may as well stick it out until Windows7 comes along) - Clearly Microsoft know this too, otherwise they wouldn't already be talking up Windows7... The UAC is a nightmare; it may make for a more secure system, but at what price? As an analagy, I can reduce my risks of being run over by a bus by never going out of my house, but what kind of life is that? And too mnay applictions won't run. Visual Studio 2003 will, but it tells you it has "issues" - it is incredible that Microsoft aren't officially supporting VS2003 on Vista. Anyway... I have noticed that my Hard Disk light is constantly on. Looking on various forums I see that others have this "problem" too. I have tried disabling indexing and superfetch, but neither makes any difference. The only time it goes off is when the computer is reading from a CD/DVD. However, if one listens carefully, you can hear when the disk itself is being accessed - or can one? What is that faint scraping? Is it when reading, writing, or both? If just when writing, then why is Vista constantly reading my disk, with indexing and pretetch off? If reading and writing, I wonfer why the light is on when there is no (apparent) disk activity? I can't imagine it's only when reading... Could it simply be a hardware error - something wired up wrong? I really want to know if this is something I should be concerned about... P

          N Offline
          N Offline
          No e
          wrote on last edited by
          #4

          I found that the stupid sidebar was causing way too much disk activity. It is kind of cuite, but not worth the overhead, try turning it off...

          1 Reply Last reply
          0
          • N NeverHeardOfMe

            What a distaster Vista is (but I have it now and may as well stick it out until Windows7 comes along) - Clearly Microsoft know this too, otherwise they wouldn't already be talking up Windows7... The UAC is a nightmare; it may make for a more secure system, but at what price? As an analagy, I can reduce my risks of being run over by a bus by never going out of my house, but what kind of life is that? And too mnay applictions won't run. Visual Studio 2003 will, but it tells you it has "issues" - it is incredible that Microsoft aren't officially supporting VS2003 on Vista. Anyway... I have noticed that my Hard Disk light is constantly on. Looking on various forums I see that others have this "problem" too. I have tried disabling indexing and superfetch, but neither makes any difference. The only time it goes off is when the computer is reading from a CD/DVD. However, if one listens carefully, you can hear when the disk itself is being accessed - or can one? What is that faint scraping? Is it when reading, writing, or both? If just when writing, then why is Vista constantly reading my disk, with indexing and pretetch off? If reading and writing, I wonfer why the light is on when there is no (apparent) disk activity? I can't imagine it's only when reading... Could it simply be a hardware error - something wired up wrong? I really want to know if this is something I should be concerned about... P

            M Offline
            M Offline
            Mike Dimmick
            wrote on last edited by
            #5

            Control Panel, System and Maintenance, Performance Information and Tools, click Advanced Tools in the left-hand pane and click Open Reliability and Performance Monitor. Click the down-arrow in the Disk heading to see what tasks are performing I/O. I found that Windows Live Messenger was performing a lot of I/O when the folder sharing feature was enabled.

            DoEvents: Generating unexpected recursion since 1991

            1 Reply Last reply
            0
            • N NeverHeardOfMe

              What a distaster Vista is (but I have it now and may as well stick it out until Windows7 comes along) - Clearly Microsoft know this too, otherwise they wouldn't already be talking up Windows7... The UAC is a nightmare; it may make for a more secure system, but at what price? As an analagy, I can reduce my risks of being run over by a bus by never going out of my house, but what kind of life is that? And too mnay applictions won't run. Visual Studio 2003 will, but it tells you it has "issues" - it is incredible that Microsoft aren't officially supporting VS2003 on Vista. Anyway... I have noticed that my Hard Disk light is constantly on. Looking on various forums I see that others have this "problem" too. I have tried disabling indexing and superfetch, but neither makes any difference. The only time it goes off is when the computer is reading from a CD/DVD. However, if one listens carefully, you can hear when the disk itself is being accessed - or can one? What is that faint scraping? Is it when reading, writing, or both? If just when writing, then why is Vista constantly reading my disk, with indexing and pretetch off? If reading and writing, I wonfer why the light is on when there is no (apparent) disk activity? I can't imagine it's only when reading... Could it simply be a hardware error - something wired up wrong? I really want to know if this is something I should be concerned about... P

              N Offline
              N Offline
              NeverHeardOfMe
              wrote on last edited by
              #6

              ..turns out to have been the IDE CD/DVD drive. Replaced it with a serial one and now all is fine.... I am sure there is an explanation somewhere...

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups