Windows Embedded Microsoft Corporation

Total Page:16

File Type:pdf, Size:1020Kb

Windows Embedded Microsoft Corporation WINDOWS EMBEDDED MICROSOFT CORPORATION Introduction to Windows CE Versions Design Goals Windows CE Fundamentals Terminology Processors, CPUs, SoCs OS Components and projects Windows CE Architecture Kernel, Threads, Processes, Drivers Memory map for User & Kernel Space OS Layout and Component Interaction Understanding Windows CE OS Image Development Overall Goal Critical Steps along the way Development Iteration and Debugging System Generation (SYSGEN) Board Support Package Windows CE integrates advanced technologies to rapidly build a wide range of innovative, small-footprint devices 32-bit, real-time, multitasking OS Delivered as a granular set of components Use Platform Builder tools to configure image Runs on x86, ARM, XScale, MIPS and SH4 Reliable real time capabilities (256 Thread Priorities) Small Footprint ( Kernel =~300K) Targeted for Low power devices Shared Source Code and Success Model PND Point of Service for Embedded systems Consumer Portable media Entertainment Thin Client Medical Telematics for Embedded systems Industrial Automation Industrial Automation Robotics Thin Client General Embedded General Embedded Thin Client RDP 6.0 (Vista compatible) VoIP Video telephony, 3-way audio Devices Profile for Web Services Full WSDAPI support Pluggable font engine framework Browser Updates (IE6 like) File caching, advanced editing (RTF) Windows Media Player OCX 7 (ActiveX) File Systems SATA Driver, FAT32 boot loader/exFAT(64) Secure Digital Host Controller (SDHC 2.0) Drivers USB CCID Smart Card reader (Standardised) Win32 API Subset Portable to different architectures (ARM, MIPS, SH) Real-Time Modular Run from ROM Minimal RAM Design considerations: Not supposed to be the be-all end-all of Operating Systems applicable to all tasks. Suitability to task - The right tool for the right job. Start from zero – want the most functionality with the least cost. “What do we need” as opposed to “what do we leave out.” Windows Embedded Enterprise Windows Embedded Standard Windows Embedded POSReady These systems should be used instead of CE when: Power requirements for peripherals are much greater Specific facilities for services are not available in CE. Existing software is written for the desktop and uses some APIs and facilities that would require significant effort to port. High processor and software performance requirements Cases where CE should be used instead of them. Cost per device needs to be low Flexibility in platform choice is needed Power requirements are stringent (battery) Physical portability Ingrained systems that need to be small (physical size, memory size, storage size) Investment focus in categories Continued investment in core Compact platform Increased focus on Portable Navigation (PND) and Connected Media (CMD) devices Strong focus on Software + Services PND CMD Portable Navigation Devices Connected Media Devices ent General Embedded Handheld Terminals, Automation, Set Top Box, PMP, Thin Client, Feature Phones, Medical etc MicrosoftMicrosoft ConfidentialConfidential – NDA Only Windows Embedded Windows Embedded Compact “Chelan” CE 6.0 R2 Windows Embedded “Cashmere” (CE 6 based) Windows Embedded Windows Embedded NavReady 2009 NavReady 2010 Shipped Approved Under Consideration Microsoft Confidential Connection UI Framework Manager And Dev Tool IM Client Improved Browser Flash Support Office Viewers Touch and WEBAP Gestures BSPs Microsoft Confidential Goal: Deliver needed components to CE platform Timeline: RTM Aug 2009 Status: In business review • Windows Embedded • Additional Components Components • WEBAP BSPs • Alchemy • Flash Lite 3.1 • Gestures • Live Messenger • Connection Mgr • Office Viewers • Improved Browser Experience • QQ Messenger Microsoft Confidential Chelan is the next real time Windows Embedded OS that will enable next generation device scenarios Tools to Technologies Rich user bring enable experience devices to immersive on devices market device faster scenarios 13 Microsoft Confidential Connectivity Multimedia NDIS 6.1, Cellcore, Media Library, WiFi, BT 2.1 DRM, DLNA, MTP Tools Browser VS 2008 Plug In, IE7 rendering Neon, VFP Flash support Core OS UX SMP, ARM v6 C++ XAML API, Touch Input Active Sync., UI development POOM Expression Blend Microsoft Confidential OS BUILD OVERVIEW • Integrated into Visual Studio 2005 • Documentation integrated with Visual Studio 2005 • Updated catalog functionality • Device Emulator integrated into Platform Builder • .NET Compact Framework v2.0 • New debugger transports supported sources Loading generation Launching Debug, etc… RS232, Ethernet, USB, ...Target Development PC sources Platform SDK MyPlatform.msi Visual Studio CE binaries NK.bin Development PC Target What you need to build an OS image:- Microsoft Source Code (Core OS & components) Build tools (Platform Builder in VS2005) Third-party BSP/apps A set of build environment variables Output: = an image file that can run on a device CE OS images (NK.bin) Loading Launching Debug, etc… Emulator Development PC Virtual target CEPC PocketPC SmartPhone Etc… No-target development Machine code emulation (ARM) Behaves like a target Provided with its SDK Advantages Reduces delays No hardware cost Dev. Station Platform Builder Dev. Board Serial RS233 Null-Modem Cable HyperTerminal on Dev Station Network Cross Over Cable Recommended : some kind of DHCP service on the Dev Station Module EXE or DLL – Code that will run or is part of CE 6.0 Component The smallest unit of functionality that you can add to an OS design. OEM Adaptation Layer (OAL) Low level hardware platform specific library - abstracts the hardware architecture from the kernel Board Support Package (BSP) OAL + drivers + bootloader + configuration files for a particular hardware platform “Board” OS Run-Time Image Everything in the OS Design is built into a file containing ROM data & code (usually NK.BIN) For Windows CE, Microsoft creates an OS kernel for each architecture. Then that Microsoft Board kernel can be used on Windows CE Support platforms that have Kernel Package that same flavor of chip. The Board support X86 (ARCH)ARM SoCSH MIPS package that is tied (Ti,QC,Marvell,,etc.) together with a Kernel allows for new features SD 4.0 and enhancement that Microsoft could never be able to plan for. ARCH CPU CORE CPU / SoC Board 80486 X86 phyCore270 Pentium MIPS MARVELL EM-X270 PXA27x ARM ARMv5TE QUALCOMM Mainstone III 7X00 SH ARM11EJ-S TI OMAP 3430 Board OS Components DEVICE MANAGER phyCore270 DISPLAY USB CORE SYSTEM EM-X270 WINDOW Mainstone III USB HOST MANAGER DEBUG SHELL ARCH Board Window CE OS Components “Project” (VS Solution) DEVICE MANAGER COLLECTION X86 INDUSTRIAL OF OS phyCore270 APPLIANCE COMPONENTS MIPS DISPLAY ENTERPRISE SYSTEM EM-X270 WEB PAD ARM WINDOW Mainstone III MY COOL MANAGER WINDOWS CE PROJECT SH DEBUG SHELL ARCH Board Window CE OS Components “Project” (VS Solution) DEVICE X86 MANAGER X86 KERNEL INDUSTRIAL phyCore270 APPLICANCE MIPS MIPS DISPLAY KERNEL ENTERPRISE SYSTEM EM-X270 WEB PAD ARM ARM KERNEL WINDOW Mainstone III MY COOL MANAGER WINDOWS CE PROJECT SH SH KERNEL DEBUG SHELL Board Window CE OS Components “Project” (VS Solution) DEVICE MANAGER INDUSTRIAL phyCore270 APPLICANCE DISPLAY ARM ENTERPRISE EM-X270 SYSTEM KERNEL WEB PAD WINDOW Mainstone III MY COOL MANAGER WINDOWS CE PROJECT DEBUG SHELL Board OS Components Support Package DEVICE MANAGER phyCore270 DISPLAY ARM HardwareEM-X270 SYSTEM KERNEL WINDOW Mainstone III MANAGER DEBUG SHELL Board OS Components Support Package Driver DEVICE MANAGER OAL DISPLAY ARM SYSTEM KERNEL DEBUGKITL WINDOW MANAGER ARM Core Hardware DEBUG SHELL An Architecture-Specific Kernel A Board-Specific OEM Adaptation Layer (OAL) Some sort of data transport for KITL OAL ARM KERNEL KITL The kernel already knows how to talk to the CPU core, which is the same for every CPU of a particular architecture. The OAL must abstract everything else. What do we want to get out of this at the end? We want: To create an OS image that contains a set of Windows CE system components . To have the image contain: - The Microsoft Kernel for the CPU we’re using - Our OAL that adapts the kernel to the board we’re using. - Any other things we need to communicate with the running operating system. To be able to execute the image on the board, either by: 1) Burning the image file into ROM. or 2) Downloading the image file into RAM to execute it from there. Specify the BSP we intend to use The BSP must have the drivers/functionality we need in our end product. Specify the OS components we need The Windows CE Catalog allows us to select OS components and automatically have their dependencies included. We can optionally add our own components and specify our own dependencies for those components. Configure features to suit our development needs. Build an image Download the image. Execute and Debug the image. Development is an iterative process. Build Download Observe and Tweak Debug and step through code. Make changes Repeat as needed. Decreasing iteration time increases productivity. The Windows CE OS Design and build process is friendly to iterative development on a specific set of static components. This can allow for platform or feature specific tweaks and changes to enable maximum functionality and performance. Windows CE “SubProjects” provide a mechanism to enhance and extend a Windows CE Image and iterate on developing those components to the state they are effective in your product. Windows CE 6 comes with a very wide array of components. If functionality for all components was always included in a kernel the resulting system would be very large in size and slower than was necessary. It is ideal to configure the kernel, the device drivers, and the systems+services so that something that is not used is not included in the image. Examples: A web browser and everything it depends on Image compression and rendering for a system with no display. Power management for a system that is AC powered. This is the componentization model. Executing a “SYSGEN” for an OS Design is the process of filtering the full system headers and libraries and extracting the pieces that you are using. The result is a set of system headers and libraries that are unique to your configuration of OS components.
Recommended publications
  • Instruction Manual
    Network CD Receiver Getting Started ........................ 2 CR-N755 Connections .......................... 14 Basic Operations .................. 17 Instruction Manual Playing CDs ........................... 19 Using USB interface/Network Service ............................... 23 iPod / iPhone Playback ......... 29 Listening to the Radio .......... 31 Thank you for purchasing an Onkyo CD receiver. Please read this manual thoroughly before making any connections and plugging it in. Following the instructions in this manual will enable you to obtain optimum performance and Advanced Operations........... 35 listening enjoyment from your new CD receiver. Please retain this manual for future reference. Miscellaneous ....................... 41 En WARNING: WARNING AVIS TO REDUCE THE RISK OF FIRE OR ELECTRIC RISK OF ELECTRIC SHOCK RISQUE DE CHOC ELECTRIQUE SHOCK, DO NOT EXPOSE THIS APPARATUS DO NOT OPEN NE PAS OUVRIR TO RAIN OR MOISTURE. The lightning flash with arrowhead symbol, within an equilateral triangle, is intended to alert the user to the CAUTION: presence of uninsulated “dangerous voltage” within TO REDUCE THE RISK OF ELECTRIC SHOCK, the product’s enclosure that may be of sufficient magnitude to constitute a risk of electric shock to DO NOT REMOVE COVER (OR BACK). NO persons. USER-SERVICEABLE PARTS INSIDE. REFER The exclamation point within an equilateral triangle is SERVICING TO QUALIFIED SERVICE intended to alert the user to the presence of important PERSONNEL. operating and maintenance (servicing) instructions in the literature accompanying the appliance. Important Safety Instructions 1. Read these instructions. 15. Damage Requiring Service 2. Keep these instructions. Unplug the apparatus from the wall outlet and refer 3. Heed all warnings. servicing to qualified service personnel under the 4. Follow all instructions. following conditions: 5.
    [Show full text]
  • Copyrighted Material
    34_783285 bindex.qxp 3/14/06 2:12 PM Page 221 ➟Index Symbols and Numerics B * (asterisk) character, remote computer IP address baby monitors, interference elimination, 92 setup, 10 bandwidth, 84, 109, 199, 201 2.4 GHz band, interference elimination, 92 Belkin, accelerator technologies, 91 802.11a, Wi-Fi standard, 6 bit depth, WEP encryption, 57 802.11b, 6, 83, 90 Bluetooth 802.11g, 6, 90–91 802.11b/g signal interference, 121 ActiveSync, 136 computer names, 123 A connections, 125 access modes, wireless networks, 32 device types, 121 access point. See WAPs discovery options, 124 ActiveSync, Bluetooth/Pocket PC, 136, 184 file beaming, 135 ad hoc networks, 32, 114–120, 153 GPS receivers, 130–131 admin password, WAP login, 8 headsets, 129 ADS Tech Instant HDTV PCI card, 156 interference elimination, 92 AirPort cards, 44–50 Macintosh configuration, 126–127 AirPort Extreme, Macintosh compatibility, 41 PIN code requests, 125, 127 antennas, 93, 198 Pocket PCs, 128, 133–136 range extending, 93 service selections, 123 weatherproof, 198 COPYRIGHTED MATERIALvoice chats, 213 any available networks, access mode, 32 Windows PC configuration, 122–125 asterisk (*) character, IP address setup, 10 Bluetooth Configuration Wizard, 123 audio, DMRs (digital media receivers), 175–181 bottlenecks, identifying/removing, 90 authentication, WPA-PSK encryption, 59–60 34_783285 bindex.qxp 3/14/06 2:12 PM Page 222 Wi-Fi Home Networking Just the Steps For Dummies bridges media center requirements, 156–157 connections, 146 network names, 14 disabling, 148 performance monitoring identification, 85 game consoles, 149–154 public access prevention methods, 111 network settings, 147 Wi-Fi card/bridge installation, 144 Wi-Fi card configuration, 145 wireless camera video recording, 218–219 Wi-Fi card installation, 144 workgroup names, 14, 15 broadband modems, 7, 154 Connect to Server window, Windows PC from a Mac login, 38 connections C ad hoc networks, 113–116 cable modems, WAP port connections, 7 AirPort, 46 cables, Ethernet, 7 bridging computers, 146 cameras.
    [Show full text]
  • HP Mediasmart Server at a Glance (Front)
    Contents Chapter 1 Welcome ...................................................................................................................... 1 What’s in the Box .................................................................................................. 2 The HP MediaSmart Server at a Glance (front) .......................................................... 3 The HP MediaSmart Server at a Glance (back) ......................................................... 4 Chapter 2 Getting Started ............................................................................................................. 5 What You’ll Need to Set up the HP MediaSmart Server ............................................. 6 Connect the HP MediaSmart Server to Your Network ................................................. 7 Turn on the HP MediaSmart Server .......................................................................... 8 Check Lights ......................................................................................................... 9 Update Your Firewall’s Trusted Program List ............................................................ 10 Install the Software on the First Computer ............................................................... 11 Congratulations! You are Ready to Start Using Your Server ...................................... 19 Chapter 3 Using the Assistant ..................................................................................................... 21 Setting up the HP MediaSmart Server using the Assistant .........................................
    [Show full text]
  • Roku Enables Support for Windows Media Connect Through Free
    Roku Enables Support for Windows Media Holland Ann Contact Connect Through Free Software Update for SoundBridge Network Music Players LOS ANGELES, Oct.12, 2004 – Roku is releasing its free 2.0 software update for all Roku SoundBridge network music players today. Roku SoundBridge is the sleek network music player that lets consumers listen to digital music in any room of their homes. The new software for Roku SoundBridge adds support for Windows Media Connect, Windows Media Digital Rights Management 10 and Windows 650.321.1394 ext. 19 Phone Media Player 10. While showing off the advantages of new digital entertainment technologies, Microsoft Founder Bill Gates gave the audience a demonstration of Roku SoundBridge. He showed those in the Shrine Auditorium how to stream music from a PC using Windows Media Connect, the new networking software that lets PCs and other consumer electronic devices seamlessly interact with one another. Roku SoundBridge can now play any song in Windows Media Audio (WMA) format, including protected WMA content from music services like Napster, [email protected] Email MSN Music, Musicmatch and Wal-Mart. Roku SoundBridge will also be part of the PlaysForSure logo program, which gives consumers an easy way to identify devices and services verified to work together. “With the increasing popularity of online music and video services, Windows Media Connect overcomes a key hurdle for consumers by making protected content that is purchased or rented via a subscription service available to any connected device in the
    [Show full text]
  • Myhome Manual for D7
    MyHome delivers all the media files stored in your computer through D7 and your home entertainment system. Watch your digital movies, enjoy your music and view your photos, all from the comfort of your couch. With its well-designed and easy-to- use interface, you can now navigate all your media and content using the remote control on your TV screen! V1.4 June 28, 2006 Table of Contents CHAPTER 1 - INTRODUCTION - 1 - [SEARCH] - 13 - [PLAY] - 13 - THE MYHOME APPLICATION - 1 - [SHUFFLE] - 13 - SYSTEM REQUIREMENTS - 1 - [BACK] - 13 - PC REQUIREMENTS - 1 - [SORT] - 13 - INSTALLATION - 1 - MUSIC LIBRARY - 14 - PC - 1 - [MUSIC FOLDER] - 14 - [WATCH FOLDER] - 14 - [ITUNES] - 14 - CHAPTER 2 - MYHOME SETUP - 2 - MUSIC PLAYLIST - 15 - [RANDOM PLAYBACK] - 15 - HELP - 3 - [PHOTO ALBUM] - 15 - GENERAL - 4 - [ADD YOUR OWN PLAYLIST] - 15 - [THEME] - 4 - [LANGUAGE] - 4 - CHAPTER 6 - PHOTO PLAYBACK - 16 - [MEDIA SERVER] - 4 - SERVICE - 5 - [MEDIA SERVICE] - 5 - INTRODUCTION - 16 - [WEB BOOKMARK] - 5 - [HOME] - 16 - SYSTEM - 6 - [GO TO] - 16 - [SYSTEM] - 6 - [SLIDESHOW] - 16 - [SECURITY] - 6 - [SHUFFLE] - 16 - [MAC ADDRESS] - 6 - [BACK] - 16 - PHOTO LIBRARY - 17 - [PHOTO FOLDER] - 17 - CHAPTER 3 - [WATCH FOLDER] - 17 - ADDING THE MYHOME SERVER - 7 - [PHOTO SCALE] - 17 - PHOTO PLAYLIST - 18 - MANUALLY ADDING NEW SERVER - 8 - [RANDOM PLAYBACK] - 18 - [PLAYLIST] - 18 - [SLIDESHOW] - 18 - CHAPTER 4 - VIDEO PLAYBACK - 10 - CHAPTER 7 - SERVICE - 19 - INTRODUCTION - 10 - [HOME] - 10 - [GO TO] - 10 - INTRODUCTION - 19 - [SEARCH] - 10 - [WEB BOOKMARKS] - 19 - [PLAY]
    [Show full text]
  • Release Notes Philips Media Manager 3.3.12.0004
    Release notes Philips Media Manager 3.3.12.0004 This release of the Philips Media Manager improves on the usage of our Philips Streamium and Connected Cineos products. Release 3.3.11.0041 • The new user interface will help you set-up the Philips Media Manager more easily. It is possible to define for each watchfolder the type of content (audio, pictures, and video) that needs to be monitored. • The speed of importing media files and creating thumbnails has been greatly improved. Within minutes the Philips Media Manager is ready to stream content over your local network. • Multiple playlists can now be imported in one single operation. Synchronizing the playlists of your most favorite PC-Player with Philips Media Manager has never been so easy. • This release supports the streaming of content directly from your home-made DVD and (Super) Video CD to your Streamium and Connected Cineos products. Just insert the disc in your PC and the content becomes available on your device. This feature also works when you plug in a USB drive or memory stick. • Directly stream your content from your USB mass storage device (memory stick, MP3 player) to your Philips Streamium and Connected Cineos product without having to configure the Philips Media Manager. Just plug and stream. • Microsoft protected content (DRM10) that plays on your PC, can now also be enjoyed on your SLA5520 and SLM5500. Version 3.3 of Philips Media Manager enables you to listen to or watch your purchased content all over the house. Release 3.3.12.0004 • Sometimes Philips Streamium products and Connected Cineos products could not detect the Philips Media Manager running on some PCs.
    [Show full text]
  • K2 Media Client Release Notes Quick Start Guide System Guide Packaged with the Packaged with the K2 Media the Documentation CD Is K2 Media Client
    K2 Media Client Version 3.2.56 Release Notes & Up These release notes contain the most recent information and supersede previous publications, as of *071-8456-10* www.thomsongrassvalley.com/docs important information. grade Instructions These release notes provideDecember information 4, 2007 about the K2 Media Client hardware and software. The information in these release notes applies to both stand-alone (local) storage models and shared storage models of the K2 Media Client. For additional information that relates to only shared. Check storage the Grass K2 Media Valley Clients, website also at read the for an updated version that contains additional If you are installing new K2 Media Client models with stand-alone storage, K2 Storage System Release Notes. refer to documentation in this sequence... Gras sValely Group Family ofS eXrPi es Family ofS eXrPi es Family ofS eXrPi es Family ofS eXrPi es Family oPf SeXries Family ofS eXrPi es K2 Media Client Release Notes Packaged with the K2 Media Client. art 2 Quicku mStent KThis doc helps you u helps yo helps you Quick Start Guide If you are installing a K2 StoragePackaged System with with the K2connected Media K2 Media Clients, refer to documentation in this sequence...Client. Different models each have their own version. Grass Val ley K2 Manual Documentation Gras sValely Group Family of eXrPi eSs K2 Media Client Family Gofr aeXrPsi esSsValely Group CD Family of eXrPi eSs Family of eXrPi eSs Family of eXrPi eSs Family of eXrPi eSs Family of eXrPi eSs Family of eXrPi eSs Family of eXrPi eSs Family of eXrPi eSs Family System Guide of eXrPi eSs K2 Media ClientFamily of eXrPi eSs and K2 Storage System The Documentation CD is Release Notes packaged with the K2 Media The Storage Release Client.
    [Show full text]
  • HP Mediasmart Server User's Guide
    HP MediaSmart Server User's Guide Table of Contents Welcome to the HP MediaSmart Server 1 Chapter 1. Set up and Installation 3 What's in the Box?........................................................................................... 3 The Server at a Glance ................................................................................... 3 What You'll Need to Set up the Server............................................................ 4 Finding a Home for Your Server...................................................................... 5 Turning on the Server...................................................................................... 7 Installing the Software ..................................................................................... 9 HP Software Updates .................................................................................... 43 Chapter 2. Start Using Your Server 57 Guided Tour................................................................................................... 57 First Steps...................................................................................................... 71 Getting Help for Using Your Server............................................................... 90 Chapter 3. HP Photo Publisher 93 HP Photo Publisher Home Page ................................................................... 93 HP Photo Publisher Log on Page.................................................................. 94 Upload Photos or Create an Album..............................................................
    [Show full text]
  • HP Compaq Nc4200 Notebook PC Software Overview
    HP Compaq nc4200 Notebook PC software overview Abstract ............................................................................................................................................ 2 Highlights ........................................................................................................................................... 2 Operating systems ............................................................................................................................... 2 Microsoft Windows 2000................................................................................................................. 2 Microsoft Windows XP Professional.................................................................................................... 2 Microsoft Windows NT Workstation 4.0 and Windows 98 .................................................................. 4 Software delivery................................................................................................................................. 4 HP Support Software CD................................................................................................................... 4 HP worldwide website and Download Facility ..................................................................................... 5 HP Restore Discs .............................................................................................................................. 5 Software enhancements.......................................................................................................................
    [Show full text]
  • NETGEAR Digital Entertainer Model EVA700 Frequently Asked Questions (FAQ)
    NETGEAR Digital Entertainer Model EVA700 Frequently Asked Questions (FAQ) Q: Can I use my Digital Entertainer without an Intel Viiv Technology Enabled PC? A: Yes, the Digital Entertainer comes bundled with Microsoft Windows Media Connect, which can serve various media files for playback on the Digital Entertainer using Windows XP. Q: I have an Intel Viiv Technology Enabled PC, but I do not have a Viiv-verified router. Can I still use my Digital Entertainer with my Viiv PC? A: Yes, you will be able to access content on the PC via both the Intel Media Server and the Intel Viiv Zone. However, without a Viiv router, you will be unable to use your Intel Viiv PC to easily connect the Digital Entertainer to your network wirelessly. In this case, you must enter wireless network parameters manually. Please see the User Guide for instructions. Q: I turned on my Digital Entertainer for the first time, but I can't see anything on the screen. What's wrong? A: First, check all cables to make sure they are connected properly, and be sure you are using the correct input on your TV. If you still can't see anything, try pressing the TV Mode button on the remote to change the video mode. Q: I’m using WPA security but cannot get the Digital Entertainer to connect, what might be wrong? A: For WPA security, make sure you enter the WPA passphrase into the Key box on the WiFi menu. Q: Why won't certain files play? A: The Digital Entertainer may not support the audio or video format used in the file.
    [Show full text]
  • Download the Index
    9638xIX.qxd 8/22/07 9:37 AM Page 835 Index Symbols # Client Connections column (Shares view), 322 # Locks column (Open Files view), 323 % Processor Time counter (System Monitor), 464 /basevideo switch, 157 /bootlog switch, 157 /debug switch, 158 /fastdetect switch, 158 /maxmem=MB switch, 158 /noexecute=level switch, 158 /noguiboot switch, 159 /numproc=n switch, 159 /pcilock switch, 159 /safeboot:dsrepair switch, 159 /safeboot:minimal switch, 159 /safeboot:minimal(alternateshell) switch, 159 /safeboot:network switch, 159 /sos switch, 160 3D Objects option (Advanced Appearance dialog box), 536 100Base-T cables, 782 802.11 Wi-Fi standard, 785 A accelerator keys, 807 access anonymous access, disabling, 401-403 remote access, 14-15 Accessed By column (Open Files view), 323 Accessibility Options icon (Control Panel), 677 Accessing shared folders, 195-202 account logon failure events, error codes, 337 accounts adding, 76-84 administrator accounts, renaming, 345-346 children accounts, creating, 359-363 clients, automated logons, 85-86 desktop, allowing logons to, 97-99 disabling, 90, 92 9638xIX.qxd 8/22/07 9:37 AM Page 836 836 accounts enabling, 93-95 files to default website folder, 377-379 groups, adding to, 97 folders to default website, 379-381 Guest account, 346 icons modifying, 87-99 Quick Launch toolbar, 524 names, changing, 96 to Start menu, 521-522 passwords Internet icon to Start menu, 517-518 changing, 89-90 sites to SharePoint, 420-424 complexity requirement settings, 76-77 snap-ins, MMC (Microsoft Management length and complexity
    [Show full text]
  • Technical Brief for Home Networking
    Technical Brief for Home Networking Microsoft® Corporation Published: November 2007 Version: 1.0 Abstract This technical brief provides an in-depth look at home networking and how it applies to Windows® Home Server. To learn more about other aspects of Windows Home Server, see the Microsoft Web site (http://go.microsoft.com/fwlink/?LinkId=100260). 2 The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information presented after the date of publication. This White Paper is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS DOCUMENT. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of Microsoft Corporation. Microsoft may have patents, patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter in this document. Except as expressly provided in any written license agreement from Microsoft, the furnishing of this document does not give you any license to these patents, trademarks, copyrights, or other intellectual property. Unless otherwise noted, the companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted in examples herein are fictitious.
    [Show full text]