Slashdot Mirror


User: startup.cmd

startup.cmd's activity in the archive.

Stories
0
Comments
18
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 18

  1. Re:I skip the CD part for home ... on The Windows Security Nightmare · · Score: 1
    You can just rename them by prepending the download date like this:
    2004-04-13-Windows2000-KB837001-x86-ENU.EXE

    and rebuild a machine behind a NAT box while calmly reading a magazine.

    A nice command line like

    for %U in (*windows*-enu.exe) do start /wait %U /norestart /passive
    could make it even easier. That is, if they're properly renamed with timestamps.
  2. Re:My experience with VC++ on Free Optimizing C++ Compiler from Microsoft · · Score: 5, Informative
    Anyone know where to get a free visual debugger for Win32?

    MS provides the Debugging Tools for Windows as a free download. GUI and command line debuggers are included.

  3. Re:average 28? on The Average PC is Infested with Spyware · · Score: 1
    Try to surf to the bastard page: http://www.slasdot.org (misspelled slashdot.org) and in IE you will have to click NO several times etc.

    Damn, they are pretty underhanded. Consider using the disable HomePage changes group policy. Also turning off the downloading of ActiveX controls should help with some of netster's hijacking.

  4. Re:Small Issues on The Average PC is Infested with Spyware · · Score: 2, Informative
    Have you checked the service registry for the startup key? Look in HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es. There's a program called sc.exe from MS that allows you to stop these services and drivers from starting up. If you don't have Windows XP (which includes it by default), get it here. Place the executable in your path. Enter these two command lines to stop the offending program:
    C:\>cmd /v:on

    C:\>for /f "tokens=1,2" %S in ('"sc query type= service type= driver state= all bufsize= 51200"') do @if /i %S==SERVICE_NAME: sc qc %T 2048 | findstr /i /l "readme shim.exe" && (set SPYWARE=%T & sc config !SPYWARE! start= disabled)

    What the above does is turn on delayed environment variable expansion. Then it queries all of the services and drivers that the service control manager (services.exe) manages. The command parses the output until it finds the offending executable and sets it to disabled, thereby preventing its startup. You could also use sc.exe to uninstall readme shim.exe. Just read the manual that comes in the zip file.

  5. Re:Usability is for N(0)(0)bies on Still More on Open Source Usability · · Score: 1
    The keyboard shortcuts would be even faster with the control key in the proper caps lock position. Remapkey.exe makes this possible, a part of the Windows Server Resource Kit Tools.

  6. Re:Want my card? on Psychonauts Parts Ways With Microsoft · · Score: 1
    What does Microsoft have now?

    Dungeon Siege 2 sounds like a nice prospect. Of course, I'm a big fan of part 1 and Legends of Aranna, so I might be biased.

  7. Re:Google Accounts? When on Google Offers Personalized Search · · Score: 1
    Good idea, but "-filetype:pdf" would have to be entered into every search query. A more permanent solution would be to create a Mozilla keyword bookmark with the url:
    http://www.google.com/search?q=-filetype:pdf %s
    Set the keyword to something like g, then type g search terms in the address bar and that should resolve the problem.

  8. Wildcard searching on Google Offers Personalized Search · · Score: 4, Informative
    Another useful Google feature is search globbing. It works just like command line wildcards. Use the * operator inside of quoted phrases when searching, and Google will substitute any word in its place. Here's an example:
    "* processor"
  9. Re:Err... on Two-Fisted Computing · · Score: 0
    Don't get me wrong, I use GUIs all the time, too, but you can't type in data with a mouse... (at least, not with any program I have)

    On Windows, there is an included on-screen keyboard that you can use with your mouse. It should be in Start > Programs > Accessories > Accessibility. Another way to start it is to type osk in a run box or command prompt. The program works pretty well. Focus the mouse in a text box or window that you want to type data, and then click on the keyboard to send input.

    --

  10. Re:Barriers my ass. on Six Barriers to Open Source Adoption · · Score: 0
    Mandrake 10 community was incredibly easy to install, unlike Windows (you try installing Windows from scratch, I mean 10 recovery CDs come with my system, WTF?!?!?!?.

    OEM (Dell, HP) copies of Windows are never any fun to reinstall. Try installing from the retail Windows CD. It hardly asks any questions, installs like it's supposed to, plus it has a cool little song at the end.

    --

  11. Re:Incorrect on Gopher ProtocolHandler for Apache2 Released · · Score: 1
    One of Microsoft's patches back in 2002 removed Gopher support. The only way to return it is to create a new registry value that switches it back on. Here's the registry key, a dword value of 0x1:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\Cur rentVersion\Internet Settings\EnableGopher
    Perhaps you specifically created this key yourself or your adminstrator at your workplace did it. For the general novice public, they wouldn't be able to get into any gopher pages.

    --

  12. Re:The Virus Thing Checks on Why You Should Choose MS Office Over OO.org · · Score: 0
    Now, assuming you use a third-party AntiVirus (we use Norton), then Outlook really *is* the safest e-mail program to have.

    Surely you're joking. Outlook is good at being a PIM, but to call it safe is going too far. What do you do when Norton Antivirus crashes or hangs? Outlook for calendaring and organizing, yes. But something far more secure for the dangerous task of reading emails.

    --

  13. Re:Pop Quiz on EV1Servers.Net's CEO Regrets SCO Deal · · Score: 0
    It's interesting to note that in Japan, if a high-ranking company official makes a major blunder or is incompetent, they resign with a public apology(taking responsibility) or take a voluntary pay cut.

    They also bawl their eyes out at their resignation press conference. I'd like to see some American CEOs do that.

    --

  14. Re:Check your audience on Gopher ProtocolHandler for Apache2 Released · · Score: 0
    Well, according to Opera's website, their browser requires a proxy for Gopher URLs. They say its used to translate the Gopher protocol into HTTP.

    --

  15. Re:"skilled people" on Sun Sponsors Java Game Development Competition · · Score: 0
    Well, judging from this story, you're probably right.

    --

  16. switch( DRM ) on BusinessWeek on Opening Apple's iTunes DRM · · Score: 0, Troll
    Okay, we have the choice between MS's DRM or Apple's DRM. Being a dutiful Slashdot user, I guess I'm supposed to hate MS's DRM? We hate Apple today, right? Honestly, what is so wrong with Microsoft's DRM implementation?

    --

  17. fp on Wearable Technology Fashion Show · · Score: -1, Troll
    w00t! I claim it! --

  18. Check your audience on Gopher ProtocolHandler for Apache2 Released · · Score: 3, Insightful

    With Internet Explorer no longer supporting Gopher, what use is this? Mozilla, Opera, and the other Gopher-enabled browsers are not widely used by the public. Unless someone wants to keep the general public from visiting, it seems best to stick with old, reliable HTTP/server-side scripting.
    --