Windows Welcome

Total Page:16

File Type:pdf, Size:1020Kb

Windows Welcome Customizing the First Experience and Windows Vista™ Extensibility Mikael Nyström – TrueSec MVP Windows Server – Setup/Deployment Agenda Opportunities for Extensibility First Experience: Windows Welcome First Experience: Welcome Center What is not discussed in this session: Media Center Help Windows Recovery Environment (Windows RE) Extensibility that requires app development All details are in the OPK User’s Guide Key Extensibility Opportunities… Monetization Differentiation Cost Reduction Windows Welcome Welcome Center Get Connected Wizard - Narrowband Dialup Get Connected Wizard - Wireless Properties Security (Credential Providers) Internet Explorer Media Center Windows Media Player Windows Photo Gallery Online Photo Printing Windows Sidebar Windows Sideshow Windows Mobility Center Sync Center Power Management Performance Control Panel Help & Support Windows Recovery Environment Windows Anytime Upgrade Third-Party Application Defaults (defined in OPK) New Improved Extensibility – System Fundamentals System Control Panel: (All in Microsoft-Windows-Shell-Setup | OEMInformation) Mandatory Information: Manufacturer Name Optional Information: Manufacturer Logo Support URL* Mandatory for single-language, single-location: SupportPhone* SupportHours* HelpCustomized* For multi-language or multi-location releases, help content must be modified. (See Help and Support Lab) * Unattend.xml information coming soon Extensibility – System Fundamentals Performance Control Panel: Proseware, Inc * Unattend.xml information coming soon Extensibility – Internet Internet Explorer: Home Page: Microsoft-Windows Internet Explorer | Home_Page Online Support link: Microsoft-Windows Internet Explorer | Help_Page Favorites: Microsoft-Windows Internet Explorer | FavoritesList Microsoft-Windows Internet Explorer | FavoritesList | FavoriteItem FavIconFile Specifies the icon to associate with the shortcut in the Favorites folder. FavID Specifies a unique key to associate with a FavoriteItem. FavOffline Specifies whether to make the shortcut link available for offline browsing. FavTitle Specifies a friendly name for the site appearing as a shortcut in the Favorites folder. Must include folder name. FavURL Specifies a fully qualified path to the URL of each shortcut. Mandatory – Create one folder, using <folder_name>\ in FavTitle Extensibility – Internet Internet Explorer: Feeds Can add a folder with RSS feeds Tabs: Can add extra tabs by default (recommended < 3) Search: Replace the default search provider Add more search providers Replace the Windows Search Guide Toolbar Add a toolbar (also known as a Browser Helper Object) * For Beta 2, use IEAK for these settings; Unattend.xml information coming soon Extensibility – Internet Windows Media Player: Online Store: Install ServiceInfo.xml (obtain from online store provider) Use Windows Media configuration utility (setup_wm.exe) to set the following values: DefaultService ServiceInfo ServiceExtra Custom Skin: Use Windows Media 11 SDK to create the skin Copy skin to %systemdrive%\Program Files\Windows Media Player\Skins folder Default DVD Player: In HKEY_CLASSES_ROOT\DVD\Shell\Play\Command Change “default” value to "%systemdrive%\Program Files\Windows Media Player\wmplayer.exe" /device:DVD "%L" Extensibility – Internet ISP Sign-up: Uses OOBE.XML Offers are identical to “list”-type Windows Welcome offers Use ShowIn value to specify where the offer is displayed: OOBE – offer is visible only in Windows Welcome GCW – offer is visible only in the Internet Sign-up wizard Both – offer is visible in both Windows Welcome and the Internet Sign-up wizard *For Beta 2, this feature is implemented in GCW.XML (not discussed in detail in this presentation) Extensibility – Internet Online Print Wizard: Set a service provider as default: Microsoft-Windows-shwebsvc| ID Name of the provider (not displayed) Microsoft-Windows-shwebsvc| DisplayName Name of the provider (displayed) Microsoft-Windows-shwebsvc| Description Description of provider (80 chars) Microsoft-Windows-shwebsvc| href URL to provider’s site Microsoft-Windows-shwebsvc| Icon Path and filename of icon for the provider Extensibility – Applications Start Menu: Add items to the Start Menu: Microsoft-Windows-Shell-Setup | StartPanelLinks | MFULink0 Microsoft-Windows-Shell-Setup | StartPanelLinks | MFULink1 Microsoft-Windows-Shell-Setup | StartPanelLinks | MFULink2 Microsoft-Windows-Shell-Setup | StartPanelLinks | MFULink3 Each setting contains the full path to a .LNK file Extensibility – Applications CD Autoplay: Application has to register as a handler for a file type Three installable handlers per media type Extensibility – Applications Sidebar: Add gadgets to the gallery Show two gadgets on the sidebar Resources available to help you build gadgets Gadget deployment information is coming soon Extensibility – Mobile Computers Mobility Center: OEM OEM PC Checkup * For more information, see Mobility Center SDK in the OPK * Unattended deployment information is coming soon Extensibility – Mobile Computers Power options: Customize power plans Use Device Power Policy Engine to create plans Add links Unattend.xml information coming soon Add images for power buttons and activities Additional Resources OPK User’s Guide “Summary of Allowable Customizations” topic Gadgets: http://microsoftgadgets.com/Build Application Extensibility: http://msdn.microsoft.com/library/default.asp?url=/library/en- us/shellcc/platform/shell/programmersguide/shell_basics/shell_basics_extending/aut oplay/autoplay2k_using.asp Mobility SDK in OPK User’s Guide For multi-language or multi-location releases see Help and Support Customization lab and the Help and Support SDK (on the OPK Fest event CD) First Experience – Windows Welcome First Experience – Windows Welcome You can: Set default values Language Location Locale Keyboard layout Time Zone Add your end-user license agreement (EULA) Add logo and name branding Add desktop backgrounds Add offer advertising First Experience – Windows Welcome The OOBE.XML file contains custom content for Windows Welcome, Welcome Center, and Internet Sign-up Simple .xml file Can be edited using any text or XML editor Separate OOBE.XML files used for country- and language-specific content First Experience – Windows Welcome Collateral needed: Manufacturer name Logo file (240x100, 32-bit PNG) Three desktop backgrounds (1600x1200, 24-bit JPG) Default values: Location (GEOID) Locale (LCID) Keyboard Layout Time Zone Offer collateral- for each offer: Title (64 characters) Descriptive text (128 characters) Image (32x32, 32-bit PNG) Details file (RTF file) Command line to execute (if necessary) First Experience – Windows Welcome Folder structure: Default OOBE.XML: \windows\system32\oobe\info\oobe.xml Country-specific OOBE.XML: \windows\system32\oobe\info\<country>\oobe.xml Country and language-specific OOBE.XML: \windows\system32\oobe\info\<country>\<lang>\oobe.xml Country: GEOID, decimal format (example: 39) Language: LCID, decimal format (example: 1033) First Experience – Windows Welcome Questions to ask before beginning: “Am I shipping to multiple countries?” If Yes: multiple oobe.xml files are likely “Am I deploying multiple languages?” If Yes: multiple oobe.xml files are very likely “What should I promote in Windows Welcome?” If one type of offer (such as ISP) with multiple providers, consider the “list” type of offer If just communicating information, consider the “billboard” type of offer First Experience – Windows Welcome First Experience – Windows Welcome Language: Default is the language used to run Setup Location: <location>244</location> GEOID value, in decimal Reference: http://msdn.microsoft.com/library/default.asp?url=/library/en- us/intl/nls_locations.asp Locale: <locale>1033</locale> LCID value, in decimal Reference: http://www.microsoft.com/globaldev/reference/lcid-all.mspx Keyboard: <keyboard>00000409</keyboard> Input Locale Identifier format Reference: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layouts Logo: <logopath>c:\logo\fabrikam.png</logopath> Full path to the logo file on the hard disk First Experience – Windows Welcome First Experience – Windows Welcome License Terms: <eulafilename>fabrikam_eula.rtf</eulafilename> Windows Welcome searches for your end-user license agreement based on location/language choice If not found for a specific country, Windows Welcome uses the one in the \info folder Note: We will be adding a \default folder with <language> subfolders to accommodate localized license agreements in the fallback case First Experience – Windows Welcome First Experience – Windows Welcome Desktop backgrounds: <wallpaper> <path>c:\Fabrikam\picture1.bmp</path> </wallpaper> <wallpaper> <path>c:\Fabrikam\picture2.bmp</path> </wallpaper> <wallpaper> <path>c:\Fabrikam\picture3.bmp</path> </wallpaper> Backgrounds displayed left to right, in order they appear in XML. If user clicks Next without choosing a specific background, the first custom desktop background is selected by default. (not yet implemented) First Experience – Windows Welcome First Experience – Windows Welcome Two offer presentation formats: “Billboard” Two non-actionable regions to display information Use to communicate information, show varying types of offers “List” Many items in a list User can select one, it runs upon reaching the desktop Use for similar offers (for example: multiple ISP providers) XML is shared with Internet Access Sign-up wizard First Experience – Windows Welcome Offer header: <offerheader>special offers from Fabrikam</offerheader> 40 characters Offer node:
Recommended publications
  • Differential Fuzzing the Webassembly
    Master’s Programme in Security and Cloud Computing Differential Fuzzing the WebAssembly Master’s Thesis Gilang Mentari Hamidy MASTER’S THESIS Aalto University - EURECOM MASTER’STHESIS 2020 Differential Fuzzing the WebAssembly Fuzzing Différentiel le WebAssembly Gilang Mentari Hamidy This thesis is a public document and does not contain any confidential information. Cette thèse est un document public et ne contient aucun information confidentielle. Thesis submitted in partial fulfillment of the requirements for the degree of Master of Science in Technology. Antibes, 27 July 2020 Supervisor: Prof. Davide Balzarotti, EURECOM Co-Supervisor: Prof. Jan-Erik Ekberg, Aalto University Copyright © 2020 Gilang Mentari Hamidy Aalto University - School of Science EURECOM Master’s Programme in Security and Cloud Computing Abstract Author Gilang Mentari Hamidy Title Differential Fuzzing the WebAssembly School School of Science Degree programme Master of Science Major Security and Cloud Computing (SECCLO) Code SCI3084 Supervisor Prof. Davide Balzarotti, EURECOM Prof. Jan-Erik Ekberg, Aalto University Level Master’s thesis Date 27 July 2020 Pages 133 Language English Abstract WebAssembly, colloquially known as Wasm, is a specification for an intermediate representation that is suitable for the web environment, particularly in the client-side. It provides a machine abstraction and hardware-agnostic instruction sets, where a high-level programming language can target the compilation to the Wasm instead of specific hardware architecture. The JavaScript engine implements the Wasm specification and recompiles the Wasm instruction to the target machine instruction where the program is executed. Technically, Wasm is similar to a popular virtual machine bytecode, such as Java Virtual Machine (JVM) or Microsoft Intermediate Language (MSIL).
    [Show full text]
  • Top Vapor Vp 100 Instructions
    Top vapor vp 100 instructions. C Enchants and Settings Ruling Local Substitutes Temp upd0002. TCP Retouch User A258BEE2-FEBA-41CF-98A8- 80E4668F2F9B C dismount files skype work skype. exe UDP C bubble files skype phone skype. Top vapor vp 100 instructions Get file - Top vapor vp 100 instructions 2008-06-20 01 13 17 5,931,008 -a-w c windows winsxs msil system. HP Deskjet F350 All-in-One codec The Inktomi Corporation kissed about on May 20, 1996 with its own engine Hotbot. Two Cal Lafayette cohorts created Inktomi from the edited technology gained from their store. Hotwire appended this driver and it became nearly every quickly. Shareware Jail periodically updates pricing and equipment information of 3DVIA Diameter v. 1652 full windows from the publisher using pad file and flag from users. Inns 3DVIA Composer v. 1652 from Bittorrent, mediafire. SiSoftware Nettie Standard 2003 PCExtreme. It is only to prediction through the following key qualities before you chose a pro for Windows SideShow. This foray will undergo as you make any design and implementation pointers while playing the moment. Hilda Knotek, jomarr, JamesPTao and 1 others not this. We are only recognizing games for WP8. Mirror Link #1 251 locate in the DKMS offend Hopefully once you go through all of this you 8217 ll have a staff PC again. simulation adjustments can be used, also the good clock can be set up to 455 MHz and Easy for your credit Collection Phone and Modern UI have been big thing for them. Momentarily you could also want more easily that this again is only authorized to the point bonuses.
    [Show full text]
  • Windows 7 Operating Guide
    Welcome to Windows 7 1 1 You told us what you wanted. We listened. This Windows® 7 Product Guide highlights the new and improved features that will help deliver the one thing you said you wanted the most: Your PC, simplified. 3 3 Contents INTRODUCTION TO WINDOWS 7 6 DESIGNING WINDOWS 7 8 Market Trends that Inspired Windows 7 9 WINDOWS 7 EDITIONS 10 Windows 7 Starter 11 Windows 7 Home Basic 11 Windows 7 Home Premium 12 Windows 7 Professional 12 Windows 7 Enterprise / Windows 7 Ultimate 13 Windows Anytime Upgrade 14 Microsoft Desktop Optimization Pack 14 Windows 7 Editions Comparison 15 GETTING STARTED WITH WINDOWS 7 16 Upgrading a PC to Windows 7 16 WHAT’S NEW IN WINDOWS 7 20 Top Features for You 20 Top Features for IT Professionals 22 Application and Device Compatibility 23 WINDOWS 7 FOR YOU 24 WINDOWS 7 FOR YOU: SIMPLIFIES EVERYDAY TASKS 28 Simple to Navigate 28 Easier to Find Things 35 Easy to Browse the Web 38 Easy to Connect PCs and Manage Devices 41 Easy to Communicate and Share 47 WINDOWS 7 FOR YOU: WORKS THE WAY YOU WANT 50 Speed, Reliability, and Responsiveness 50 More Secure 55 Compatible with You 62 Better Troubleshooting and Problem Solving 66 WINDOWS 7 FOR YOU: MAKES NEW THINGS POSSIBLE 70 Media the Way You Want It 70 Work Anywhere 81 New Ways to Engage 84 INTRODUCTION TO WINDOWS 7 6 WINDOWS 7 FOR IT PROFESSIONALS 88 DESIGNING WINDOWS 7 8 WINDOWS 7 FOR IT PROFESSIONALS: Market Trends that Inspired Windows 7 9 MAKE PEOPLE PRODUCTIVE ANYWHERE 92 WINDOWS 7 EDITIONS 10 Remove Barriers to Information 92 Windows 7 Starter 11 Access
    [Show full text]
  • Administrator's Guide
    Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release notes, and/or the latest version of the applicable documentation, which are available from the Trend Micro website at: http://docs.trendmicro.com/en-us/enterprise/scanmail-for-microsoft- exchange.aspx Trend Micro, the Trend Micro t-ball logo, Apex Central, eManager, and ScanMail are trademarks or registered trademarks of Trend Micro Incorporated. All other product or company names may be trademarks or registered trademarks of their owners. Copyright © 2020. Trend Micro Incorporated. All rights reserved. Document Part No.: SMEM149028/200709 Release Date: November 2020 Protected by U.S. Patent No.: 5,951,698 This documentation introduces the main features of the product and/or provides installation instructions for a production environment. Read through the documentation before installing or using the product. Detailed information about how to use specific features within the product may be available at the Trend Micro Online Help Center and/or the Trend Micro Knowledge Base. Trend Micro always seeks to improve its documentation. If you have questions, comments, or suggestions about this or any Trend Micro document, please contact us at [email protected]. Evaluate this documentation on the following site: https://www.trendmicro.com/download/documentation/rating.asp Privacy and Personal Data Collection Disclosure Certain features available in Trend Micro products collect and send feedback regarding product usage and detection information to Trend Micro. Some of this data is considered personal in certain jurisdictions and under certain regulations.
    [Show full text]
  • Windows Shell Action Command Library
    Windows Shell Action Command Library A Guide to the BigFix® Action Shell Commands BigFix, Inc. Emeryville, CA Last Modified: May 27, 2003 Compatible with BigFix Enterprise Suite (BES) version 3.0 and BigFix Consumer Client version 1.7 ii © 1998–2003 BigFix, Inc. All rights reserved. BigFix®, Fixlet® and "Fix it before it fails"® are registered trademarks of BigFix, Inc. i- prevention, Powered by BigFix, Relevance Engine, and related BigFix logos are trademarks of BigFix, Inc. All other product names, trade names, trademarks, and logos used in this documentation are the property of their respective owners. BigFix’s use of any other company’s trademarks, trade names, product names and logos or images of the same does not necessarily constitute: (1) an endorsement by such company of BigFix and its products, and (2) an endorsement of the company or its products by BigFix. No part of this documentation may be reproduced, transmitted, or otherwise distributed in any form or by any means (electronic or otherwise) without the prior written consent of BigFix, Inc. You may not use this documentation for any purpose except in connection with your use or evaluation of BigFix software and any other use, including for reverse engineering such software or creating compatible software, is prohibited. If the license to the software which this documentation accompanies is terminated, you must immediately return this documentation to BigFix, Inc. and destroy all copies you may have. All inquiries regarding the foregoing should be addressed to: BigFix, Inc. 5915 Hollis Street Emeryville, CA 94608-2017 Copyright © 2003 by BigFix, Inc.
    [Show full text]
  • XML a New Web Site Architecture
    XML A New Web Site Architecture Jim Costello Derek Werthmuller Darshana Apte Center for Technology in Government University at Albany, SUNY 1535 Western Avenue Albany, NY 12203 Phone: (518) 442-3892 Fax: (518) 442-3886 E-mail: [email protected] http://www.ctg.albany.edu September 2002 © 2002 Center for Technology in Government The Center grants permission to reprint this document provided this cover page is included. Table of Contents XML: A New Web Site Architecture .......................................................................................................................... 1 A Better Way? ......................................................................................................................................................... 1 Defining the Problem.............................................................................................................................................. 1 Partial Solutions ...................................................................................................................................................... 2 Addressing the Root Problems .............................................................................................................................. 2 Figure 1. Sample XML file (all code simplified for example) ...................................................................... 4 Figure 2. Sample XSL File (all code simplified for example) ....................................................................... 6 Figure 3. Formatted Page Produced
    [Show full text]
  • Document Object Model
    Document Object Model DOM DOM is a programming interface that provides a way for the values and structure of an XML document to be accessed and manipulated. Tasks that can be performed with DOM . Navigate an XML document's structure, which is a tree stored in memory. Report the information found at the nodes of the XML tree. Add, delete, or modify elements in the XML document. DOM represents each node of the XML tree as an object with properties and behavior for processing the XML. The root of the tree is a Document object. Its children represent the entire XML document except the xml declaration. On the next page we consider a small XML document with comments, a processing instruction, a CDATA section, entity references, and a DOCTYPE declaration, in addition to its element tree. It is valid with respect to a DTD, named root.dtd. <!ELEMENT root (child*)> <!ELEMENT child (name)> <!ELEMENT name (#PCDATA)> <!ATTLIST child position NMTOKEN #REQUIRED> <!ENTITY last1 "Dover"> <!ENTITY last2 "Reckonwith"> Document Object Model Copyright 2005 by Ken Slonneger 1 Example: root.xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE root SYSTEM "root.dtd"> <!-- root.xml --> <?DomParse usage="java DomParse root.xml"?> <root> <child position="first"> <name>Eileen &last1;</name> </child> <child position="second"> <name><![CDATA[<<<Amanda>>>]]> &last2;</name> </child> <!-- Could be more children later. --> </root> DOM imagines that this XML information has a document root with four children: 1. A DOCTYPE declaration. 2. A comment. 3. A processing instruction, whose target is DomParse. 4. The root element of the document. The second comment is a child of the root element.
    [Show full text]
  • Extensible Markup Language (XML) and Its Role in Supporting the Global Justice XML Data Model
    Extensible Markup Language (XML) and Its Role in Supporting the Global Justice XML Data Model Extensible Markup Language, or "XML," is a computer programming language designed to transmit both data and the meaning of the data. XML accomplishes this by being a markup language, a mechanism that identifies different structures within a document. Structured information contains both content (such as words, pictures, or video) and an indication of what role content plays, or its meaning. XML identifies different structures by assigning data "tags" to define both the name of a data element and the format of the data within that element. Elements are combined to form objects. An XML specification defines a standard way to add markup language to documents, identifying the embedded structures in a consistent way. By applying a consistent identification structure, data can be shared between different systems, up and down the levels of agencies, across the nation, and around the world, with the ease of using the Internet. In other words, XML lays the technological foundation that supports interoperability. XML also allows structured relationships to be defined. The ability to represent objects and their relationships is key to creating a fully beneficial justice information sharing tool. A simple example can be used to illustrate this point: A "person" object may contain elements like physical descriptors (e.g., eye and hair color, height, weight), biometric data (e.g., DNA, fingerprints), and social descriptors (e.g., marital status, occupation). A "vehicle" object would also contain many elements (such as description, registration, and/or lien-holder). The relationship between these two objects—person and vehicle— presents an interesting challenge that XML can address.
    [Show full text]
  • Run-Commands-Windows-10.Pdf
    Run Commands Windows 10 by Bettertechtips.com Command Action Command Action documents Open Documents Folder devicepairingwizard Device Pairing Wizard videos Open Videos Folder msdt Diagnostics Troubleshooting Wizard downloads Open Downloads Folder tabcal Digitizer Calibration Tool favorites Open Favorites Folder dxdiag DirectX Diagnostic Tool recent Open Recent Folder cleanmgr Disk Cleanup pictures Open Pictures Folder dfrgui Optimie Drive devicepairingwizard Add a new Device diskmgmt.msc Disk Management winver About Windows dialog dpiscaling Display Setting hdwwiz Add Hardware Wizard dccw Display Color Calibration netplwiz User Accounts verifier Driver Verifier Manager azman.msc Authorization Manager utilman Ease of Access Center sdclt Backup and Restore rekeywiz Encryption File System Wizard fsquirt fsquirt eventvwr.msc Event Viewer calc Calculator fxscover Fax Cover Page Editor certmgr.msc Certificates sigverif File Signature Verification systempropertiesperformance Performance Options joy.cpl Game Controllers printui Printer User Interface iexpress IExpress Wizard charmap Character Map iexplore Internet Explorer cttune ClearType text Tuner inetcpl.cpl Internet Properties colorcpl Color Management iscsicpl iSCSI Initiator Configuration Tool cmd Command Prompt lpksetup Language Pack Installer comexp.msc Component Services gpedit.msc Local Group Policy Editor compmgmt.msc Computer Management secpol.msc Local Security Policy: displayswitch Connect to a Projector lusrmgr.msc Local Users and Groups control Control Panel magnify Magnifier
    [Show full text]
  • Guidelines for Designing Embedded Systems with Windows 10 Iot Enterprise
    Guidelines for Designing Embedded Systems with Windows 10 IoT Enterprise Version 2.0 Published July 15, 2016 Guidelines for designing embedded systems 1 CONFIDENTIAL Contents Overview .................................................................................................................................................................................................... 4 Building a task-specific experience ............................................................................................................................................ 4 General Group Policy settings ....................................................................................................................................................... 4 Application control ................................................................................................................................................................................ 5 Application boot options ................................................................................................................................................................. 5 Auto-boot Universal Windows apps ...................................................................................................................................... 5 Auto-boot Classic Windows apps ........................................................................................................................................... 5 Limit application access with AppLocker ...............................................................................................................................
    [Show full text]
  • (12) United States Patent (10) Patent No.: US 7,921.461 B1 Golchikov Et Al
    USOO7921461B1 (12) United States Patent (10) Patent No.: US 7,921.461 B1 Golchikov et al. (45) Date of Patent: Apr. 5, 2011 (54) SYSTEMAND METHOD FOR ROOTKIT S.8. 53 A. : SS Eyrdseter . et. al.. ............... 7 1. DETECTION AND CURE 2004/O181561 A1 9, 2004 Knox et al. 2005, 0021994 A1 1/2005 Barton et al. (75) Inventors: Andrey V. Golchikov, Moscow (RU); 2005/0278788 A1 12/2005. Jindal et al. Andrey V. Sobko, Moscow (RU) 2006/0031673 A1 2/2006 Becket al. .................... T13, 164 2006.0053270 A1* 3, 2006 Dunn et al. 712/13 (73) Assignee: Kaspersky Lab, ZAO, Moscow (RU) 2.99. A. : 29: RSU ca.tal. ... 2. (*) Notice: Subject to any disclaimer, the term of this 2008.0034429 A1 ck 2/2008 Schneider ....................... T26/23 patent is extended or adjusted under 35 OTHER PUBLICATIONS U.S.C. 154(b) by 1115 days. Simon Baker et al. "Checking Microsoft Windows(R) Systems for (21) Appl. No.: 11/623,364 Signs of Compromise', Oct. 28, 2005, version 1.3.4, pp. 1-18.* y x- - - 9 * cited by examiner (22) Filed: Jan. 16, 2007 Primary Examiner — Farid Homayoumehr (51) Int. Cl. Assistant Examiner — Michael Guirguis ge. 5.b4. 3:08: (74) Attorney, Agent, or Firm — Bardmesser Law Group GSB 23/00 (2006.01) (57) ABSTRACT (52) U.S. Cl. ................... 726/23: 726/24; 726/25; 713/2 ASVstem. method and computer program product for SVStem (58) Field of Classification Search .................... 726/26, ystem, computer program pr ySt. 726/23 25: 713/2 for detecting a rootkit on a computer having an operating S lication file f let h his s system, including a native application in ring 0 which, when ee appl1cauon Ille Ior complete searcn n1Story.
    [Show full text]
  • The New York Society Library Presents: Windows XP: Tips and Tricks Ingrid Richter Head of System
    The New York Society Library Presents: Windows XP: Tips and Tricks Ingrid Richter Head of System WINDOWS XP: TIPS & TRICKS INDEX OPERATING SYSTEMS Windows XP………………………………………………………………………….. Page 03 Windows Vista………………………………………………………………………. Page 04 ADDING MORE SPACE Clean up hard drive………………………………………………………………… Page 05 Remove Programs…………………………………………………………………… Page 05 Turn off System Restore…………………………………………………………. Page 06 SPEED UP YOUR COMPUTER Remove Startup Programs……………………………………………………….. Page 07 Disable Unused Services……………………………………………………………. Page 07 Disable Indexing Service……………………………………………………………. Page 08 Remove Visual Effects………………………………………………………………… Page 08 Add Virtual Memory……………………………………………………………………. Page 09 SECURITY Upgrade to Service Pack 2………………………………………………………….. Page 10 Review Error Logs………………………………………………………………………… Page 11 TOOLS Download PowerToys…………………………………………………………………… Page 12 Kelly’s Korner………………………………………………………………………………. Page 13 Shortcut Keys……………………………………………………………………………… Page 13 Page 2 Printed: 10/20/06 WINDOWS XP: TIPS & TRICKS OPERATING SYSTEMS WINDOWS XP (HOME & PROFESSIONAL) http://www.microsoft.com/windowsxp/default.mspx Windows XP is faster than 2000 and the interface is more colorful. Windows XP comes with Movie Maker, built-in CD writer support, speech recognition, a firewall and Remote Desktop Connection, allowing you to connect to your computer remotely. You need to register your copy with Microsoft when you buy XP. There are two versions of XP on the market: Professional and Home Edition. Windows XP runs off of the NT platform. • The Desktop is the space used to run programs. My Computer (all the contents of your computer) and Recycle Bin (anything you wish to remove from your computer) will always be on the desktop. Network Neighborhood (if your computer is connected to a network) and My Documents may also be on the desktop. • The Start Menu is located in the bottom left-hand corner of the screen.
    [Show full text]