On September 17, 2006, Windows XP Service Pack 1 will transition out of its supported lifecycle.  After this date, customers will no longer receive support for XP SP1.  To continue to receive support and no-charge security updates, customers must migrate to Service Pack 2.  At this time, a Custom Support Agreement for Windows XP SP1 is not offered.
It should be noted that for Windows XP itself – Mainstream Support Will Be Extended.  Windows XP is currently scheduled to end Mainstream Support on December 31, 2006.  However, its follow-on release, Windows Vista, is not scheduled to ship until late 2006.  In keeping with Lifecycle Policy, Windows XP will remain in Mainstream Support for two years after Windows Vista’s release. Dates on the external site cannot be updated until an official release date for Windows Vista is announced.
But bear in mind:  Windows XP will only be supported during this period when used in tandem with Service Pack 2 and above.
Posted by: kurtsh | April 17, 2006

BETA: Preview of SP1 for SQL Server 2005

Microsoft Releases Preview of SP1 for SQL Server 2005

Leading up to the release of SQL Server 2005, we provided Community Technology Previews (CTPs) available to the public as downloads. This CTP process allowed us to be more open and transparent with our customers and they responded by giving valuable feedback about our pre-release versions – advising us this model provides greater predictability and faster results within their own businesses.

With this active customer feedback loop, we were able to deliver a higher quality product for our customers. As a result, we are continuing to expand this model and applying it more broadly as part of our development cycle. We call this new, enhanced process our Transparent Customer Collaboration Model.

We have just released, SQL Server 2005 SP1 CTP, which delivers new functionality for database mirroring and SQL Server Management Studio Express, along with regular fit and finish adjustments and enhancements. Applying this new customer collaboration model to service pack releases demonstrates our commitment to customer feedback and validation as an important aspect of a quality-focused development cycle. Also, as part of this new model, we are introducing a separate release tree for any future SQL Server security fixes, so that customers can take advantage of timely, targeted fixes that are streamlined for security specific updates

SQL Server 2005 SP1 Beta Refresh (CTP) is now available at http://www.microsoft.com/sql/ctp_sp1.mspx.

Direct Push Technology is Here!
 
Microsoft Exchange® 2003 and the Palm® Treo™ 700w Smartphone – Delivering Wireless Email and More Over the Verizon Wireless Network
 
Looking for a straightforward cost effective way to enable keep staff productive while they are away from their desks?
 
See a demonstration of how Microsoft Exchange 2003, combined with the Palm Treo 700w smartphone with Direct Push Technology, delivers wireless email without the need for third party middleware and extra server hardware.
 
The Palm Treo 700w smartphone is one of the first Windows Mobile 5 phones to take advantage of MSFP, the Messaging and Security Feature Pack, to deliver a flexible, robust platform for deploying security enhanced, manageable mobile solutions that IT managers need, which include:
  • Wireless Access to the GAL (Global Address List)
  • IT enforcement of device-level passwords
  • IT wireless remote wipe for lost or stolen devices

This all-in-one smartphone combines voice and email communications with broadband-like wireless capability, and the familiarity of Microsoft Windows on an Intel® processor in a right-sized device.

 
Easily managed within an organization’s Microsoft Exchange environment, the Treo 700w smartphone keeps costs down by utilizing existing investments in software, infrastructure, and training. It works directly with Microsoft Exchange Server 20031 to enable wireless email, calendar, contact and task synchronization.
 
The Treo 700w smartphone is the smartphone IT departments can depend on to better balance corporate requirements with user demands for Palm’s world-class usability.
 
Audience: Business decision makers and IT professionals in larger organizations with Microsoft Exchange 2003 SP2 installed.
IT Professionals – Learn about the direct connection architecture and the cost savings in middleware, hardware, and personnel.
Business Decision Makers – See the way Palm has added its famous usability and how that can be inserted into the ROI model. 
 
REGISTER HERE: 
 

1:00 p.m.  Registration, Arrival
1:30 p.m.  Smartphone/wireless email market overview
1:50 p.m.  Microsoft Windows Mobile 5.0 Update
2:10 p.m.  Introduction to the Treo
2:30 p.m.  Treo Demo

 
LOCATION:
Los Angeles, CA
Microsoft Office – MPR1 conference room
333 So. Grand Avenue
33rd floor, Ste 3300
Los Angeles, CA 90071
(213) 806-7300
 
 
Posted by: kurtsh | April 14, 2006

