Domain: microsoft.com
Stories and comments across the archive that link to microsoft.com.
Comments · 34,132
-
Re:Verified
On one hand your comment is funny due to the chronic security risks associated with MS products.
On the other hand, MS has some of the best code analysis technology available in Prefast, FXCop, SAL, and Application Verifier:
http://msdn.microsoft.com/msdnmag/issues/05/11/SDL /default.aspx
Disclaimer from the linked content:
"Security tools will not make your software secure. They will help, but tools alone do not make code resilient to attack. There is simply no replacement for having a knowledgeable work force that will use the tools to enforce policy." -
Re:So can this be neutralized?
No files to delete. You can either set the activeX control to not run or not run activeX.
-
Marketshare != Bette Target
I've seen a lot of comments sugest the WIndows is easier to target because it has a larger marketshare.
This is a BS argument. Here is one example of a program with larger marketshare but fewer cracks, both attempts and percentage successes:
Apache
IIS
Just because it's a bigger target doesn't mean it's a better target. Windows is a good target because it's big AND because it has a shit-ton of security flaws. You need to be a security expert to properly safeguard Windows, and most people don't have enough security expertise.
Weylin -
Re:Cost prohibitive
Buy a Mac to run Safari and Firefox, then buy Parallels Desktop (or if you bought a used/close-out pre-Intel Mac, Virtual PC. Pick up a copy of Windows XP to run the modern versions of IE, and you're done. You wouldn't need XP Pro, you could get away with Home Edition, so it wouldn't be a huge outflow of cash.
-
Re:I've had the exact opposite experience
A work-around is to have IE7 fib that it's IE6: User Agent String Utility version 2 http://www.microsoft.com/downloads/details.aspx?F
a milyID=9517DB9C-3C0D-47FE-BD04-FAD82A9AAC9F&displa ylang=en I know this *should* have been a simple menu option in IE7 as it is with Opera. -
10 LET M$ = "Microsoft"Pretty unprofessional to use the "M$" moniker in a submission.
I see the $ as referring not to capitalism but to Microsoft's heritage as a developer of BASIC language interpreters, from Altair BASIC through Applesoft BASIC, GW-BASIC, QBasic, and Visual Basic to VB.NET. Line numbered BASIC dialects used the $ sigil on string variables:
10 LET M$ = "Microsoft"
20 PRINT "Hello ";M$
30 END
produces
Hello MicrosoftIn this way, saying M$ to refer to "random BASIC vendor" is no different from saying $PHB to refer to "random out-of-touch manager" (as described in Jargon File: Hacker Writing Style).
Using M$ in Slashdot comments' subject lines has another advantage: it abbreviates "Microsoft" to save seven bytes out of the 50 permitted in a subject, without inviting comparison to multiple sclerosis.
-
Re:I don't know about Java
Add methods to a class, even if it's part of the standard library and I don't have the source code
Just for the record: Extension Methods as introduced with C# 3.0 allows you to do this. The Language Integrated Query (LINQ) Project relies heavily on this feature.
-
Re:Bullshit: Just turn off services.
...but I just do not buy the rubbish that every Windows machine gets compromised in five minutes.
I don't know why your post is considered Insightful. Because you said 5 minutes instead of 12 minutes? This from MSFT's web site:
http://www.microsoft.com/technet/desktopdeployment /articles/080305tn.mspx
Techniques for Patching New Computers
Published: August 3, 2005
By Tony Northrup
I've Been Hacked Already?
A few years ago, I was doing systems engineering work for a technology firm when a UNIX systems administrator asked me to help him with a problem. He used a computer running the Microsoft Windows operating system and connected to the public Internet for testing, and that computer was behaving strangely. I took a quick look at it and immediately recognized the problem: The computer was infected with a worm.
"Okay. Now how do I get rid of it?" he asked.
"The computer doesn't belong to you anymore; it belongs to the bad guys now. You don't know what they might have done with it. Reformat it, re-install Windows, and get it patched."
He rebuilt it and came back to me in about an hour. His computer had become infected with the same worm while he was trying to install the security updates.
According to Sophos research published July 1, 2005, there's a 50 percent chance that an unpatched computer running the Windows operating system will be infected with a worm within 12 minutes of being connected to the Internet. That's bad news, because downloading and installing all the latest updates takes longer than 12 minutes. If you're deploying hundreds of computers, you really have no chance. So, how can you keep your new computers from being attacked before you can update them?
end quote
rd -
Re:Well, that's sorta backwards
Windows XP SP1 and earlier are not being patched, even for security updates. XP SP2 or Vista are the only "safe" OSs.
-
Re:Service Packs
Microsoft introduced driver signing in an attempt to fix the problem with unstable drivers. If you try to install an unsigned driver, XP bitches at you about it, but lets you continue anyway if you really want.
However, some companies intentionally defraud Microsoft's test lab. -
Re:"integration" or "bundling"?
You're right. Microsoft doesn't document API's. [rolls eyes]
-
Re:"integration" or "bundling"?
Why is it that when apple does this kind of thing it's somehow "cool", but when Microsoft does it, it's somehow "evil"?
Because when Apple does it, it becomes a well documented, open API. Microsoft? Not so much. -
Re:Ever used Python, OCaml, Common Lisp, Smalltalk
I couldn't agree more. However, you might find F# interesting: http://research.microsoft.com/fsharp/fsharp.aspx
-
Re:Unfair comparison
The behavior depends on a number of factors, and in many ways UAC is vastly superior to Mac OS in this regard. To dispel some myths and speculation that have been swirling here:
1) UAC dialogs can be automatically ignored or suppressed
2) UAC can be configured to require password, even with an administrator account
3) running as a limited user, UAC requires a passwords
4) applications can't snoop the password as its being entered (contrast with MacOS)
To highlight some areas that haven't been addressed:
-- UAC provides virtualization of registry hives to make older applications work well under the new system
-- UAC makes GREAT use of color to highlight potentially untrustoworth applications that have requested credentials
-- UAC behavior can be centrally managed through group policy
There's more too.
There's a ton of good information about it at Microsoft. See, for example, http://technet2.microsoft.com/WindowsVista/en/libr ary/00d04415-2b2f-422c-b70e-b18ff918c2811033.mspx? mfr=true
For the security-conscious among us, UAC will preovide a great deal of control unavailable on MacOS. For uncle Bob, it will save him from a lot of malware even if he runs as admin all the time.
The comparison in the article is superficial, at best. -
Re:Don't use FAT
The first limit is almost a non-issue. The FAT-32 filesystem supports up to 8 TB. Of course, Windows XP can't format a volume over 32 GB, but you can always create the volume in another way---in Windows 98, ME, or Vista; in Linux; or using a third-party formatting tool. Once you have created a larger volume, Windows (even XP) should be able to handle it just fine.
-
Re:Here's a thought...Unless I am reading the Technet site wrong, the subscription gives you access to the latest software for evaluation purposes. It's not like the MSDN subscription where you get to have a production install.
You've got the Technet site right (eval use only), but possibly misunderstanding the MSDN terms. Please reference the full MSDN license.
Some snippets from the MSDN license FAQ:The MSDN End User License Agreement (EULA) allows each person with an MSDN license to use all of the software that is included in the subscription for development, test, and demonstration purposes only.
The FAQ also addresses production use, which is specifically prohibited, unless you subscribe to MSDN Premium, in which case you can use one copy of Office pretty much however you like.May I use MSDN Subscriptions software to install software for day-to-day (production) use?
Some people blatanly abuse MSDN licenses by buying a subscription and then using the software however they please. Others understand that the software is intended for dev/test work, but don't realize that right is exclusive of all other use: you're not allowed to use that software for any personal use at all, even in combination with other dev/test activities.
No, but with one exception. [...] One exception is that the MSDN Premium subscription comes with one license to Desktop Applications (typically on blue discs) such as Microsoft Office Professional 2003, Visio Standard 2003, and Project Standard 2003 for business use directly related to the design, development, test, and/or demonstration of software projects. [...] In addition, one copy of Office Professional 2003 can be used for general business use, unrelated to development and testing. -
Re:Here's a thought...Unless I am reading the Technet site wrong, the subscription gives you access to the latest software for evaluation purposes. It's not like the MSDN subscription where you get to have a production install.
You've got the Technet site right (eval use only), but possibly misunderstanding the MSDN terms. Please reference the full MSDN license.
Some snippets from the MSDN license FAQ:The MSDN End User License Agreement (EULA) allows each person with an MSDN license to use all of the software that is included in the subscription for development, test, and demonstration purposes only.
The FAQ also addresses production use, which is specifically prohibited, unless you subscribe to MSDN Premium, in which case you can use one copy of Office pretty much however you like.May I use MSDN Subscriptions software to install software for day-to-day (production) use?
Some people blatanly abuse MSDN licenses by buying a subscription and then using the software however they please. Others understand that the software is intended for dev/test work, but don't realize that right is exclusive of all other use: you're not allowed to use that software for any personal use at all, even in combination with other dev/test activities.
No, but with one exception. [...] One exception is that the MSDN Premium subscription comes with one license to Desktop Applications (typically on blue discs) such as Microsoft Office Professional 2003, Visio Standard 2003, and Project Standard 2003 for business use directly related to the design, development, test, and/or demonstration of software projects. [...] In addition, one copy of Office Professional 2003 can be used for general business use, unrelated to development and testing. -
Re:Here's a thought...Unless I am reading the Technet site wrong, the subscription gives you access to the latest software for evaluation purposes. It's not like the MSDN subscription where you get to have a production install.
You've got the Technet site right (eval use only), but possibly misunderstanding the MSDN terms. Please reference the full MSDN license.
Some snippets from the MSDN license FAQ:The MSDN End User License Agreement (EULA) allows each person with an MSDN license to use all of the software that is included in the subscription for development, test, and demonstration purposes only.
The FAQ also addresses production use, which is specifically prohibited, unless you subscribe to MSDN Premium, in which case you can use one copy of Office pretty much however you like.May I use MSDN Subscriptions software to install software for day-to-day (production) use?
Some people blatanly abuse MSDN licenses by buying a subscription and then using the software however they please. Others understand that the software is intended for dev/test work, but don't realize that right is exclusive of all other use: you're not allowed to use that software for any personal use at all, even in combination with other dev/test activities.
No, but with one exception. [...] One exception is that the MSDN Premium subscription comes with one license to Desktop Applications (typically on blue discs) such as Microsoft Office Professional 2003, Visio Standard 2003, and Project Standard 2003 for business use directly related to the design, development, test, and/or demonstration of software projects. [...] In addition, one copy of Office Professional 2003 can be used for general business use, unrelated to development and testing. -
Re:Question for 2007:
Why? because it's brown or because it's expensive?
-
Re:Apple needs to catch back upSeveral of these are Microsoft products, probably pulled to protect their Windows business. The loss of those, and the hobbling of Office 2007 can't be put to Apple's door (especially Office 2007, as the Mac user base is getting larger). FoxPro hasn't been available since... 1994 for the Mac, and about the same for Windows. Now it's MS Access, which Microsoft will probably never port.
Foxpro is alive and kicking
http://msdn.microsoft.com/vfoxpro/
and equating it to Access is a joke (you don't do much DB work eh?)I'm, not putting it on "Apple's Door" I am stating for the sake of Business on Macs that the business tools available for the Mac had been dwindling over time (regardless of Apple's involvement or due to its lack thereof)
VirtualPC is no loss at all now, since Boot Camp and Parallels are both much better at just about everything.
If you want to run Windows apps that is; and Boot Camp is excellent - if you don't want to run Mac OS.
So... given that your lists had 14 items and only 5 of them were Apple (and of those, only 4 are unique) how can Apple "catch up" with the other items?
Well by actually promiting business use on the Mac again would be a good start. (you remember those old MAc ads with the guy runnign circles around the DOS/Windows user with fancy charts quick turnaround and stuff... probably not)
Should they lobby the other companies for feature parity, or to port the missing apps? How can Apple force Microsoft to release new Mac products, for example, and is that a realistic thing to attempt?
They need to get thier business related devloper toolkits built back up again (there are some great languages DBs, etc now available they can build resources for), re-start thier human interface standards group (I think they fired them all during the development of OSX), fix the problems with the Finder (networking access is real slow), and re-introduce some lost productivity-oriented tools (scrapbook, keycaps) might be a good start. -
this might help
How to remove data in Active Directory after an unsuccessful domain controller demotion.
I believe this will work if you have a DC die on you and you are not planning on recovering it. -
Re:Are the EULAs available in advance anywhere?
http://www.microsoft.com/about/legal/useterms/def
a ult.aspx
An easy find with Google. -
Re:HD 137 GB
WTF? Windows 2k SP3 and later *does* support drives bigger than 137GB. If you're not installing from an SP4 CD, make one with slipstreaming.
I just mentioned that the 137GB patch exists the other day and got modded a Troll - this guy tells a blatant falsehood and gets Informative? What's with the Mods around here?
-
Re:HD 137 GB
WTF? Windows 2k SP3 and later *does* support drives bigger than 137GB. If you're not installing from an SP4 CD, make one with slipstreaming.
I just mentioned that the 137GB patch exists the other day and got modded a Troll - this guy tells a blatant falsehood and gets Informative? What's with the Mods around here?
-
Re:Virtualization?
Although I use VMWare for Win2K, if you don't want to pay for VMWare Workstation, you can use MS's VirtualPC for free while supplies last.
-
Re:Group policies vs workgroup manager
All you have to do is seize the FSMO roles, not the end of the world
http://support.microsoft.com/default.aspx/kb/25550 4 -
Re:DST issues on 2K
http://support.microsoft.com/?id=914387
Can be manually fixed, or daylight savings change can be disabled.
There are tools out there that add reg entries for the lazy.
http://www.mdgx.com/files/KB928388.EXE
(warning- reboots computer without confirmation) -
DST issues on 2K
Wasn't it just announced that Microsoft would not be releasing a patch to anything less than XP for the new TimeZone changes that happen this spring?
http://support.microsoft.com/kb/928388
You'll have to remember to manually change the time each time it is supposed to change and then fix it when the broken version of 2K tries to change it for you.-Aaron
-
Re:HD 137 GB
It supports larger drives just fine; I have a 750GB drive happily running on my Windows 2000 box. To fully use a hard drives that's >137GB, Windows 2000 requires service pack 3 or later and a registry hack. You didn't need the IE and other extra patches just to be able to use the other partition.
Windows XP requires service pack 1 and a registry hack. It's possible for OEMs to upgrade the copy of XP they ship to have this feature by default.
For people who just have to format the entire hard drive as one big partition, then this limitation in Windows 2000 can be annoying. Those of us who prefer to keep the OS drive on the small side, separating out data files onto a separate partition, are barely effected by it. I'm already going to install SP4 on any new Windows 2000 system anyway, so I just need to remember which registry key to tickle after that's done and this problem goes away. -
Re:HD 137 GB
It supports larger drives just fine; I have a 750GB drive happily running on my Windows 2000 box. To fully use a hard drives that's >137GB, Windows 2000 requires service pack 3 or later and a registry hack. You didn't need the IE and other extra patches just to be able to use the other partition.
Windows XP requires service pack 1 and a registry hack. It's possible for OEMs to upgrade the copy of XP they ship to have this feature by default.
For people who just have to format the entire hard drive as one big partition, then this limitation in Windows 2000 can be annoying. Those of us who prefer to keep the OS drive on the small side, separating out data files onto a separate partition, are barely effected by it. I'm already going to install SP4 on any new Windows 2000 system anyway, so I just need to remember which registry key to tickle after that's done and this problem goes away. -
Re:Two different approaches
They'res also AutoPatcher for offline patch installation, and it includes add-ons (such as Sun Java 6, TweakUI and the
.Net framework).
They'res also Microsoft's Microsoft Baseline Security Analyzer which will scan your computer and notify you of missing security updates, and direct links to download them. -
Slightly more useful
For Win2k, all you need to worry about is Service pack 4 and Update Rollup 1.
-
Slightly more useful
For Win2k, all you need to worry about is Service pack 4 and Update Rollup 1.
-
2k is under extended support until 2010
Windows 2k retired from mainstream support on 6/30/2005. It is currently under extended support until 7/13/2010.
So for the next 3 1/2 years you will continue to receive security and critical patches, and you will be able to pay for support if you need it. So there's nothing to panic about yet.
After 2010 though, if MS doesn't extended support, you may want to look in a new direction. Possibly an emulator for Linux to run what ever 2k app you need, or a replacement for those apps you are using. Worst case scenario, (2k support ends and numerous viruses are released for it) you can still run it, you just have to take into consideration the extra security concerns.
Here is the page for MS's support life cycle info: http://support.microsoft.com/gp/lifeselectindex
-Rick -
Re:Basically
Can I draw diagrams with RTF? Can I have a ToC? Can I do complex styling? Can I have a "galery" of styles? Can I include images? No. RTF is not a solution.
Actually, you can. RTF can express most (if not all) of what the Microsoft Word format can. Let me answer your objections using excerpts from the RTF 1.8 specification:
The \tc control word introduces a table of contents entry, which can be used to build the actual table of contents.
The \stylesheet control word introduces the style sheet group, which contains definitions and descriptions of the various styles used in the document.
An RTF file can include pictures created with other applications. These pictures can be in hexadecimal (the default) or binary format. Pictures are destinations and begin with the \pict control word.
\dgmt creates diagrams. \pict of subtype \*metafile supports vector drawings, in case that's what you meant by "diagrams".
Check out http://www.microsoft.com/downloads/thankyou.aspx?f amilyId=ac57de32-17f0-4b46-9e4e-467ef9bc5540&displ ayLang=en sometime. Don't be afraid by the EXE download - it's just an auto-extracting ZIP file containing a single DOC. The guy you replied to was an AbiWord developer, as am I. -
Re:Opinion Swing?
They have something sort of like that. If you are the first to responsibly disclose a bug, during the security bulletin, you or your organization will be thanked in the bulletin for disclosing it. I think there is some kind of rudimentary financial compensation. ($500 comes to mind?) also, but i can't find any record of it currently.
http://www.microsoft.com/technet/security/bulletin /policy.mspx
If you search "microsoft.com" for "responsible disclosure", many of the recent security bulletins list who reported it to them properly. -
Re:TYNT vs. LYNTyou say I should rest easy, because Microsoft assures me that a downloadable add-on, which they will make available, will integrate perfectly with their old software, making it unnecessary for me to buy their new software.
Really?
This is the assurance that is intended to alleviate any fear, uncertainties or doubts?
Really? It's not "an assurance" that they *might* make one available -- as I said in my post, there is one currently available. The direct download link is http://download.microsoft.com/download/9/2/2/9222d 67f-7630-4f49-bd26-476b51517fc1/FileFormatConverte rs.exe . If you're really that concerned about how it integrates with old versions of Office, download it and try it out. But then, I suppose it would take more effort to do that than sit around and moan about how it "might" not integrate... -
Re:CTRL-F1 cuts the ribbonI apologize for not having access to the actual software to use before its release. It's been available to try on the internet for months -- both as a beta download and, if you don't want to waste the download bandwidth, you can try it out for free, online (n.b. preceding link only works in IE due to the use of ActiveX to give a Citrix environment, which I think is not too unreasonable -- imagine trying to code the whole Office 2007 UI in AJAX!)
-
Re:Is it patented?
It is patented and Microsoft have a free click-through license to agree to if you want to implement it. The license forbids development of office applications using the UI and also leaves you guessing as to whether it is compatible with the various open source licenses. Channel 9 video and licensing website:
http://channel9.msdn.com/Showpost.aspx?postid=2595 48
http://msdn2.microsoft.com/en-us/office/aa973809.a spx -
Re:Not quite true...
Does Windows 2000 understand the "Dynamic DST" sub-key? The manual method on the MS page just shows a standard DST entry.
-
Patch to change DST?
I only had to chance it once (on Win98 if I remember correctly) and there it was just an regedit call. No reboot required. At this time Win98 was switching the DST about a month wrong in MET, and I had to correct that. There is also a Microsoft Utility called tzedit, which displays and modifies the time zone rules. To have it affect the displayed time, you can go in the Control Panel, choose Date & Time and hit Ok. Then it will refresh the timezone information according to the changes you made with the tzedit.exe utility.
A more complete description of the necessary registry changes is at
Microsoft Knowledgebase 914387.
But as someone already wrote in an earlier post: Set your servers to use NTP, either from your local nameservers or from *.pool.ntp.org and have it automatically adjust for DST. -
Patch to change DST?
I only had to chance it once (on Win98 if I remember correctly) and there it was just an regedit call. No reboot required. At this time Win98 was switching the DST about a month wrong in MET, and I had to correct that. There is also a Microsoft Utility called tzedit, which displays and modifies the time zone rules. To have it affect the displayed time, you can go in the Control Panel, choose Date & Time and hit Ok. Then it will refresh the timezone information according to the changes you made with the tzedit.exe utility.
A more complete description of the necessary registry changes is at
Microsoft Knowledgebase 914387.
But as someone already wrote in an earlier post: Set your servers to use NTP, either from your local nameservers or from *.pool.ntp.org and have it automatically adjust for DST. -
Re:IT Horrors?
These guys have set them up with a fucking NT domain!
It's called "Active Directory" or "Windows Domain".
And thats the RIGHT way to do things, if you don't use a "Hosted Something" package.
AD makes lots of things easier and simpler. Setting up a new machine is easier, users get their old profile synced back from the server, all "my documents" are properly redirected to the server, and users will have less hassle.
Setting up a new machine can be automated completely using RIS (XP) or WDS (Vista)but neither of us knows what to do with an NT domain -- but these techs have convinced them that it's somehow "more secure".
That's a selling point, but usually the main point is less administrative hassle.because I couldn't make the NT domain go across the VPN.
You blame your incompetency on others?and it runs over a VPN because RDP doesn't do crypto.
You're wrong.
http://msdn2.microsoft.com/en-us/library/aa383015. aspx -
Why Bill?
Well it's kinda obvious from where I'm sitting: Sure, he's no roboticist, but robots run software and Bill-and-Co just launched Microsoft Robotics Studio a short time ago. There was even an article about it on that place, um, I think it was called Slashdot.
-
Re:Here's wondering...
Because Billy's company just put out a robotics oriented development platform. This is market promotion - probably paid for by Microsoft - just not labeled as an advertisement. Here's the product page: http://msdn.microsoft.com/robotics/
-
QuickTime + Flip4Mac + Perian = no need for VLC
Many people forget that they have to add codecs to WMP on Windows to get it to run videos encoded with alternate video codcs (DivX, XviD, etc.).
QuickTime for Mac OS X can be similarly augmented:
Simply download Flip4Mac (free) for WMV support and Perian (free) for support for just about everything else.
No need for VLC. -
Re:You have to be kidding..
If you're a microsoft partner you can just sell another license through your partner advantage program and use your own cd's/media for install) (free to join program).
Can you provide more details on this? I googled for "microsoft partner advantage" and went to http://www.microsoft.com/services/microsoftservice s/srv_partadv.mspx but couldn't find any information on saving money on licenses. -
Re:Don't listen to the FUD
http://www.microsoft.com/windowsxp/mediacenter/ev
a luation/privacy/mcevistaprivacy.mspx ...A list of revoked software can be sent to your computer whenever you download a new Program Guide... -
Design by contract
MS provides a rather neat extension of the C# language: Spec#.
Spec# adds the method contracts and class invariants of Eiffel, the checked exceptions of Java, and introduces non-null types. But the thing that at least I find the most interesting, is the idea of static program verification. -
Re:Windows XP as a server?
As we install point-of-sale software, we've run into this. Per Microslop, the limit is for 10 incoming connections to shares.
I don't like 'em any more than you do, but I had to call fair.