Slashdot Mirror


Microsoft Updates Multiple Sysinternals Tools

wiedzmin writes "A couple of very useful updates have just been released by Microsoft for the ever so popular Sysinternals tool set. The most notable one is ProcessMonitor v2.0 which will now include 'real-time TCP and UDP monitoring.' Another one, released earlier this year — Desktops 1.0, provides a very unique multi-thread way to get multiple desktops running on your Windows box."

179 comments

  1. How about . . . by OverlordQ · · Score: 5, Insightful

    How about making it so ProcessMonitor actually fully unloads when you quit. Nothing is more aggravating then having to reboot because a lot of games consider it a hacking tool and refuse to run.

    --
    Your hair look like poop, Bob! - Wanker.
    1. Re:How about . . . by fuzzyfuzzyfungus · · Score: 4, Insightful

      Your complaint is fair(unless there is some hardcore Windows internals reason that Russinovich has his reasons for); but I am struck by the fact that sharing a platform with applications that treat you with suspicion and contempt is normal.

    2. Re:How about . . . by Anonymous Coward · · Score: 1, Insightful

      That sounds to me more like it's a bug in the games than a bug in ProcessMonitor.

      I wonder... do you think if you use ProcessMonitor to kill its own process it'll cleanup?

    3. Re:How about . . . by Anonymous Coward · · Score: 5, Informative

      Process Monitor loads a kernel driver in order to hook in and read everything the system is doing. Making a kernel driver unload while the system is running is hard, and in some cases, impossible to do without risking the stability of the kernel.

      If I ever come across software that treats the best damn troubleshooting toolset available for Windows as as being unfit to run alongside, then that software will come across an express ride to the Recycle Bin.

    4. Re:How about . . . by Anonymous Coward · · Score: 1, Insightful

      How about boycotting games with Securom and other draconian DRM?

      Not that ProcessMonitor should not fully unload, but it's the game developers fault your game won't run afterward.

    5. Re:How about . . . by Anonymous Coward · · Score: 1, Insightful

      This is not an issue with process monitor If you have a game that does this uninstall it, complain to the maker and return it as faulty. If you do not vote with your wallet these people will own your machine not the other way around.

    6. Re:How about . . . by Goldberg's+Pants · · Score: 3, Interesting

      It's not a BUG at all, it's a deliberate choice. For example Spore's implementation of Securom will NOT allow the game to run if it finds that in the background.

    7. Re:How about . . . by Anonymous Coward · · Score: 0

      Hangon, who's problem is this? ProcessMonitor's or the games that consider it a hacking tool? While I'm not saying either way that it's good or bad to hang around after quitting, but I'm more inclined to blame the game developers for this one.

    8. Re:How about . . . by Anonymous Coward · · Score: 0

      That is annoying. I'm pretty sure that Blizzard shares some of the blame though for stupidly identifying it as a cheating program in the first place, though.

    9. Re:How about . . . by nog_lorp · · Score: 4, Interesting

      Look to the popular cheating tool CheatEngine for an open source example of a kernel driver that unloads on demand.

    10. Re:How about . . . by someone300 · · Score: 4, Insightful

      Making a kernel driver unload while the system is running is hard,

      Nearly every Linux kernel module manages it.. (rmmod).

    11. Re:How about . . . by Anonymous Coward · · Score: 0

      How about you not whine so much about free software?

    12. Re:How about . . . by Talrinys · · Score: 2, Insightful

      While that is of course true, do you really think that it's Microsofts problem that game developers are paranoid about useful tools? Of course it's a fault at Microsofts end that it doesn't unload correctly, but there is a much deeper and more interesting question as to why consumers have no control over their own computers.

    13. Re:How about . . . by Anonymous Coward · · Score: 0

      How about making the games work while ProcessMonitor is running? It is an official Microsoft tool after all, would it be acceptable to have to reboot after using Internet Explorer when you want to play a game?
      Though it would also be worth a lot if they just gave a useful error message, how am I supposed to know that when a game _demo_ says it can not run because it "has detected a debugger" actually means ProcessExplorer, which I had running by default?

    14. Re:How about . . . by fluch · · Score: 5, Insightful

      I consider this a bug in the custommer. They shouldn't buy games which are deliberately bugy and defective by design ... and now, burn, karma, burn... :)

    15. Re:How about . . . by Anonymous Coward · · Score: 0

      How about not supporting games that use defective DRM that tag legitimate programs as hacking tools?

    16. Re:How about . . . by malkavian · · Score: 4, Insightful

      A bug in software most frequently arises due to bad, or insufficient logic being applied.
      I'd say that failing to run because somebody happens to have another (and in this case fully supported by Microsoft) program running in the background.
      You can see where the suits (and some knee jerk reactions from developers) are looking; If we put that bit in there, we're safe.

      However, the cracks that appear ensure that this is not the case. As has been noted many times on /. DRM does not affect the people who grab the cracked versions and have no intention of ever paying. It only affects someone who has already given the company their money.
      This results in a bad customer experience, lowering the credibility of the games house.

      In my eyes, this makes the logic applied by the developers (include this, and we'll be safe, and the world will be a better place, and no customer could ever object to this) is inherently flawed. This flaw makes its way into the design.
      The design is implemented in the software, which causes an issue with various other applications the end user may wish to run.
      So, the logic used in the design results in a piece of software not running. Whether the intent was to have this happen or not, the logic is flawed, thus making it a bug.

    17. Re:How about . . . by Anonymous Coward · · Score: 0

      Perhaps you should complain to the game companies about their intrusive DRM

    18. Re:How about . . . by Anonymous Coward · · Score: 0

      It already does? At least when I run it, it does.

    19. Re:How about . . . by jonadab · · Score: 3, Insightful

      However, there may be some significant differences between Linux and the NT kernel, both in terms of the design and the implementation. It may be that not everything that's hard to do with one of them is automatically also hard to do with the other.

      --
      Cut that out, or I will ship you to Norilsk in a box.
    20. Re:How about . . . by ZorbaTHut · · Score: 3, Funny

      Battlefield 2 did. This is why the third thing I did after installing it was "crack it", and is also one of the reasons I haven't bought the sequel.

      (The first thing I did after installing was "try to run it", and the second was "swear at EA".)

      --
      Breaking Into the Industry - A development log about starting a game studio.
    21. Re:How about . . . by jweatherley · · Score: 2, Insightful

      The problem is that the ProcessMonitor driver hooks the system call table. The author, Mark Russinovich, states:

      "It's never safe to unload a driver that patches the system call table since some thread might be just about to execute the first instruction of a hooked function when the driver unloads; if that happens the thread will jump into invalid memory."

      Can Linux avoid this problem?

      --

      --
      Reverse outsourcing: it's the future
    22. Re:How about . . . by Schnapple · · Score: 1

      You're referring to Process Explorer and yes, this was its behavior.

      It was fixed, however, in version 11.0.

      The version of SecuROM that comes with Armed Assault, S.T.A.L.K.E.R (European release only), Neverwinter Nights 2, Command & Conquer 3: Tiberium Wars (patched to v1.04), Tomb Raider Anniversary (demo and full version), Overlord, BioShock (demo and full version), Hellgate: London (single player mode), Rayman Raving Rabbids (PC version), World in Conflict (single-player campaign only) and Spore (full game and Creature Creator) prevents the game from running at all if older versions (before v11) of Process Explorer, a free tool by Sysinternals/Microsoft, has been run since the previous reboot. However, a workaround for this SecuROM detection bug (v9.25 is not affected) can be found here. Microsoft has worked around this particular bug with Process Explorer v11.0.
      http://en.wikipedia.org/wiki/Securom#Known_problems

    23. Re:How about . . . by Ant+P. · · Score: 3, Informative

      Can Linux avoid this problem?

      Linux lets you do the retarded thing and forcibly remove kernel modules, or lets you mark them as removed and only really remove them after anything currently using them has finished.

    24. Re:How about . . . by Anonymous Coward · · Score: 0

      Desktop 1.0 is light, but it makes you run up to 4 extra Explorer.exe instances from what I have been seeing. That alone translates out to 11mb extra memory used here in that combined 4 x explorer.exe instances' working set of memory used that I did not eat up before. That's not light guys, as a side-effect of its usage. I also found it hard to configure desktops correctly (how many icons are kept on each one and how to remove ones you do not want on a particular desktop - maybe this is me, but I can't figure out how to get it to do that). I use Windows Server 2003 here, incidentally.

    25. Re:How about . . . by Thelasko · · Score: 1

      I'm happy if it tells me what DLLs svchost.exe is running

      --
      One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    26. Re:How about . . . by Hatta · · Score: 1

      That's the point. This is a feature the Linux kernel has that the NT kernel does not.

      --
      Give me Classic Slashdot or give me death!
    27. Re:How about . . . by Gr8Apes · · Score: 4, Insightful

      I'd most certainly list it as a bug.

      Why does the game publisher think it has any rights at all regarding what I run on my PC?

      --
      The cesspool just got a check and balance.
    28. Re:How about . . . by The+MAZZTer · · Score: 1

      Try opening device manager, finding the procmon driver name, doing "sc.exe stop <name>". If it succeeds, you can then do "sc.exe delete <name>" (although it will probably already be marked for deletion so the second probably won't be necessary). Boom, unloaded.

      Worst that could happen (theoretically) is Windows simply refuses to stop the driver. Although I suppose some badly coded drivers could bluescreen.

    29. Re:How about . . . by The+MAZZTer · · Score: 1

      Oh yeah in Device Manager you gotta show hidden devices to see these software drivers, and then look under Non-Plug and Play Drivers.

    30. Re:How about . . . by MagicM · · Score: 1

      I think you want Process Explorer for that. (right-click svchost.exe, Properties, Services tab)

    31. Re:How about . . . by Anonymous Coward · · Score: 0

      Contracts 101.

      You play the game, you abide by the EULA.

      Its just like going to see a ball game. You go to a stadium, you agree not to bring your firearms and glass bottles.

    32. Re:How about . . . by Anonymous Coward · · Score: 0

      Desktop 1.0 runs 4 explorer.exe's in ram here, eating up a ton of resources. The intial article says it is multithreaded but I only see it running 1 single thread. I cannot seem to get desktop 1.0 to let me make truly different desktops each time I created a new one. I tried removing and adding icons to each new one, but cannot get it to work (am I doing something wrong?)

    33. Re:How about . . . by Anonymous Coward · · Score: 2, Insightful

      Contracts 101 -1

      Conditions raised after purchase are null and void.

    34. Re:How about . . . by Anonymous Coward · · Score: 0

      that software will come across an express ride to the Recycle Bin

      So you can take it out and reuse it someday?

    35. Re:How about . . . by Anonymous Coward · · Score: 0

      Making a kernel driver unload while the system is running is hard

      Very hard, indeed: rmmod <module>

      ;)

    36. Re:How about . . . by Shinobi · · Score: 1

      tasklist /svc in XP

    37. Re:How about . . . by Anonymous Coward · · Score: 0

      Strange, it works for me, maybe the alternative publisher RELOADED fixed some bug in my version.

    38. Re:How about . . . by collinstocks · · Score: 2, Insightful

      Mod parent up insightful!

      One problem with that, though, is that the game publishers will not tell you that their games are deliberately buggy and defective by design. However, if the game comes with DRM, that is a good sign that the developers of the game distrust you.

    39. Re:How about . . . by The+End+Of+Days · · Score: 4, Insightful

      But what about the feature of the NT kernel where game companies actually produce software for it? When is the Linux kernel going to get that one?

    40. Re:How about . . . by MrResistor · · Score: 1

      I'm starting to think that the solution here is a couple of big lawsuits against companies that use DRM that interferes with normal use of the product. After all, I think any court will agree that we have a right to use what we purchase, and I think the EULA actually strengthens that claim, since the only consideration is that you get to use the software. By burdening the product with DRM, they are creating a situation where, in order for that side of the contract to be satisfied, the consumer is forced to break the law (a crack is a circumvention device, which violates the DMCA).

      It could be an interesting case if argued properly. If it were me, though, I'd just demand my money back from the store that sold it to me, or just not buy the product in the first place.

      The main point is, the people making these decision only understand money. If you want them to change their behavior, you have to hit them in the pocketbook.

      --
      Under capitalism man exploits man. Under communism it's the other way around.
  2. Finally.. by sw155kn1f3 · · Score: 5, Interesting

    Multiple desktops without annoying flicker. Never understood why multiple desktop managers on windows used window hiding instead of real multiple desktops which were built in into NT family from at least NT4.
    Oh well.. Maybe it's too late for me anyway to get used to multiple desktops because now I'm just using 2 lcd panels which provides real multiple desktops and I don't see the point in multiple virtual desktops anymore.
    Process monitor looks sweet though.
    Mark Russinovich is well known windows system hacker and I always liked his work. Nice to see that after acquisition of sysinternals by MS he still writes software.

    --
    - Arwen, I'm your father, Agent Smith.
    - Well, you're just Smith, but my father is Aerosmith!
    1. Re:Finally.. by PsyberS · · Score: 3, Interesting
      Perhaps some of the limitations are the reason people use the other virtual desktop managers? From TFA:

      Desktops reliance on Windows desktop objects means that it cannot provide some of the functionality of other virtual desktop utilities, however. For example, Windows doesn't provide a way to move a window from one desktop object to another, and because a separate Explorer process must run on each desktop to provide a taskbar and start menu, most tray applications are only visible on the first desktop. Further, there is no way to delete a desktop object, so Desktops does not provide a way to close a desktop, because that would result in orphaned windows and processes. The recommended way to exit Desktops is therefore to logoff.

    2. Re:Finally.. by urbanriot · · Score: 4, Insightful

      On the upside of that, if an app crashes on one desktop, it won't bring explorer down on the others.

    3. Re:Finally.. by The_Noid · · Score: 5, Interesting

      Maybe it's too late for me anyway to get used to multiple desktops because now I'm just using 2 lcd panels which provides real multiple desktops and I don't see the point in multiple virtual desktops anymore.

      I use two screens AND multiple desktops... More screens and more desktops serve different purposes. You use more screens so you have more pixels for the same task. You use more desktops so you can separate tasks by putting all the windows you need for 1 task on 1 desktop.

    4. Re:Finally.. by TaoPhoenix · · Score: 1

      Well, I don't have the time to compare, but certain apps are generating errors when being asked to run on both "pseudo desktops". Firefox and Opera most notably. Safari & IE7 are currently escaping at least a bit.

      A "Hider" would still be operating in the same App space, right? So all the apps would open, and the visibility would be toggled.

      This might have modestly serious implications at a deep level.

      --
      My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
    5. Re:Finally.. by mariushm · · Score: 1

      The windows hiding part was done to mentain compatibility with some Windows 3.1 and Windows 95 programs that abused some window positioning API functions to determine if they were minimized or not instead of using the proper API.
      It was also needed to make Windows run with several monitors not just one.
      There's lots of posts about this on Raymond Chen's blog (http://blogs.msdn.com/oldnewthing/)

    6. Re:Finally.. by Hatta · · Score: 1

      Are there other virtual desktop managers that actually work? All of them that I've found have serious problems, like taking 5 seconds to switch a desktop, or shuffling the order on my task bar after switching.

      --
      Give me Classic Slashdot or give me death!
    7. Re:Finally.. by VeNoM0619 · · Score: 1
      But, on the downside, it seems to prevent apps on the other desktop from responding to each other. Some reason I can't get Firefox running on another "desktop".

      "Firefox is already running but not responding... " etc.

      Which is now making me wonder what is and isn't really running. Hopefully (and I assume) it's just an issue with threads not being able to talk to existing threads...

      --
      Disclaimer: I am not god.
      We may not be created equal
      But we can be treated equal.
    8. Re:Finally.. by Anonymous Coward · · Score: 0

      It works nice, but desktop keyboard shortcuts seem to be tied to the first desktop only (so ctrl-shift-escape brings up the task manager on the primary desktop, ctrl-escape only opens the start menu on the primary desktop, windows-r doesn't seem to work at all...?)

      Dang, other than that it's nice.

  3. /. and Microsoft articles... by Fluffeh · · Score: 1

    Hey, this is the third post, and there hasn't been a flame yet! Has /. been redirected to a more Microsoft friendly audience today?

    Hands up if you are reading via MSDN! Come on, admit it!

    --
    Moved to http://soylentnews.org/. You are invited to join us too!
    1. Re:/. and Microsoft articles... by fuzzyfuzzyfungus · · Score: 5, Insightful

      Team Slashdot may not like Windows very much; but when you have to get your hands dirty with Windows, having the sysinternals tools makes your life less unpleasant.

      Plus, Mark was the one who discovered and publicised the Sony rootkit, when all the professional AV guys were too incompetent or traitorous to say anything. That ought to give him enough karma to go unflamed on Slashdot once or twice.

  4. Obligatory by kramer2718 · · Score: 1

    I don't run Windows, you insensitive clod!

    1. Re:Obligatory by jonadab · · Score: 2, Insightful

      This is interesting to me even though I don't run Windows on my own computer, because sometimes other people use Windows, and since I am an IT professional that means I occasionally encounter it. YMMV.

      --
      Cut that out, or I will ship you to Norilsk in a box.
  5. Desktops by Anonymous Coward · · Score: 1, Informative

    With XP home on a machine with 4G of RAM (only 3.something recognized) I got an error saying something about not enough memory to create a new desktop. That was while I was trying to create the fourth desktop. Digging around in the forums that are linked to the app I found that certain apps won't work on anything but the primary desktop. Keystroke bindings tend to get a little wonky. All in all behavior I seem to recall while trying to use that desktop app that NVidia had out for a while. Not worth using.

    1. Re:Desktops by EvanED · · Score: 1

      With XP home on a machine with 4G of RAM (only 3.something recognized)

      That's somewhat expected. The memory space is shared amongst everything in on the bus, in particular the video card. For instance, if your video card has 512 MB of RAM and you only have a 32-bit processor, it will see rather less than 3.5 GB.

      32-bit OSes can get around this with stuff like PAE (physical address extensions) that extend the physical address space to 36 bits, but you need to explicitly enable this in Windows because I think it can cause problems with some drivers. I think it also requires a bit of extra effort in the non-server editions because MS is dumb.

    2. Re:Desktops by TheThiefMaster · · Score: 1

      I think it also requires a bit of extra effort in the non-server editions because MS is dumb.

      Actually it's impossible to enable in XP SP2 onwards. This is because drivers had no nice way of saying they supported it, so there was no way to avoid serious crashes (of the blue screen kind).

      The server OSs still support it because IIRC drivers MUST support it to get Microsoft signed for those OSs.

      I don't see the point myself, you might as well use an x64 OS if you want that much memory. I do.

    3. Re:Desktops by dddno · · Score: 1

      I second that. My machine also has 4 Gigs of RAM, and since it's XP x64, all 4 are fully recognized. With no memory hogs running and but a couple of dozen windows open, after creating 2 desktops it claimed that "not enough storage" was available (sic, whatever that means). So I logged out and back in, and behold, I was able to create 3 desktops now before the resources ran out. Sorry, I prefer VirtuaWin anytime. One has to wonder, though, why the API functions used in Desktops (CreateDesktop(), SwitchDesktop(), ect) haven't been used by any Windows Multiple Desktops Tool so far.

  6. Athiests update world domination time-table. by Anonymous Coward · · Score: 0, Offtopic

    This is what it would be like, if the majority of people were athiests.
    ATHIEST KID: Mom, I'm going to go fuck a hooker.
    ATHIEST MOM: Okay, son.
    ATHIEST KID: Afterwards, I'm going to go smoke pot with my friends, since it's "not addictive."
    ATHIEST MOM: Okay, come home soon!

    The athiest kid leaves the room. The father comes home from work several minutes later.

    ATHIEST DAD: Hey!
    ATHIEST MOM: Hi, honey! I'm pregnant again. I guess I'll just get another abortion, since "fetuses don't count as human life."
    ATHIEST DAD: Okay, get as many abortions as you want!
    ATHIEST MOM: Oh, and don't go in the bedroom.
    ATHIEST DAD: Why not?
    ATHIEST MOM: There are two gay men fucking eachother in there.
    ATHIEST DAD: Why are they here?
    ATHIEST MOM: I wanted to watch them do it for awhile. They just aren't finished yet.
    ATHIEST DAD: Okay, that's fine with me!

    Suddenly, their neighbor runs into the house.

    ATHIEST NEIGHBOR: Come quick, there's a Christian outside!
    ATHIEST MOM: We'll be right there!

    The athiest couple quickly put on a pair of black robes and hoods. They then exit the house, and run into the street, where a Christian is nailed to a large, wooden X. He is being burned alive. A crowd of athiests stand around him, all wearing black robes and hoods.

    RANDOM ATHIEST: Damn you, Christian! We hate you! We claim to be tolerant of all religions. But we really hate your's! That's because we athiests are hypocritical like that! Die, Christian!

    THE END

    Scary, isn't it?

    1. Re:Athiests update world domination time-table. by Zontar+The+Mindless · · Score: 1, Troll

      (I know... I shouldn't feed the troll, but this shouldn't go unanswered, either.)

      Atheism != amorality (or hedonism, for that matter).

      Richard Dawkins does an excellent job of debunking this myth in The God Delusion . One of the best books I've read this year.

      Or just ask any Buddhist. He or she will be happy to explain to you that you don't need any god(s) to tell you the difference between right and wrong. That's what your brain is for.

      P.S. For the love of $_DEITY_, please learn how to spell "atheist". :)

      --
      Il n'y a pas de Planet B.
    2. Re:Athiests update world domination time-table. by QuantumG · · Score: 1, Funny

      Athy is a market town situated at the convergence of the River Barrow and the Grand Canal in County Kildare, Ireland.
      http://en.wikipedia.org/wiki/Athy

      Athy was a constituency represented in the Irish House of Commons to 1800.
      http://en.wikipedia.org/wiki/Athy (Parliament of Ireland constituency)

      I'm more Athy than you. I'm the Athiest.

      --
      How we know is more important than what we know.
    3. Re:Athiests update world domination time-table. by inzy · · Score: 1

      cool! can i be an atheist too?!

    4. Re:Athiests update world domination time-table. by KGIII · · Score: 4, Funny

      I put on my wizard robe and hat...

      --
      "So long and thanks for all the fish."
    5. Re:Athiests update world domination time-table. by apathy+maybe · · Score: 1, Flamebait

      No. It sounds good.

      Christians are notoriously scary people, who want to kill gays, Jews, witches, people who eat shell fish 1, 2, blacks (that's why he burned 'em), atheists etc. If there was a Christian around my neighbourhood, I would surely want to string 'em up too, just in case that damn god botherer started attacking me (a queer, drug using, shell fish eating, atheist hooker) first!

      So yeah, fuck off with the damn Christians. (Also, I never claimed to be tolerant. I hate religion, it has caused far more problems then atheism ever did. Hitler was religious for example. Stalin went to a seminary before he joined the attacks on the Tsar, and when he got into power, he supported the Orthodox Church. It wasn't until after he died that the Church started getting put down again.)

      Oh, I'm not afraid of karma. Mod me down and I shall become more powerful then you can imagine (or something...).

      --
      I wank in the shower.
    6. Re:Athiests update world domination time-table. by Anonymous Coward · · Score: 0

      You forgot the part where dad comes home in his KKK robe.

    7. Re:Athiests update world domination time-table. by Anonymous Coward · · Score: 0

      > So yeah, fuck off with the damn Christians.
      Clearly a college sophomore with a small dick.

      > Hitler was religious for example.
      Example of what, pure tripe?

      > Stalin went to a seminary
      Went there but never had any religious sentiments of any kind. The crap I had after breakfast could make a better argument than this.

      Read a book, get a life, and do something about that acne.

    8. Re:Athiests update world domination time-table. by apathy+maybe · · Score: 1

      "Clearly a college sophomore with a small dick." Great argument.

      As for the Hitler and Stalin jibs, most of the crazy god bothering fuckers keep bring up these two as examples of "evil atheism", can't you see the irony? Hitler was religious (and not an atheist). Stalin had a religious education, and while in power supported the Russian Church! Their problems had nothing to do with "atheism" (nor, mostly, to do with religion), they were just nasty fuckers. But then again, so were lots of other actually religious people (Crusades anyone?).

      "Read a book, get a life, and do something about that acne."
      Great argument. I read lots of books, I have a life, and I'm not a teenager (nor have been for a few years now).

      I can see why you posted anon, too scared to link your name with your shit arguments.

      --
      I wank in the shower.
  7. Desktop 1.0 by Anonymous Coward · · Score: 1, Interesting

    Sounds like a nice addon.

    BUT...

    When I install it, and try to switch to another window it just says "Error creating desktop. Not enough Storage is available to process the command". 120GB hard disk and 800MB (of 2GB) not enough for the 60kb application?

    And I managed to keep hitting Alt+2, I got ONE desktop working. But Firefox refuses to start in that desktop. Saying "Firefox is already running but not responding".

    I want to use this application, but I can't...Like PHYSICALLY can't.

    1. Re:Desktop 1.0 by man_of_mr_e · · Score: 1

      Well, Firefox is broken. I've had that problem many times, even without virutal desktops.

      There does seem to be a bug in the way the desktops manager works in some computers.

  8. Sweet by Beached · · Score: 2

    Finally a free multiple desktop program for x64 Windows XP.

    --
    ---- aut viam inveniam aut faciam
    1. Re:Sweet by JamesTRexx · · Score: 1

      I haven't run it on XP 64bit, but Virtual Dimension, despite the last version coming from 2005, runs well on my Vista 64bit version. (even I didn't expect that)

      --
      home
  9. Hang on to your old versions... by jginspace · · Score: 1, Flamebait

    Anyone know where we can get the old versions. The pre-Microsoft versions?

    One person's 'upgrade' is another's 'hobbled'. Why did the size of so many Sysinternals utilities increase in size from 1-200K to over 1MB for no change in functionality?

    For more see posts at: http://www.portablefreeware.com/

    1. Re:Hang on to your old versions... by urbanriot · · Score: 3, Insightful

      Oh no's, conspiracy! Consider Vista / Win2k8 compatibility was added to a number of these tools, as well new features and functionalities HAVE been added to many of them.

    2. Re:Hang on to your old versions... by ViX44 · · Score: 1

      http://court.shrock.org/sysinternals/
      http://court.shrock.org/sysinternals-bt/

      This seems to be a partial mirror. I thought I saw a collection posted to /. back when Mark first announced his assimilation, perhaps someone can dig it up from the /. archive? It is possible the Shrock "bt" collection is that collection.

    3. Re:Hang on to your old versions... by nevesis · · Score: 2, Informative

      Why did the size of so many Sysinternals utilities increase in size from 1-200K to over 1MB for no change in functionality?

      They added a EULA and a call to iexplore http://www.live.com./ In Redmond, that's about 800k.

    4. Re:Hang on to your old versions... by Anonymous Coward · · Score: 0

      Where can I this Windows 2800 you speak of?

  10. Is Desktops-1.0 any better than powertoy version? by Gazzonyx · · Score: 3, Informative
    I used to used the powertoys multiple desktop thing, but it was always so kludgy.

    For instance, popups for an application on another desktop would show up on another desktop, even with application sharing off. I would get modal dialog boxes that would pop up, lose focus and fall under my current window. Then when I'd go to check on that application, I couldn't interact with it until I found which desktop an orphaned dialog box was hidden on (it wouldn't get a taskbar slot since it was the child of a process on another desktop). Thunderbird was one of the worst offenders when I'd have to re-enter my password.

    Also, firefox would some times 'shift' when I'd change windows too many times, and I found that the CPU bug would trip off easier. The deal breaker, for me, was that switching desktops would screw up Office 2000 applications (shifting the internal frames, some times leaving an app unresponsive, etc.), and at work I have to deal with an internal Access application.

    Nothing like starting up the editor on one desktop, documentation on another, firefox with google at the ready on another, and the application/database window on the fourth desktop. Access or the application would crash/move itself if I switched back and fourth too quickly too often, and I was constantly waiting on Firefox to restart after causing the CPU bug to trip and take so many cycles that I couldn't switch desktops to the one with the task manager open. The net gain was a complete loss in productivity, as compared to compiz where I find myself about twice as productive.

    At home on my 'doze box, I've got dual screens, but it would be nice to have dual screens with a functioning multiple desktop setup. Does anyone have any hints for this, or think Desktops-1.0 will improve upon the situation?

    If I could afford it (broke software development major - my rig is always a generation behind what is 'standard', and two behind bleeding edge), I'd probably just get a third screen and be done with it, but multiple desktops is my only viable solution until I have some cash that isn't earmarked for more important hardware.

    --

    If I mod you up, it doesn't necessarily mean I agree with what you've said, sorry.

  11. Mark Russinovic is GOD. by killmofasta · · Score: 1

    I have and use all the Systernals stuff, especially Process Monitor.

    I just dont agree with him on the Ram Manager issue, but then, I dont have a superdome with 2GB of ram.

    1. Re:Mark Russinovic is GOD. by Brain+Damaged+Bogan · · Score: 2, Funny

      Highly unlikely. God doesn't use MS products, just look at the Bible, completely open source... every sect has it's own way of reading and writing the thing.

      --
      -- Sex is the antonym of pringles. Once you pop it's time to stop.
    2. Re:Mark Russinovic is GOD. by ozphx · · Score: 1

      Ram Manager issue?

      Are you one of these people that thinks mallocing a whole bunch of RAM and then freeing it actually has some benefit?

      Well it doesnt.

      --
      3laws: No freebies, no backsies, GTFO.
    3. Re:Mark Russinovic is GOD. by KGIII · · Score: 1

      I dunno?

      If we're going to use the Bible than God created us. It has been said that humans are the ultimate open source. I cry "Bullshit." Every time I see that it makes me cringe. If we were open source why the hell are we still attempting to decrypt it and reverse engineer it after all these years? Where can we go to actually get the code???

      --
      "So long and thanks for all the fish."
    4. Re:Mark Russinovic is GOD. by rukcus · · Score: 1

      Just because the source is open, doesn't mean you understand what it's doing. Picture this cliche: a million monkeys typing on a million typewriters will eventually write a work of human literature. Replace monkey with man, and human with G-d, and a million with many billions. Some imperfections along the way seem readable to us, but it's hardly past beta.

    5. Re:Mark Russinovic is GOD. by Lennie · · Score: 1

      And here is de 'evidence': http://xkcd.com/224/

      :-)

      --
      New things are always on the horizon
    6. Re:Mark Russinovic is GOD. by KGIII · · Score: 1

      As humans we have the compiled copy, not the source. Explain exactly *why* biology works or show me the source code. We're really reverse engineering and thinking we're elite hackers.

      --
      "So long and thanks for all the fish."
    7. Re:Mark Russinovic is GOD. by Anonymous Coward · · Score: 0

      Highly unlikely. God doesn't use MS products, just look at the Bible, completely open source... every sect has it's own way of reading and writing the thing.

      Last time I tried to apply a patch to upstream, I just got flamed though : /

    8. Re:Mark Russinovic is GOD. by Anonymous Coward · · Score: 0

      "Are you one of these people that thinks mallocing a whole bunch of RAM and then freeing it actually has some benefit?" - by ozphx (1061292) on Friday October 03, @02:08AM (#25242729)

      First of all: You cant just allocation & deallocate, and expect it to free something - You have to actually WRITE something to the requested chunk of RAM for that to do anything.

      "Are you one of these people that thinks mallocing a whole bunch of RAM and then freeing it actually has some benefit? Well it doesnt." - by ozphx (1061292) on Friday October 03, @02:08AM (#25242729)

      Secondly: I would wager more than just a few Exchange Server admins believe that RAM clearing programs actually do something useful, because if you freeze on on Exchange Server while using it, what can fix that? A memory cleaner, and this was pointed out in one of Dr. Russinovich's articles no less regarding memory optimizers over at his column in the Windows it pro magazine forums in fact, backed by documentation from Microsoft, the good doctor's employers no less. Look up "The Memory Optimization Hoax" and see exactly what I noted and the accompanying links from Microsoft regarding this. They recommend clearmem.exe, a Microsoft product that clears RAM no less that is done in DOS mode, to help unfreeze halted Exchange Servers that experience memory fragmentation. Exchange is not alone there either. Other application can suffer the same fate (memory fragmentation, FireFox being a notable in fact, quite recently) and these programs aid in stopping that phenomenon from locking up said applications if not the entire OS itself also.

    9. Re:Mark Russinovic is GOD. by killmofasta · · Score: 2, Insightful

      Oh contraire mon frere.

      It makes the system heap smaller, and flushes out LRU crap from the OS. Something that it should have had in a feature all along. It works increibley well on a Terminal server. Excellent. Increases stability, speed, usability, capacity.

      Marks solution? Buy a laptop with 4GB of ram, and get your company give you a superdome to play with.

      Mark? Can I have your Superdome?

  12. Just wow. by jmorris42 · · Score: 5, Interesting

    I actually clicked through and read about he virtual desktops. Just wow. I haven't followed Windows closely since 98SE and NT4 and it is amazing how little has changed. They still haven't caught up to things us Linux folk have had since FVWM in 1996. Virtual desktops should not be rocket science folks, the fact Windows is still struggling with them is shocking. More cash on hand than the Pope in Rome, as close to unlimited development resources as any mortal entity and they can't do easy stuff. No wonder they worked years and finally (still) birthed the horror called Vista.

    They truly are kept alive by fear and ignorance. Ignorance in the mass consumer public that anything else even exists, and that 'all computers' are as unreliable as Windows and fear amongst those who DO know that their hard earned Windows Power User secret lore would be useless in a world without Windows.

    --
    Democrat delenda est
    1. Re:Just wow. by Wilk4 · · Score: 1

      heh, I used to use a little virtual desktops utility that was free from the utilities column of PC Magazine... worked great... and probably 10+ years ago... probably still works. What's so hard about virtual desktops?

    2. Re:Just wow. by nevesis · · Score: 1

      You're right -- they have plenty of money, can afford good developers, and yet are still far behind on features.

      Ignorance, however, is not what keeps them in business.

    3. Re:Just wow. by MichaelSmith · · Score: 1

      They keep creating weird architectural constraints. A windows application at my site needs to spend an hour or so generating a report. Recently it stopped working and the cause turned out to be an IT policy mandating automatic screen lock after 10 minutes of inactivity. Integration between our application and Microsoft office seems to go through the UI and this isn't allowed to work when the screen is locked.

    4. Re:Just wow. by RAMMS+EIN · · Score: 2, Insightful

      If you look around, I think you will find that most people don't care about virtual desktops. And I don't mean just Windows users. Mac users generally don't care, and Linux users generally don't care, either. Perhaps, if more people had been crying to have the feature, Microsoft would have implemented it sooner. Because you are right: it isn't rocket science. Still, I think Microsoft made the right choice in playing catch up in other races, first: stability, support for Internet protocols and standard, security, multi-user support, etc. etc. I'd say these are all more important than virtual desktops.

      --
      Please correct me if I got my facts wrong.
    5. Re:Just wow. by jimicus · · Score: 1

      They keep creating weird architectural constraints. A windows application at my site needs to spend an hour or so generating a report. Recently it stopped working and the cause turned out to be an IT policy mandating automatic screen lock after 10 minutes of inactivity. Integration between our application and Microsoft office seems to go through the UI and this isn't allowed to work when the screen is locked.

      That's just plain laziness on the part of the app developers - Office has a perfectly well documented API which you can follow and totally ignore the UI.

      Mind you, IME those developers are in very good company. It's remarkable how many companies have built a business around flogging some cheap & nasty VB monstrosity hacked up by the work experience kid over the course of a few afternoons.

    6. Re:Just wow. by QuantumG · · Score: 1

      You're completely wrong. It's a standard feature of Ubuntu and Vista, and everyone under 25 uses it.

      --
      How we know is more important than what we know.
    7. Re:Just wow. by Nightspirit · · Score: 2, Insightful

      Windows has always been about multi-monitor support rather than virtual desktops. However, I doubt most users care about or use either.

    8. Re:Just wow. by dkf · · Score: 1

      You're completely wrong. It's a standard feature of Ubuntu and Vista, and everyone under 25 uses it.

      But that's because everyone over 25 (who cares) buys multiple monitors. Why use virtual desktops when you can afford to make your real desktop big enough to hold everything?

      --
      "Little does he know, but there is no 'I' in 'Idiot'!"
    9. Re:Just wow. by ir · · Score: 0

      I have 2 monitors and 10 virtual desktops (6 of which are in use at the moment). They're not mutually exclusive. I laugh at people who "close programs" like they are still in the MS-DOS era.

      --
      Irina Romanov
    10. Re:Just wow. by sw155kn1f3 · · Score: 1

      Wow.. ru lady with such a low slashdot id. Pretty fascinating. Kudos.

      --
      - Arwen, I'm your father, Agent Smith.
      - Well, you're just Smith, but my father is Aerosmith!
    11. Re:Just wow. by Anonymous Coward · · Score: 0

      Troll.

      There's nothing shocking here. Only ubergeeks use multiple desktops since it's a broken metaphor that only ubergeeks would think of wanting to use. All those people are on Linux already, right? Because no geek would ever use Windows, right?

    12. Re:Just wow. by AMindLost · · Score: 1

      I have dual 19" monitors but have three desktops setup using Dexpot. One is a finance desktop for excel, banking and other finance apps. Next is a development desktop for IDE, web development and database management. Finally, I have a general desktop for email, web browsing and anything else. All three desktops use both monitors. It helps to keep common groups of applications in separate workspaces. So, multiple monitors and virtual desktops are not mutually exclusive!

    13. Re:Just wow. by Xian97 · · Score: 1

      Spaces is one of the new OS X Leopard features that I use the most. This Desktop 1.0 looks essentially like a clone of it. I have VMWare Fusion with an XP VM running in one desktop (for the few programs like Visio that I don't have a Mac equivalent) and my OS X apps on another desktop. I love the ease of switching to another desktop instead of minimizing windows to get to the app that I want.

    14. Re:Just wow. by SimHacker · · Score: 2, Informative

      Virtual desktops have been around a lot longer than since 1996. Stan Switzer wrote a virtual desktop ("recursive window manager") called "winwin" in PostScript for the NeWS window system in 1989.

      At Sun in the early 90's, we wrote a combined X11/NeWS window manager that supported scrolling over a big virtual desktop space as well as separate rooms, and it seamlessly managed both X11 windows and NeWS windows, supporting customizable window frames with tabs and pie menus for window management commands. It consisted of about 9000 lines of PostScript. Because it ran in the same address space as the window system itself (like "AJAX" architecture, handling input events locally, avoiding client/server round trips, context switching, race conditions and network overhead), it performed much better than external window managers like OLWM.

      -Don

      --
      Take a look and feel free: http://www.PieMenu.com
    15. Re:Just wow. by pla · · Score: 1

      Windows has always been about multi-monitor support rather than virtual desktops. However, I doubt most users care about or use either.

      You joke, right?

      Once you've set up a two-headed machine, you will never go back. Even if it means you have to buy your own to use on your work machine. It helps that much.

      Perhaps if you only ever have one app open at a time, you wouldn't care. If you do any software development, any multimedia work, any online research where you might like having two browser windows (or a browser and a word processor) open at once, two monitors makes a world of difference between having to switch between programs.

      Large widescreen monitors do lessen the improvement somewhat, as you can fit two golden-rectangle halfscreen apps side-by-side... But even then, a second monitor means you have other useful apps visible, or even a third full-screen app (personally, I use my second display in portrait mode - True 8.5x11" WYSIWYG, to-scale and all on one screen).

      I always have Process Explorer (relevant to TFA) open on one screen... A music player, a chat client... You just can't have enough screen real-estate.

    16. Re:Just wow. by Ant+P. · · Score: 1

      But Windows only gained multi-monitor support in Win98 (or 95 OSR2 or whatever, they're almost the same thing). They were still playing catch-up ten years ago.

    17. Re:Just wow. by not+already+in+use · · Score: 1

      I haven't followed Windows closely since 98SE and NT4

      No wonder they worked years and finally (still) birthed the horror called Vista

      You have a pretty strong opinion regarding something you're admittedly ignorant about.

      --
      Similes are like metaphors
    18. Re:Just wow. by mortonda · · Score: 1

      You're completely wrong. It's a standard feature of Ubuntu and Vista, and everyone under 25 uses it.

      But that's because everyone over 25 (who cares) buys multiple monitors. Why use virtual desktops when you can afford to make your real desktop big enough to hold everything?

      Because 6-12 monitors is too much cost and takes up too much room on my desk?

      Seriously, I use 6 virtual desktops all the time, just on my laptop. When I'm on my workstation, I have two monitors and 6 virtual desktops. And yes, I do frequently use all of them. (obviously not running Windows)

    19. Re:Just wow. by mortonda · · Score: 1

      Whoops, I forgot to mention the virtual machines running in which I use a few virtual desktops too. That one's a little ugly though.

    20. Re:Just wow. by interiot · · Score: 1

      Multi-megapixel displays are the future. For now though, having several displays connected together with "software-based KVM" allows you to 1) use multiple OSes at the same time, without virtualization issues, 2) allows for fault-tolerance, because most things are running on their own separate environment, and 3) modern window managers don't do very well with multi-monitor setups, but Synergy allows them to work in a more "native" environment, which allows for fewer glitches/side effects.

    21. Re:Just wow. by Wolfrider · · Score: 1

      /Vehement Disagreement

      I dunno about YOU, but I literally couldn't WORK without multiple virtual desktops anymore. Linux is a given, but even in XP it's indispensible in my work environment.

      --
      .
      == WolfriderV6 == I'm willing to admit that *I just might* be wrong... Are you??
  13. Lame Desktop by Anonymous Coward · · Score: 0

    Four desktops? No moving windows from one to the next? Need to logout to get rid of any?

    Call me when they have FVWM running...

  14. pr0n by Anonymous Coward · · Score: 0

    Hooray! Now we can have 4 times the porn!

    A quick and easy way to hide your activities from your boss when he comes walking by. ;)

    1. Re:pr0n by KGIII · · Score: 1

      If you are searching for porn at work, never mind in an area where a boss (or anyone) can walk by, you probably have a problem and they have counseling for that though it may be court ordered in your case.

      --
      "So long and thanks for all the fish."
    2. Re:pr0n by Anonymous Coward · · Score: 0

      Although I'm not the previous AC...

      How about "I don't live in a country where a little naked skin is considered a huge problem"?

      I have surfed for pr0n at work, when I didn't have an internet connection at home. Yes, I did minimize the window if the boss walked by. Not because it's pr0n, but because it's NOT WORK.

      Just like reading slashdot is NOT WORK, except a picture is more easily noticed.

    3. Re:pr0n by Anonymous Coward · · Score: 0

      and maybe you'd rather jack off to porn at work than get laid.

    4. Re:pr0n by KGIII · · Score: 1

      A little naked skin is not bad but, c'mon... These are WORK hours. I don't care what country you live in, searching for porn at work is *not* a good thing.

      --
      "So long and thanks for all the fish."
  15. R U sure that you know what U are talking about? by frovingslosh · · Score: 3, Insightful

    (subject line done in illiterate speak to fit)

    I didn't get the impression that this was a DRM issue. I took it more as an anti-cheat measure for on-line play. Given that there are huge numbers of players who think it's neat to win by loading up some warez that gives your game an unfair advantage against other on-line players, it's not too unreasonable to have code that detects some of the more common cheats. Unfortunately, when monitoring software starts hooking itself in places where it's not expected, it can look a lot like the cheating software.

    --
    I'm an American. I love this country and the freedoms that we used to have.
  16. Finally..shelling out. by Ostracus · · Score: 1

    Something that can be gotten around by using an alternative shell like Talisman or others.

    --
    Shai Schticks:"You don't make peace with friends, you make peace with enemies"
    1. Re:Finally..shelling out. by sw155kn1f3 · · Score: 1

      I didnt check state of things for a while but Talisman and others seem not to use native win32 desktops either - they just hide windows/taskbar items. Under heavy load this becomes annoying as windows take some time to restore from minimized state. Correct me if I'm wrong. Didn't look at alternative shells for about maybe 8 years now.
      Indeed moving window from one real win32 desktop to another is not possible, because desktop "owns" the window and there's no way to change parent. This is just a limitation of win32 desktop api.

      --
      - Arwen, I'm your father, Agent Smith.
      - Well, you're just Smith, but my father is Aerosmith!
  17. Re:R U sure that you know what U are talking about by jonwil · · Score: 3, Informative

    I know of at least one piece of anti-copying software which specifically checks for filemon (as it was at the time, this was before process monitor appeared).

  18. Desktops 1.0 by Anonymous Coward · · Score: 0

    Desktops 1.0 looks very similar to the PowerTools multiple desktop tool -- Klunky. For a multiple desktop tool to work well, it has to be fast (no slow zooming effects please), has to allow applications to be moved across desktops easily and ideally should allow applications to exist on multiple/all desktops. Also, 4 desktops max is, in my experience, insufficient. I typically use 6-8 when I really get going with my work. Sorry, but it's still behind whats been available on most X-Windows based desktops and many Windows shell replacements for years, at least from a usability standpoint.

    Paul Smith

  19. Some of the same limitations as the PowerToy forXP by Anonymous Coward · · Score: 0

    From there description here,
    The Virtual Desktop implementation doesn't seem much more useful than the one in their PowerToys for XP.

    Unlike other virtual desktop utilities that implement their desktops by showing the windows that are active on a desktop and hiding the rest, Sysinternals Desktops uses a Windows desktop object for each desktop. Application windows are bound to a desktop object when they are created, so Windows maintains the connection between windows and desktops and knows which ones to show when you switch a desktop. That making Sysinternals Desktops very lightweight and free from bugs that the other approach is prone to where their view of active windows becomes inconsistent with the visible windows.

    I'm glad to hear that it is supposed to be more lightweight. That wasn't something I felt with the virtual workspace implementation for PowerToys. However, at least under GNOME, I haven't experienced the described inconsistency. Has that been an issue for anyone else here, perhaps in KDE or Mac OS X? Or in GNOME?

    However, if you've used the PowerToys one, you might be wondering: can I now move a window between virtual desktops? And you might be thinking, from the description above, that the answer is no.

    Desktops reliance on Windows desktop objects means that it cannot provide some of the functionality of other virtual desktop utilities, however. For example, Windows doesn't provide a way to move a window from one desktop object to another, and because a separate Explorer process must run on each desktop to provide a taskbar and start menu, most tray applications are only visible on the first desktop. Further, there is no way to delete a desktop object, so Desktops does not provide a way to close a desktop, because that would result in orphaned windows and processes. The recommended way to exit Desktops is therefore to logoff.

    So, you cannot move windows between workspaces; you need to run an explorer process for each workspace; and you have to log off to close desktops.

    I wonder how having a separate explorer process for each desktop impacts performance, if at all, seeing as they claim it is a more lightweight approach.

    Anyway, without those features, then, like the PowerToys one, it cannot easily fit into my usual workflow, which I miss while at work (Windows XP).

  20. Lame by Farenji · · Score: 2, Interesting

    From TFA:

    Desktops reliance on Windows desktop objects means that it cannot provide some of the functionality of other virtual desktop utilities, however. For example, Windows doesn't provide a way to move a window from one desktop object to another, and because a separate Explorer process must run on each desktop to provide a taskbar and start menu, most tray applications are only visible on the first desktop. Further, there is no way to delete a desktop object, so Desktops does not provide a way to close a desktop, because that would result in orphaned windows and processes. The recommended way to exit Desktops is therefore to logoff.

    About every other OS has had multiple desktops for ages, nicely implemented, now *finally* MS gives it a try, and they fail miserably. Sad.

    1. Re:Lame by RAMMS+EIN · · Score: 1

      <list of misfeatures of Desktops 1.0>

      Remember, folks. This is what "1.0" means in the world of proprietary software. Remember that, next time you're using apt version 0.6.46.4, detach 0.2.3, or QEMU 0.9.1.

      --
      Please correct me if I got my facts wrong.
    2. Re:Lame by KGIII · · Score: 1

      They have tried before with their PowerToys. I have to wonder if they sometimes cripple things these days intentionally so as to avoid being sued for anti-competitive behavior. It would be STUPID of them to do but that's not saying much, they've done some really fricken' stupid stuff before.

      --
      "So long and thanks for all the fish."
    3. Re:Lame by Lennie · · Score: 1

      And they still do. :-)

      Yeah, yeah, -10 redundant.

      --
      New things are always on the horizon
    4. Re:Lame by KGIII · · Score: 1

      I'm not sure... I'm going with a +5 "Truthiness" for you. Don't forget that I'm *often* mistaken for a Microsoft fan (even an MVP) but really I think I'm pretty open and clear about how I feel about their choices sometimes. UAC - good choice that missed that humans aren't that bright. WGA? Shit stupid. The first has the user in mind, the second has a profit in mind. I don't mind profit at all and even own Microsoft stock. As a Microsoft "supporter" (which I'm not, hell I even use Linux see my homepage if you are curious) (hell they even KNOW I'm a Linux supporter but I have had the award for years now) I stand up for logic and understanding and even go off on them at a higher level when they screw up.

      --
      "So long and thanks for all the fish."
  21. except Desktops is shite by Anonymous Coward · · Score: 0

    From TFA: No moving of windows across desktops, taskbar etc. only on 1st desktop, 4x the memory usage of one desktop etc. etc. etc.

  22. Great, but what about Protection Manager? by myxiplx · · Score: 5, Informative

    They may be updating the Sysinternals tools (after changing the EULA's on them all), but what about Protection Manager? That looked like a great product (and one we were planning to buy), but was conveniently buried the second Microsoft acquired Winternals & Sysinternals.

    Protection Manager was launched in March 2006, and removed from the market by Microsoft in November that same year. It was the first thing I looked for when Microsoft acquired Winternals and while I wasn't surprised to see it removed, I've been waiting ever since in the hope that it would be re-launched. That has never happened, and my belief now is that Microsoft deliberately buried it, thinking it would hurt Vista sales.

    Protection Manager was a program that gave system administrators a simple and effective way to whitelist the applications that could be run on their network. The idea was that you ran it for a few weeks to generate a baseline list of allowed applications, then turned on protection, after which non authorised programs would be stopped until approved by an administrator. It also allowed you to run individual applications with admin rights, making the management of legacy software far simpler.

    Most of the literature regarding the program has gone now, but this is a handy guide:
    http://www.inuit.se/?page=130

    A few choice quotes from MS:
    "the decision was made to withdrawal Winternals Recovery Manager, Defrag Manager and Protection Manager in their current form from the market effective November 17th 2006"

    Q. What is the future of Protection Manager?
    A. Winternals Protection Manager has been withdrawn from the product line. Many Protection Manager usage scenarios are addressed by the new User Account Control feature of Windows Vista."
    source: http://www.microsoft.com/systemcenter/wifaq.mspx

    Personally, I don't see that UAC offerse half the features Protection Manager did, and we have no desire to move over to Vista anyway. To me, it looks like Microsoft removed from the market a program that would have been genuinely useful to many of their customers, once again putting sales & marketing ahead of security and their customers.

    1. Re:Great, but what about Protection Manager? by Anonymous Coward · · Score: 0

      Huh, removing programs for "duplicating functionality" (when they are less full-featured)? Now, who else has done that recently?

    2. Re:Great, but what about Protection Manager? by scientus · · Score: 1

      Im really getting sick of Microsofts ever-escalating eulas. The more ground they loose the more draconian they have to get, protecting their castle.

    3. Re:Great, but what about Protection Manager? by Anonymous Coward · · Score: 0

      Have you looked into Software Restriction Policies? Not perfect, but may meet some of your needs.

    4. Re:Great, but what about Protection Manager? by myxiplx · · Score: 1

      Looked into, and discarded as far too clunky. Protection Manager was software restriction on steroids. Far easier to produce the initial whitelist, and far easier to administer later on. For now we're having to stick with anti-virus software and good firewall / e-mail policies.

  23. Re:Is Desktops-1.0 any better than powertoy versio by FromWithin · · Score: 1

    Had nobody here seen Dexpot?

  24. smelly triglycerides by Anonymous Coward · · Score: 0

    smart trucks are going to be a a ayyyfdrh melonesdsdsaaaaa

  25. Almost as good as... by Anonymous Coward · · Score: 0

    Almost as good as the desktop switcher (in X windows since 1984), and ntop (although it might be more like tcpd). In any event, at long last, they might have some tools nearing functionality of unix circa 1985.

  26. Desktops 1.0 == waste of space by Anonymous Coward · · Score: 0

    "doesn't provide a way to move a window from one desktop object to another"

    "most tray applications are only visible on the first desktop"

    What a piece of junk.

    1. Re:Desktops 1.0 == waste of space by silent_artichoke · · Score: 1

      What a piece of junk.

      And it definitely won't make point five past lightspeed...

  27. party like it's 1989! by Anonymous Coward · · Score: 0

    Multiple desktops? woooweee that's amazing!

    Pro tip: If you're playing catch up with your competitors from 20 years ago, don't advertise it as a new groundbreaking feature.

  28. Re: Partial Explorer protection? by TaoPhoenix · · Score: 0, Redundant

    Really!?

    "IDNHT-4" (I Do Not Have Time To Test This.)

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  29. Virtual desktops still needs VirtuaWin by Anonymous Coward · · Score: 0

    Not having virtual desktops makes me crazy! I use Linux at home but am forced to wrestle Windows XP at work.

    "Windows doesn't provide a way to move a window from one desktop object to another,... , most tray applications are only visible on the first desktop."

    How is this supposed to be useful? This is very half-arsed. I'll be sticking with VirtuaWin thanks.
    http://virtuawin.sourceforge.net/

  30. Re:Is Desktops-1.0 any better than powertoy versio by sw155kn1f3 · · Score: 1

    See my comment http://tech.slashdot.org/comments.pl?sid=984089&cid=25242409
    These are indeed "real" desktop switching with win32 isolated desktops, not some window hiding/unhiding like most if not all windows desktop managers do. You can't move windows around desktops as result, but it's not actually very major annoyance compared to sluggishness of all desktop switchers I tried.
    Funny thing that "real" desktop switcher app was even included in platform sdk but it never worked since w2k - some problems with permissions.

    --
    - Arwen, I'm your father, Agent Smith.
    - Well, you're just Smith, but my father is Aerosmith!
  31. Welcome to the 1980s, Windows. by Anonymous Coward · · Score: 1, Insightful

    We've had decent process monitors on virtually all variants of UNIX since the 1970s. We've had X virtual desktops since the late 1980s. It has always baffled me why these essential features were never implemented for Windows, and why it's only recently that they've become available as add-ons.

  32. Re:Is Desktops-1.0 any better than powertoy versio by AMindLost · · Score: 2, Interesting

    Yes, I've used Dexpot on my office, home and laptop PCs. Home and Office have dual monitors and Dexpot allows me to have multiple, dual-screen desktops with almost no problems at all. I have one application which will put it's progress bars on the current desktop instead of the one the application is on and there are a couple of graphical glitches here and there but on the whole I'd thoroughly recommend it.

  33. Re: Hooray! by TaoPhoenix · · Score: 1

    Don't you mean Slashdot?

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  34. Re:Is Desktops-1.0 any better than powertoy versio by JamesTRexx · · Score: 1

    Another possibilty: Virtual Dimension. (works fine on my XP 32bit and Vista 64bit)

    --
    home
  35. Re:Monitors and/or Desktops by TaoPhoenix · · Score: 1

    (Desperately avoids the $implications)

    I'll settle for the space issues. I hunkered down to get a new monitor, and upgraded from a 19" to a 28" monitor. It feels proportionally right for my desk, so I really cannot imagine any further monitor necessary for a long time.

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  36. Re: "People don't care" by TaoPhoenix · · Score: 1

    The Digital Age is about Niches & Long Tails. Some of us care about multi-desktops (no matter how poorly done.)

    Having 9 items on my taskbar always irritated me. This feels a little cleaner.

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  37. Hm.... I use three computers.... by way2trivial · · Score: 1

    I have a 24 wide in landscape mode, and a 20wide in portrait mode, and use remote desktop (not virtual) too pull 1-3 other full case computers onto the portrait oriented screen as needed.
    for the 'real' windows desktop, the start bar runs vertically down the portrait monitor (start button & quicklaunch at the top, time at bottom) for all pc's I remote into I keep the start bar at the bottom so I always know which one I'm woking with.... for example, I have one 38 megabyte excel spreadsheet that takes 5-8 minutes to run on the main PC, or about 1 on my monster which I remote into. The monster is also the one which runs my large print jobs unattended... just minimize and maximize mstc.exe

    --
    every day http://en.wikipedia.org/wiki/Special:Random
  38. Re: MS Crippleware by TaoPhoenix · · Score: 1

    They seriously do this, in their weird onionskin way of hiding sneaky stuff under the guise of stupid mixed with stupid stuff masked under PR noise.

    The half extractor for Zip and the half-backup aka System Restore are my favorite examples.

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  39. windows instability breeds beter task manager by scientus · · Score: 1

    SWEET, this is one thing that we aren't quite there in Linux, top is the biggest competitor, both with a strength that it can be run from tty and weaknesses in both having to drop down to kill a process and less data/less pretty charts. also top uses much less resources

    1. Re:windows instability breeds beter task manager by stjobe · · Score: 1

      having to drop down to kill a process

      You're not talking about top here, right? In case you are, try pressing 'k' next time you're using it.

      --
      "Total destruction the only solution" - Bob Marley
    2. Re:windows instability breeds beter task manager by Anonymous Coward · · Score: 0

      good to know

  40. "multi-thread" ?! by Anonymous Coward · · Score: 0

    Somebody doesn't have a clue what "multi-thread[ing]" means, yet uses the term...

  41. Re:Monitors and/or Desktops by maxume · · Score: 1

    Just make sure you never spend a meaningful amount of time using two monitors, once you stop imagining it, you will want it.

    --
    Nerd rage is the funniest rage.
  42. Updates, but code still gone by gatkinso · · Score: 1

    With out the code, the worth of these tools drops dramatically.

    I have the code from the older versions, I'll just stick with that, thanks.

    --
    I am very small, utmostly microscopic.
  43. Re:R U sure that you know what U are talking about by Spatial · · Score: 3, Informative
    Oh yeah? I don't know if Process Monitor is the same thing as Explorer, but take a look at this Email from them.

    Hello,

    'Process Explorer' has dumping capabilities as well as registry monitor / file monitor capabilities. This could be used to trace the behavior of SecuROM.

    Therefore, we do not allow the game to start when this software is active.

    We have no immediate plans to allow this software in the future.

    Best regards,

    SecuROM Support Team
    SecuROM on the web: http://www.securom.com/
    or via e-mail: support@securom.com

    They have always been this idiotic, it's nothing to do with cheating.

    They also blacklist software capable of mounting ISOs as virtual discs, as I found out a few years ago. Except in that case, the choice was "Uninstall the software or do not play the games you bought." Fucking blow me Sony. There's cracks everywhere and we both know it, so let me play the damn game.

  44. Desktop runs 4 instances of Explorer.exe here by Anonymous Coward · · Score: 0

    Desktop 1.0 makes you run up to 4 extra Explorer.exe instances from what I have been seeing. That alone translates out to roughly 11mb extra memory used here in that combined 4 x explorer.exe instances' working set of memory used that I did not eat up before using this program, Desktop 1.0: That's not light, and there are alternate programs that do the same @ less cost and are simpler to configure in my experience. That RAM consumption is not a good side-effect of its usage using 4 instances of the Explorer.exe desktop shell. I also found it hard to configure desktops correctly (how many icons are kept on each one and how to remove ones you do not want on a particular desktop - maybe this is me, but I can't figure out how to get it to do that). I use Windows Server 2003 here, incidentally.

  45. Re:R U sure that you know what U are talking about by idontgno · · Score: 1

    Well, if you ask the SecuRom asshats, of course it's about DRM. It's like asking a cop about lockpicking tools.

    If you ask a game company like Blizzard, you'll find the "probable cheating tool" angle, like asking a bank manager about lockpicks.

    And if you ask a software developer or system admin about the tools, you'll get the equivalent of asking a locksmith about lock picking tools.

    So, yeah, it's what you said. And what flovlingslosh said too. They're not mutually exclusive, and neither perspective is more important than the other, let alone worthy of the arrogant frothing-at-the-mouth tone you took.

    --
    Welcome to the Panopticon. Used to be a prison, now it's your home.
  46. M$, sinking into debt. by Anonymous Coward · · Score: 0

    Amazing, they have spent more than $40 Billion in the last three years and now will spend their last $20 billion and another $20 billion they don't have. Suppose that's what happens to you when you have nothing of value to sell.

  47. GoScreen by antdude · · Score: 1

    http://goscreen.info/ is a good virtual desktop program. Light resources too even for 9x. However, it's not free. :(

    --
    Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  48. Unloading Kernel Drivers by Anonymous Coward · · Score: 0

    Is unloading kernel drivers hard for windows? My understanding is that all kernel modules in linux should support unloading via rmmod.

  49. SysInternals & open sources by MobyDisk · · Score: 1

    Anybody ever wonder if Microsoft puts things into these tools to make them hide things that they don't want you to inspect? I liked these tools better when it was an independent group of Windows Kernel hackers, rather than an official Microsoft thing. They are still very useful tools, but I can't help but wonder what they might be hiding.

    I think these tools also rely on undocumented internal stuff, so it is difficult for a 3rd-party to build clones of them. (Depending on which tool we are talking about)

  50. Re:R U sure that you know what U are talking about by Spatial · · Score: 3, Informative

    They're not mutually exclusive, and neither perspective is more important than the other, let alone worthy of the arrogant frothing-at-the-mouth tone you took.

    I didn't mean to come off as frothing in support of my take on it. My beef is only with SecuROM. Sorry if it seemed like I was giving the parent a doing over. He said:

    I didn't get the impression that this was a DRM issue. I took it more as an anti-cheat measure for on-line play.

    And I don't agree. We're talking intent here: SecuROM doesn't do any sort of checking for cheats, and they already stated that they detect it solely to trip up crackers. That a dumper/debugger can be used to find methods of cheating is incidental, so I don't see that position as being well supported.

    And if you ask a software developer or system admin about the tools, you'll get the equivalent of asking a locksmith about lock picking tools.

    Well SecuROM made the lock and they are the software developer. They're bastards, but they're pretty upfront about what the prevention is for, and it's not cheat prevention or detection.

  51. Generalization failure by illegalcortex · · Score: 1

    Once you've set up a two-headed machine, you will never go back. Even if it means you have to buy your own to use on your work machine. It helps that much.

    Meh, not really. I had a two-headed machine. Two 19-inch LCD monitors. It was kind of neat, but I didn't actually see the use of it. I can only look at one thing at a time and I know how to alt-tab. I got rid of the other monitor and never asked for a second one again. And in case you're wondering, I am a coder.

  52. Windows-Live-searched? by The+Last+Gunslinger · · Score: 1

    In his blog about troubleshooting spinlocks in his wife's PC, Mark talks about how he "Windows-Live-searched" some term he needed to identify.

    A bit later, he uses the term again and remarks parenthetically about how it "rolls off the tongue."

    After forcing my gorge down, I had to ask the question: was he making an obsequious dig at the stupidity of the messaging terminology used by MS, or is he really fellating Ballmer & co.?

  53. Re:Is Desktops-1.0 any better than powertoy versio by Hatta · · Score: 1

    I just gave this a shot. It's faster than virtuawin, which is good. But it still doesn't guarantee the order of windows on my taskbar. At least the window on top doesn't change like it can in VirtuaWin. But still, if I have half a dozen windows on two or more desktops, I'm going to be spending a lot of time looking for the one I want if they're always shuffled when I change windows.

    --
    Give me Classic Slashdot or give me death!
  54. "very unique"? by Mr.+Firewall · · Score: 0, Troll

    ...provides a very unique multi-thread way...

    Never passed your English classes, huh?

    --
    In times of universal deceit, telling the truth gets you modded -1 Troll
  55. Procmon and kvm by dugeen · · Score: 1

    My normally trusty kvm switch went tits-up just after I tested procmon. I'm typing this via the on-screen keyboard - now I know how archy the cockroach felt.

  56. Plug and Play style driver, OR, kernel mode? by Anonymous Coward · · Score: 0

    You sure it's kernel-mode driver, instead of a Plug-N-Play (PnP) dynamically loaded one? Kernel mode drivers, iirc, load @ system bootup, not during Windows operations. Thus, if it can be popped dynamically into memory @ explorer.exe shell/usermode runtime, it should be able to be "popped" out of memory as well, properly, instead of "hanging around" as people are stating.

  57. somehow, atheists are even dumber than I thought by Anonymous Coward · · Score: 1, Insightful

    You're a college sophomore, right? Almost nobody else reads Dawkins's books, and those who do are disappointed. Look up the word 'tautology'. That's what Dawkins's argument is, at 300 circular, rambling pages.

    > just ask any Buddhist. He or she will be happy to explain to you that you don't need any god(s)...

    Ask a REAL buddhist (not an American buddhist-lite) and he or she will tell you buddhists have nothing in common with atheists.

  58. Re:R U sure that you know what U are talking about by MrResistor · · Score: 1

    They also blacklist software capable of mounting ISOs as virtual discs, as I found out a few years ago. Except in that case, the choice was "Uninstall the software or do not play the games you bought." Fucking blow me Sony. There's cracks everywhere and we both know it, so let me play the damn game.

    Sony explicitly granted you the right to play the game when you agreed to the EULA. Sue them for breach of contract.

    --
    Under capitalism man exploits man. Under communism it's the other way around.
  59. Re:Is Desktops-1.0 any better than powertoy versio by webheaded · · Score: 1

    Dexpot is totally awesome. I use it at work all the time. I'm surprised more people have not heard of it...it is the least buggy of all the apps I've used and I've tried quite a few.

    --
    "Those who would sacrifice essential liberties for a little temporary safety deserve neither liberty nor safety." - BenF