NEWS: No Aero Glass for Windows Vista pirates

If you don’t have a genuine copy of Windows Vista that is activated, you won’t get to see Aero Glass.  Aero Glass is the new 3D, high VRAM graphics card driven interface with translucent windows, 3D menuing & icons, Window rotation, and fluid animation.  It’s very signficant.
Note:  The improperly posted draft version of the Windows Vista Product Guide is discussed in this article:
"A draft version of the Windows Vista Product Guide was posted inadvertently and includes information that is not yet final," the Microsoft representative said in an e-mail. "To date, we have only provided hardware guidelines as part of our Windows Vista Capable PC efforts. The Windows Vista Capable PC Program provides information to customers about PCs they can buy today that will be able to run Windows Vista."
Posted by: kurtsh | April 14, 2006

INFO: Does your WinXP boot time suck?

Does your Windows XP workstation boot time suck?  Are you tired of waiting 2 minutes just to logon from the GUI?  There’s a number of things you can do to both diagnose your situation and also speed it up.
  1. Turn on verbose security status messages.  Depending on where your slowdown in the boot/login process is, verbose status messages can help you understand what process is taking so long during the boot/login cycle.  Note that this will display messages for startup and shutdown, logon and logoff.
    – Open your registry and find or create this key:
    HKEY_LOCAL_MACHINE: SOFTWARE -> Microsoft -> Windows -> CurrentVersion -> Policies -> System
    – To enable verbose status messages, create a new DWORD value called "verbosestatus" and set it to "1". (verbosestatus REG_DWORD 0x00000001 (1))
    – An additional value called "DisableStatusMessages" forces status messages to be disabled, make sure this value does not exist or is set to "0". (DisableStatusMessages REG_DWORD 0x00000000 (0))
    – Restart Windows for the change to take effect.
  2. Turn off "Automatically search for network folders and printers".  This process can pause Windows for a while and can be an annoyance. 
    – Go to Control Panel->Folder Options->View tab->
    – Uncheck "Automatically search for network folders and printers"
  3. Turn on boot logging.  This literally lists out every process that is run during
    Go to the My Computer>Tools>Folder Options>View tab and select "Show hidden files and folders" and then uncheck "Hide protected operating system files". Then go to the root folder of the C: drive and find the boot.ini file. Open it up in Notepad and add " /sos /bootlog" without the quotes after " /fastdetect". That will show drivers as they are loaded and will create a boot log each time the machine is started called Ntbtlog.txt and which lives in the %Systemroot%Windows folder. The boot log will almost certainly show where the hang is occurring.
  4. Run Bootvis.exe.  Bootvis provides "boot visability" and provides visual graphs of what processes are run or loaded during boot, what order these processes are run, and how long each process takes.  It will also optimize the organization of the drivers to load in the most optimal fashion process.  While this will not likely diminish the large problem of boot time it will most certainly help you identify the specific driver or service that is causing you pain. 
    Many people will find that MRXSMB.SYS is a process that takes up a lot of time – usually around 2 minutes.  Points #2, #5, and #6 are important to resolving this issue.
  5. Clear out Network Places.  This is a common problem – if you have cached locations listed in Network Places, these can cause boot time hangs in login when the system attempts to verify their presence on the network.  This is usually a process that takes exactly 2 minutes.
    Go to Start -> Network Places.  Highlight and delete all the links listed here.
  6. Delete & Defrag.  Clearing out disk space is probably the #1 thing a person can do to increase their performance overall – not just boot time.  Most people simply don’t understand that the disk needs free space on it – a LOT – for Windows or any operating system to operate efficiently.  This is the inherent nature of random access storage… but most people think that "because I have a 40GB drive, I can store 40GB of data on it."  This is true – but not without a performance penalty.  Generally, make sure you have at least 15-20% of the drive empty at all times – don’t believe me?  Take a look at a really slow running system and check how much space is left on it.  Use a tool like CCleaner (www.ccleaner.com) to clear our temp files and cached files to start.  Also pick up a copy of a commercial disk defragmentation product and defrag your hard disk – first reorganize and system files and directory entries.

UPDATE:  4/21/2006:   So out of the blue, I get an email from Raxco, the maker of Perfect Disk, another commerical Windows disk defragmentation product.  Apparently one of their engineers somehow found my blog and noticed I’d originally mentioned Executive Software’s Diskeeper but not Raxco’s Perfect Disk and subsequently wrote a fairly long mail about Bootvis.exe, the role of defrag products in optimization, and what Raxco’s value was in comparison to Diskeeper. 

Admittedly, I technically should have just written the words, "commerical disk defragmentation product" instead of "Diskeeper 10" (I’ve since changed the wording in this blog entry above) but let’s be honest:  Both of you guys (my customers, for those of you reading this blog that aren’t one of my customers) have existing relationships with Executive Software account sales reps so I didn’t think this was going to be an issue.

In Raxco’s defense however, I’ve heard really good things about Perfect Disk from several other Microsoft engineers and they are in fact a really good partner of ours so in the spirit of fairness, here’s a pointer to their product as well in case you’re interested.  (I’m also going to post the content of some of their explanation of how system file ordering can be optimized using their product which might be interesting to some of you.)

Raxco’s Perfect Disk 7.0 – http://www.raxco.com

And here’s a link to Diskeeper’s web site:
Executive Software’s Diskeeper 10 – http://www.diskeeper.com

 

Here’s reason #142 for "why your users should never be Local Administrators of their workstations":
How to bypass corporate Group Policy as the Local Administrator of your workstation:
 
This is well known to many however now that Mark’s published an article detailing exactly how to do it, it might behoove folks to get a move on and start locking down people’s accounts to at least Power Users.
 
This underscores the point that anyone that has Local Admin privileges of their workstations can literally do anything they want on their machines with a little creative thinking.  Companies that place their users in the Local Admin group are simply cutting corners for their own ease-of-administration to the detriment of their corporate security policies.

We are pleased to present a new Community Technology Preview (CTP) of Expression Interactive Designer that targets the February 2006 CTP of Microsoft WinFX® Runtime Components. We have also had an opportunity to make incremental improvements to various features of the product as well as incorporate some of your feedback.

So that you can continue to influence the product early in our development cycle and help us make a better product, please send your feedback to us via our discussion forum or our product feedback center (click the Report a Bug link under CTP Resources near the bottom of this page) as you encounter bugs or usability issues or if you simply want to request a feature. Have fun designing, and we look forward to your continued feedback!

Attention new users!

If you are new to Expression Interactive Designer and are building user experience for WinFX applications on the Microsoft Windows® platform, this tool is a great start. Future versions of Expression Interactive Designer may be optimized for other platforms such as the Web and mobile devices.

The CTP releases are a great way to experiment and begin familiarizing yourself with the tool, but we do not recommend using them for production work at this time. You will likely encounter bugs, incomplete features or limitations. Specifically, many of the user interface controls are not fully complete, making some of the functionality difficult to discover. We welcome you to try the innovative features in Expression Interactive Designer such as rich 2D & 3D graphics, animation, dynamic layout, data binding, style & template editing, and resource management.

We recommend that you explore the included sample projects and read the documentation. And because this is an unfinished product, some knowledge of WinFX and .NET programming will help you when working with the CTPs. For more information about WinFX, see the Windows Software Development Kit. You can also get a free copy of a Microsoft Visual Studio 2005 Express edition at the Visual Studio Express Web site.

 
Wanna take a look at the latest Expression Graphic Designer CTP?
 
Microsoft Expression Graphic Designer (formerly code named "Acrylic") is a professional illustration, painting, and graphic design product. Visit the Expression Graphic Designer Features page for an overview of the main features. For more detailed information please view the videos that are also available on the Expression Graphic Designer site.  http://www.microsoft.com/products/expression/en/default.mspx
 
 
 
ONLINE DISCUSSION:
We’re going to be releasing a lot of documents soon and it’ll all be in .XPS format, among other things.  In order to view .XPS documents, download the WinFX Beta components here:
 
Additionally, you’ll need to download the WinFX updates here:
 
If you want to uninstall the WinFX runtime components, you may need to download this to do it.  Try uninstalling them through the Add/Remove Components area first.
 

Anyone need a 2 Terabyte NAS device?  Check out the Lacie Ethernet disk.  It’s 2TB running WinXP Embedded.  Sweeeeeet.

http://www.lacie.com/products/product.htm?pid=10647

« Newer Posts - Older Posts »

Categories