Browse Results

Showing 52,901 through 52,925 of 53,688 results

Windows PowerShell Best Practices

by Ed Wilson

Expert recommendations, pragmatically applied. Automate system administration using Windows PowerShell best practices--and optimize your operational efficiency. With this practical guide, Windows PowerShell expert and instructor Ed Wilson delivers field-tested tips, real-world examples, and candid advice culled from administrators across a range of business and technical scenarios. If you're an IT professional with Windows PowerShell experience, this book is ideal. Discover how to: Use Windows PowerShell to automate Active Directory tasks Explore available WMI classes and methods with CIM cmdlets Identify and track scripting opportunities to avoid duplication Use functions to encapsulate business logic and reuse code Design your script's best input method and output destination Test scripts by checking their syntax and performance Choose the most suitable method for running remote commands Manage software services with Desired State Configuration

Windows PowerShell Cookbook: for Windows, Exchange 2007, and MOM V3

by Lee Holmes

This Cookbook by Windows PowerShell team developer Lee Holmes provides hundreds of tested scripts that you can use right away to get Microsoft's new tool working for you. More than 150 recipes, combined with a concise task-based introduction to the Windows PowerShell scripting language and environment, make it the perfect look-up guide when you encounter a thorny problem, or need a quick solution. The ideal companion to any tutorial or reference, this book meets the needs of system administrators at any level.Microsoft has revolutionized the world of system management and command-line shells with its release of Windows PowerShell, and Lee Holmes gives you practical tools and inside advice that will make you a more productive user and administrator. You will be able to solve everything from automating routine tasks, working with files, event logs and other forms of structured data, to managing the users and resources of complex Windows networks. Each recipe includes a focused piece of code plus discussion of how and why it works, so that you can apply the solution to similar tasks.You get an array of recipes covering PowerShell fundamentals, common tasks, and administrator tasks, including:Pipelines, variables, objects, looping and flow control, strings and unstructured text, calculations and mathSimple files; structured files; Internet-enabled scripts; code reuse; lists, arrays and hashtables; user feedback; error management; environmental awareness; script signing; and moreFiles and directories, registry manipulation, comparing data, event logs, process cmdlets, service cmdlets, Active Directory, enterprise computer management, and moreThose who administer Microsoft's Exchange 2007 and System Center Operations Manager (formerly MOM) will also benefit from this book, with separate chapters devoted to these servers. All Windows administrators will appreciate the appendices that include a PowerShell language quick reference, and a reference to the .NET, WMI and COM objects that PowerShell scripters will use often.With working scripts, tutorials, and references all in one volume, Windows PowerShell Cookbook will turbocharge the productivity of any Windows administrator.

Windows PowerShell Cookbook: The Complete Guide to Scripting Microsoft's Command Shell

by Lee Holmes

Do you know how to use Windows PowerShell to navigate the filesystem and manage files and folders? Or how to retrieve a web page? This introduction to the PowerShell language and scripting environment provides more than 430 task-oriented recipes to help you solve the most complex and pressing problems, and includes more than 100 tried-and-tested scripts that intermediate to advanced system administrators can copy and use immediately. You'll find hands-on tutorials on fundamentals, common tasks, and administrative jobs that you can apply whether you're on a client or server version of Windows. You also get quick references to technologies used in conjunction with PowerShell, including format specifiers and frequently referenced registry keys to selected .NET, COM, and WMI classes. With Windows PowerShell Cookbook, you'll get more done in less time. Take a tour of PowerShell's core features, including the command model, object-based pipeline, and ubiquitous scripting Learn PowerShell fundamentals such as the interactive shell and fundamental pipeline and object concepts Perform common tasks that involve working with files, Internet-connected scripts, user interaction, and more Solve tasks in systems and enterprise management, such as working with Active Directory, the filesystem, registry, event logs, processes, and services

Windows PowerShell Desired State Configuration Revealed

by Ravikanth Chaganti

Desired State Configuration (DSC) is a powerful configuration management platform that makes it easier than ever to perform cross-platform configuration management of your infrastructure, whether on-premise or in the cloud. DSC provides the management platform and Application Programming Interface (API) that can be used with any programming language. Windows PowerShell Desired State Configuration Revealed will take you through this new technology from start to finish and demonstrates the DSC interfaces through Windows PowerShell. DSC allows you to manage target devices by simply declaring what state you want them to be in, using new declarative language extensions, rather than writing detailed instructions to get them into that state. This makes continuous delivery in Windows easier than ever before. In an environment where changes and deployments are happening all the time, DSC makes the necessary adjustments to the system so you don't have to. Windows PowerShell Desired State Configuration Revealed starts with an overview of the configuration management features in Windows, followed by a discussion of the architecture of DSC and its components. You'll then explore DSC's built-in features and resources, followed by some of the different methods provided for delivering configuration information within your ecosystem, and learn about configuration monitoring and reporting. In the latter part of the book, you'll find out how to get more power out of DSC by writing your own custom DSC resources, including a range of useful examples, and the book concludes with vital information on deploying and troubleshooting DSC in a production environment, along with some expert tips and tricks you might find useful along the way. Windows PowerShell Desired State Configuration Revealed is your one-stop guide to this new technology and how it can change your working life for the better. What you'll learn Why continuous delivery and configuration management are important Architecture and components of DSC How to build the infrastructure required to automate configuration management How to use built-in resources and create configuration documents How to create custom DSC resources How to troubleshoot DSC configuration and custom resource issues Who this book is for Windows PowerShell Desired State Configuration Revealed is for IT administrators, developers and DevOps engineers working in Windows-based data center environments. With a little prior PowerShell scripting experience, this book can be used as an in-depth reference to creating, customizing and extending DSC in Windows. IT administrators with limited scripting experience will also find this book a useful overview of what DSC offers and how to use DSC resources to automate configuration management and deployment. DSC is available as part of Windows 8. 1 and Windows Server 2012 R2. You can also get DSC on Windows 7, Windows Server 2008 R2 or Windows Server 2012 by installing Windows Management Framework 4. 0. Table of Contents Part I: Introduction to Windows PowerShell Chapter 1: Beginning Windows PowerShell Chapter 2: Introducing Windows Remote Management and CIM Part II: Desired State Configuration Chapter 3: Introducing Desired State Configuration Chapter 4: Getting Started with DSC Chapter 5: Using Built-in DSC Resources Chapter 6: Building Advanced DSC Configurations Part III: Advanced DSC Concepts and Tips Chapter 7: DSC Configuration Delivery Modes Chapter 8: Monitoring, Correcting, and Reporting Configuration Chapter 9: Building Custom DSC Resources Chapter 10: Troubleshooting Common DSC Issues Chapter 11: DSC - From the Field Appendix A: DSC Community Resources Appendix B: WMF 5. 0 and DSC for Linux

Windows PowerShell for Developers: Enhance Your Productivity and Enable Rapid Application Development (Oreilly And Associate Ser.)

by Douglas Finke

Want to perform programming tasks better, faster, simpler, and make them repeatable? Take a deep dive into Windows PowerShell and discover what this distributed automation platform can do. Whether you're a .NET developer or IT pro, this concise guide will show you how PowerShell's scripting language can help you be more productive on everyday tasks. Quickly learn how to create PowerShell scripts and embed them into your existing applications, write "little languages" to solve specific problems, and take charge of your code. This book includes example scripts that you can easily pull apart, tweak, and then use in your own PowerShell and .NET solutions. Slice and dice text, XML, CSV, and JSON with ease Embed PowerShell to provide scripting capabilities for your C# apps Create GUI applications five to ten times faster with less code Leverage PowerShell's capabilities to work with the Internet Interact with DLLs and create objects, automatically display properties, and call methods in live interactive sessions Build domain-specific languages (DSLs) and vocabularies to express solutions more clearly Work with Microsoft Office via the Component Object Model (COM) Discover PowerShell v3 features included with Windows 8 and Windows Server 2012

Windows PowerShell for .NET Developers - Second Edition

by Sherif Talaat Chendrayan Venkatesan

Efficiently administer and maintain your development environment with Windows PowerShellAbout This BookExplore scripting and automation techniques with Windows PowerShellGain concrete knowledge of Windows PowerShell scripting to perform professional level scriptingDiscover the benefits of the Configuration Management Platform with this step-by-step guide that includes real-world scripting examplesWho This Book Is ForIf you are an IT professional or developer who has worked on the .Net platform and you want to learn automation using Windows PowerShell, then this book is for you. This self-start guide takes you from the basics and gradually moves to an intermediate level to show you how to perform professional scripting.What You Will LearnUnderstand the concepts of building PowerShell scripts and the basics of programmingManage the LYNC, Exchange, and SharePoint platformsCreate a Pull server using a SMB file share and HTTP and HTTPSUse .NET classes in Windows PowerShell and C# to manage Exchange OnlineUse PowerShell in C# to manage Exchange Online and work with .NET classes in PowerShellAutomate LYNC clients, consuming Client Server Object Models to administrate SharePoint OnlineIn DetailWindows PowerShell 5.0 for .NET Developers is your self-start guide to performing automation using Windows PowerShell. This book will help you to understand the PowerShell syntax and grammar and will also teach you techniques to remove the rough edges of manual deployments. Packed with PowerShell scripts and sample C# codes to automate tasks, it also includes real-world scenarios such as administrating office servers to help you save time and perform deployments swiftly and efficiently.The book begins with the Windows PowerShell basics, explores the significant features of Windows Management Framework 5.0, covers the basic concepts of Desired State Configuration and the importance of idempotent deployments.By the end of the book, you will have a good understanding of Windows PowerShell's features and will be able to automate your tasks and manage configuration effectively.Style and approachThis is an easy-to-follow step-by-step guide with text-enabled screenshots. Each topic is explained with codes and examples. It also includes multiple approaches for a number of tasks to let you choose the best one for you depending on your scenario.

Windows PowerShell in Action

by Bruce Payette Richard Siddaway

SummaryWindows PowerShell in Action, Third Edition is the definitive guide to PowerShell, now revised to cover PowerShell 6.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyIn 2006, Windows PowerShell reinvented the way administrators and developers interact with Windows. Today, PowerShell is required knowledge for Windows admins and devs. This powerful, dynamic language provides command-line control of the Windows OS and most Windows servers, such as Exchange and SCCM. And because it's a first-class .NET language, you can build amazing shell scripts and tools without reaching for VB or C#.About the BookWindows PowerShell in Action, Third Edition is the definitive guide to PowerShell, now revised to cover PowerShell 6. Written by language designer Bruce Payette and MVP Richard Siddaway, this rich book offers a crystal-clear introduction to the language along with its essential everyday use cases. Beyond the basics, you'll find detailed examples on deep topics like performance, module architecture, and parallel execution.What's InsideThe best end-to-end coverage of PowerShell availableUpdated with coverage of PowerShell v6PowerShell workflowsPowerShell classesWriting modules and scriptsDesired State ConfigurationProgramming APIs and pipelinesAbout the ReaderWritten for intermediate-level developers and administrators.About the AuthorsBruce Payette is codesigner and principal author of the Power-Shell language. Richard Siddaway is a longtime PowerShell MVP, author, speaker, and blogger.Table of ContentsWelcome to PowerShell Working with types Operators and expressions Advanced operators and variables Flow control in scripts PowerShell functions Advanced functions and scriptsUsing and authoring modules Module manifests and metadata Metaprogramming with scriptblocks and dynamic code PowerShell remoting PowerShell workflows PowerShell Jobs Errors and exceptions DebuggingWorking with providers, files, and CIM Working with .NET and events Desired State Configuration Classes in PowerShell The PowerShell and runspace APIs Appendix - PowerShell 6.0 for Windows, Linux, and MacOS

Windows PowerShell. Leksykon kieszonkowy

by Lee Holmes

Cz?ste zadania wykonuj szybciej! Jakie polecenia i wyra?enia dost?pne sš w PowerShell?Jak zarzšdza? b??dami?Jak wykorzysta? klasy .NET oraz .COM? PowerShell powsta? w 2006 roku jako nast?pca takich interpreterów jak command.com czy te? cmd.exe, znanych z czasów systemu operacyjnego MS DOS czy te? pierwszych wyda? Windows XP. Aktualnie dost?pny jest dla nast?pujšcych platform: Windows XP SP2, Windows Vista, Windows 2003. Cechš charakterystycznš PowerShell jest logika obiektowa. Wynikiem ka?dego polecenia jest obiekt okre?lonego typu, posiadajšcy swoje metody oraz w?a?ciwo?ci, które mogš by? wykorzystane w dalszym toku przetwarzania.Dzi?ki ksiš?ce "Windows PowerShell. Leksykon kieszonkowy" poznasz j?zyk i ?rodowisko PowerShell. Dowiesz si?, w jaki sposób wydawa? polecenia, jak stosowa? operatory, instrukcje warunkowe, p?tle i wiele elementów znanych z innych j?zyków programowania. Po przeczytaniu tej ksiš?ki b?dziesz potrafi? zarzšdza? b??dami oraz ?ledzi? i debugowa? skrypty. Dodatkowo nauczysz si? stosowa? wyra?enia regularne oraz poznasz wybrane klasy .NET oraz .COM. Ca?a wiedza zostanie przekazana przez jednego z twórców PowerShella, co stanowi gwarancj? aktualno?ci, przydatno?ci i poprawno?ci omawianych tematów.Polecenia i wyra?enia w pow?oce PowerShellWykorzystanie tablicZastosowanie j?zyka XMLSposoby uruchamiania skryptówZarzšdzanie b??dami?ledzenie i debugowanie skryptówZastosowanie wyra?e? regularnychWykorzystanie zmiennych automatycznych w PowerShellKlasy .NET i ich zastosowanieKlasy .COM i ich zastosowanieSposoby formatowania ?a?cuchówOszcz?dzaj czas dzi?ki PowerShell!

Windows PowerShell Pocket Reference

by Lee Holmes

This portable reference to Windows PowerShell summarizes both the command shell and scripting language, and provides a concise reference to the major tasks that make PowerShell so successful. Written by Microsoft PowerShell team member Lee Holmes, and excerpted from his Windows PowerShell Cookbook, Windows PowerShell Pocket Reference offers up-to-date coverage of PowerShell's 1.0 release. It's an ideal on-the-job tool for Windows administrators who don't have time to plow through huge books or search online.

Windows Powershell Pocket Reference (Pocket Reference (O'Reilly))

by Lee Holmes

This portable reference to Windows PowerShell summarizes both the command shell and scripting language, and provides a concise reference to the major tasks that make PowerShell so successful. It's an ideal on-the-job tool for Windows administrators who don't have time to plow through huge books or search online.Written by Microsoft PowerShell team member Lee Holmes, and excerpted from his Windows PowerShell Cookbook, Windows PowerShell Pocket Reference offers up-to-date coverage of PowerShell's 1.0 release. You'll find information on .NET classes and legacy management tools that you need to manage your system, along with chapters on how to write scripts, manage errors, format output, and much more. Beginning with a whirlwind tour of Windows PowerShell, this convenient guide covers: PowerShell language and environmentRegular expression referencePowerShell automatic variablesStandard PowerShell verbsSelected .NET classes and their usesWMI referenceSelected COM objects and their uses.NET string formatting.NET datetime formattingAn authoritative source of information about PowerShell since its earliest betas, Lee Holmes' vast experience lets him incorporate both the "how" and the "why" into the book's discussions. His relationship with the PowerShell and administration community -- through newsgroups, mailing lists, and his informative blog Lee Holmes -- gives him insight into problems faced by administrators and PowerShell users alike.If you're ready to learn this powerful tool without having to break stride in your routine, this is the book you want.

Windows Powershell Pocket Reference: Portable Help for PowerShell Scripters (Pocket Reference (o'reilly) Ser.)

by Lee Holmes

This portable reference to Windows PowerShell summarizes both the command shell and scripting language, and provides a concise reference to the major tasks that make PowerShell so successful. It's an ideal on-the-job tool for Windows administrators who don't have time to plow through huge books or search online. Written by Microsoft PowerShell team member Lee Holmes, and excerpted from his Windows PowerShell Cookbook, Windows PowerShell Pocket Reference offers up-to-date coverage of PowerShell's 1.0 release. You'll find information on .NET classes and legacy management tools that you need to manage your system, along with chapters on how to write scripts, manage errors, format output, and much more. Beginning with a whirlwind tour of Windows PowerShell, this convenient guide covers: PowerShell language and environment Regular expression reference PowerShell automatic variables Standard PowerShell verbs Selected .NET classes and their uses WMI reference Selected COM objects and their uses .NET string formatting .NET datetime formatting An authoritative source of information about PowerShell since its earliest betas, Lee Holmes' vast experience lets him incorporate both the "how" and the "why" into the book's discussions. His relationship with the PowerShell and administration community -- through newsgroups, mailing lists, and his informative blog Lee Holmes -- gives him insight into problems faced by administrators and PowerShell users alike. If you're ready to learn this powerful tool without having to break stride in your routine, this is the book you want.

Windows PowerShell™ Scripting Guide

by Ed Wilson

Get practical guidance for using Windows PowerShell to manage Windows Vista and Windows Server 2008. Written by Ed Wilson, a leading scripting expert and trainer at Microsoft, this reference offers a task-based approach to help you find the information you need for day-to-day tasks. With more than 200 scripts, it offers rich examples that administrators can customize for their own environment and needs. The scripts range in complexity from one-line commands, to full-blown scripts with managed output and command-line arguments--examples that are applicable to all skill levels. Includes a companion CD with fully searchable eBook, sample scripts, and other resources for managing your Windows-based environment. A Note Regarding the CD or DVD The print version of this book ships with a CD or DVD. For those customers purchasing one of the digital formats in which this book is available, we are pleased to offer the CD/DVD content as a free download via O'Reilly Media's Digital Distribution services. To download this content, please visit O'Reilly's web site, search for the title of this book to find its catalog page, and click on the link below the cover image (Examples, Companion Content, or Practice Files). Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to booktech@oreilly.com.

Windows PowerShell Step by Step, Third Edition

by Ed Wilson

Your hands-on guide to Windows PowerShell scripting fundamentals <P><P>Expand your expertise--and teach yourself the fundamentals of Windows PowerShell scripting, including features available in Windows PowerShell 5. If you are an IT professional, power user, or consultant, you’ll get the guidance, exercises, and code you need to master core techniques for automating Windows setup, deployment, and management. <P><P>Discover how to: <ul> <li>Run cmdlets and command-line utilities</li> <li>Administer Windows-based servers and desktops with built-in cmdlets</li> <li>Use providers to access external information</li> <li>Write and run scripts from the Windows ISE</li> <li>Create functions that are easy to maintain</li> <li>Build standardized environments with profiles</li> <li>Automate Windows systems with WMI, CIM cmdlets, and remoting</li> <li>Automate Active Directory Domain Services (AD DS)</li> <li>Debug scripts and handle errors</li> <li>Run commands that survive interruptions</li> <li>Use Desired State Configuration (DSC) to manage software services and their environments</li> <li>Get powerful new modules from PowerShell Gallery</li> </ul> <P><P>About You <br></br> This book is for: <ul> <li>IT professionals and power users who want to get productive with Windows PowerShell, including new features in Windows PowerShell 5</li> <li>Windows system administrators who want to be more efficient and productive</li> <li>Anyone pursuing Windows PowerShell certifications </li> </ul> <P><P>No experience with Windows PowerShell or other scripting technologies necessary

Windows PowerShellTM 3.0 Step by Step

by Ed Wilson

<p>Teach yourself the fundamentals of Windows PowerShell 3.0 command line interface and scripting language&#8212;one step at a time. Written by a leading scripting expert, this practical tutorial delivers learn-by-doing exercises, timesaving tips, and hands-on sample scripts for performing administrative tasks on both local and remote Windows systems.</p>

Windows Presentation Foundation 4.5 Cookbook

by Pavel Yosifovich

This book is written in an easy-to-read style, with a strong emphasis on real-world, practical examples. Step-by-step explanations are provided for performing important tasks. If you are C# developer looking forward to increasing your understanding and knowledge of WPF, then this is the best guide for you. Basic experience with Visual Studio 2010 is mandatory, as well as good C# skills. Previous experience with Windows Forms is not required.

Windows Presentation Foundation Development Cookbook: 100 recipes to build rich desktop client applications on Windows

by Kunal Chowdhury

Gain comprehensive insight into WPF mechanics and capabilities. Key Features Gain a strong foundation in WPF features and patterns Leverage the MVVM pattern to build decoupled, maintainable apps Increase efficiency through Performance tuning and UI automation Book Description Windows Presentation Foundation (WPF) is Microsoft's development tool for building rich Windows client user experiences that incorporate UIs, media, and documents. With the updates in .NET 4.7, Visual Studio 2017, C# 7, and .NET Standard 2.0, WPF has taken giant strides and is now easier than ever for developers to use. If you want to get an in-depth view of WPF mechanics and capabilities, then this book is for you. The book begins by teaching you about the fundamentals of WPF and then quickly shows you the standard controls and the layout options. It teaches you about data bindings and how to utilize resources and the MVVM pattern to maintain a clean and reusable structure in your code. After this, you will explore the animation capabilities of WPF and see how they integrate with other mechanisms. Towards the end of the book, you will learn about WCF services and explore WPF's support for debugging and asynchronous operations. By the end of the book, you will have a deep understanding of WPF and will know how to build resilient applications. What you will learn Understand the fundamentals of WPF Explore the major controls and manage element layout Implement data binding Create custom elements that lead to a particular implementation path Customize controls, styles, and templates in XAML Leverage the MVVM pattern to maintain a clean and reusable structure in your code Master practical animations Integrate WCF services in a WPF application Implement WPFs support for debugging and asynchronous operationsWho this book is for The book is intended for developers who are relatively new to WPF (Windows Presentation Foundation), or those who have been working with WPF for some time, but want to get a deeper understanding of its foundation and concepts to gain practical knowledge. Basic knowledge of C# and Visual Studio is assumed.

Windows Ransomware Detection and Protection: Securing Windows endpoints, the cloud, and infrastructure using Microsoft Intune, Sentinel, and Defender

by Marius Sandbu

Protect your end users and IT infrastructure against common ransomware attack vectors and efficiently monitor future threatsPurchase of the print or Kindle book includes a free PDF eBookKey FeaturesLearn to build security monitoring solutions based on Microsoft 365 and SentinelUnderstand how Zero-Trust access and SASE services can help in mitigating risksBuild a secure foundation for Windows endpoints, email, infrastructure, and cloud servicesBook DescriptionIf you're looking for an effective way to secure your environment against ransomware attacks, this is the book for you. From teaching you how to monitor security threats to establishing countermeasures to protect against ransomware attacks, Windows Ransomware Detection and Protection has it all covered.The book begins by helping you understand how ransomware attacks work, identifying different attack vectors, and showing you how to build a secure network foundation and Windows environment. You'll then explore ransomware countermeasures in different segments, such as Identity and Access Management, networking, Endpoint Manager, cloud, and infrastructure, and learn how to protect against attacks. As you move forward, you'll get to grips with the forensics involved in making important considerations when your system is attacked or compromised with ransomware, the steps you should follow, and how you can monitor the threat landscape for future threats by exploring different online data sources and building processes.By the end of this ransomware book, you'll have learned how configuration settings and scripts can be used to protect Windows from ransomware attacks with 50 tips on security settings to secure your Windows workload.What you will learnUnderstand how ransomware has evolved into a larger threatSecure identity-based access using services like multifactor authenticationEnrich data with threat intelligence and other external data sourcesProtect devices with Microsoft Defender and Network ProtectionFind out how to secure users in Active Directory and Azure Active DirectorySecure your Windows endpoints using Endpoint ManagerDesign network architecture in Azure to reduce the risk of lateral movementWho this book is forThis book is for Windows administrators, cloud administrators, CISOs, and blue team members looking to understand the ransomware problem, how attackers execute intrusions, and how you can use the techniques to counteract attacks. Security administrators who want more insights into how they can secure their environment will also find this book useful. Basic Windows and cloud experience is needed to understand the concepts in this book.

Windows Registry Forensics: Advanced Digital Forensic Analysis Of The Windows Registry (Second Edition)

by Harlan Carvey

Windows Registry Forensics: Advanced Digital Forensic Analysis of the Windows Registry, Second Edition, provides the most in-depth guide to forensic investigations involving Windows Registry. This book is one-of-a-kind, giving the background of the Registry to help users develop an understanding of the structure of registry hive files, as well as information stored within keys and values that can have a significant impact on forensic investigations. Tools and techniques for post mortem analysis are discussed at length to take users beyond the current use of viewers and into real analysis of data contained in the Registry. This second edition continues a ground-up approach to understanding so that the treasure trove of the Registry can be mined on a regular and continuing basis.

Windows Registry Troubleshooting

by Mike Halsey Andrew Bettany

Whatever version of Windows you're using--from Vista up to Windows 8. 1--the registry is at the heart of your desktop experience. Software installs and compatibility, hardware operation and more are managed by a complex database of codes and numbers. When something goes wrong it can seem impossible to diagnose and repair the problem, and harder still to prevent a recurrence or make the subtle changes and tweaks required to fix the problem. In this book we'll take you inside the workings of the Registry, and teach you how to repair, modify and clean it to keep your PCs running smoothly. What you'll learn 1) How to navigate the architecture of the Windows Registry 2) How to troubleshoot faulty and corrupt Registry items 3) How to edit and work with the Registry files of other users on a PC 4) What tools and utilities can help you work with and repair the Registry 5) How to secure the registry on a Windows PC 6) What Registry tweaks and hacks can make using your Windows PC a better experience Who this book is for Windows power users, system administrators, help desk personnel, people working with Windows in a BYOD environment. Table of Contents Chapter 1: Introducing the Windows Registry Chapter Goal: A deep dive into the structure and architecture of the registry, including its different key types, file structure and hosting. What is the Windows Registry? Windows Registry files The Registry Structure in Depth Registry Keys in Depth Chapter 2: Using Registry Tools in Windows Chapter Goal: Teaching people about the various tools available to help them work with the Registry in any version of Windows Windows Regedit ScanReg Process Monitor CCleaner Additional third-party Registry tools Comparing before and after Registries Chapter 3: Troubleshooting and Corrupt Registry Chapter Goal: Teaching the reader how to diagnose and repair issues with a corrupt registry on a PC Troubleshooting fundamentals Finding corruptions within the Registry Chapter 4: Advanced Registry Troubleshooting Chapter Goal: Teaching people how they can perform advanced diagnostics and troubleshooting including working on other people's Registry files Editing other users' Registry files Advanced diagnosis of the Windows Registry Advanced key repair and replacement Chapter 5: Securing the Windows Registry Chapter Goal: Teaching people how to ensure the registries on their PCs are safe from malware attack and direct interference Understanding Registry security on your PC Securing the Registry with the Windows security tools Securing the Registry with encryption Managing and maintaining strong password enforcement for system administrators Chapter 6: Tweaks, Hacks and Common Registry Changes Chapter Goal: Bonus material to help IT pros harness the full power and potential of the registry for enhancing the user and productivity experience, while also providing examples readers can use to practice Registry editing Common Registry Hacks Tweaking the Registry to improve the PC experience Other common Registry changes and why you would make them

Windows Runtime via C#

by Jeffrey Richter Maarten van de Bospoort

<p>Focusing on the non-UI side of Windows app development, this guide delivers a thorough grounding in Windows Runtime architecture and environment, teaching how to use your C# skills to create Windows Store apps.</p>

The Windows Screen Reader Primer: All the Basics and More

by David Kingsbury

For those with visual impairments, screen reader software is crucial for living in today’s world. Keeping up to date with changes when applications are updated is critical to being an independent computer user. Authored by an Assistive Technology Instructor at the Carroll Center for the Blind in Massachusetts, the book is meant to help JAWS, NVDA, and Windows Narrator users work more effectively with the most important Windows-based applications—the Microsoft Office suite, popular web browsers, cloud sharing apps, Zoom for meetings, and more. The book is intended for both beginners and intermediate users. While all the basics are covered, those already possessing a fair amount of experience using screen reader programs in the Windows environment will find useful tools and techniques to further enhance their skills.

The Windows Screen Reader Primer: All the Basics and More

by David Kingsbury

The "Windows Screen Reader Primer: Third Edition" offers comprehensive guidance for users of JAWS, NVDA, and Windows Narrator, focusing on essential Windows applications, Office Suite tools, web browsers, cloud-based platforms, PDF readers, and teleconferencing software. With updates for Windows 11 and recent software versions, it includes new chapters on Google Workspace, audio-video editing, and AI integration. The book caters to beginners and intermediate users, providing step-by-step instructions, customizable settings, and practical exercises. Accessible formats and navigation tips enhance usability, making it an invaluable resource for mastering screen reader usage in the Windows environment.

Windows Security Internals: A Deep Dive into Windows Authentication, Authorization, and Auditing

by James Forshaw

Power up your Windows security skills with expert guidance, in-depth technical insights, and dozens of real-world vulnerability examples from Google Project Zero&’s most renowned researcher! Learn core components of the system in greater depth than ever before, and gain hands-on experience probing advanced Microsoft security systems with the added benefit of PowerShell scripts.Windows Security Internals is a must-have for anyone needing to understand the Windows operating system&’s low-level implementations, whether to discover new vulnerabilities or protect against known ones. Developers, devops, and security researchers will all find unparalleled insight into the operating system&’s key elements and weaknesses, surpassing even Microsoft&’s official documentation.Author James Forshaw teaches through meticulously crafted PowerShell examples that can be experimented with and modified, covering everything from basic resource security analysis to advanced techniques like using network authentication. The examples will help you actively test and manipulate system behaviors, learn how Windows secures files and the registry, re-create from scratch how the system grants access to a resource, learn how Windows implements authentication both locally and over a network, and much more.You&’ll also explore a wide range of topics, such as:Windows security architecture, including both the kernel and user-mode applicationsThe Windows Security Reference Monitor (SRM), including access tokens, querying and setting a resource&’s security descriptor, and access checking and auditingInteractive Windows authentication and credential storage in the Security Account Manager (SAM) and Active DirectoryMechanisms of network authentication protocols, including NTLM and KerberosIn an era of sophisticated cyberattacks on Windows networks, mastering the operating system&’s complex security mechanisms is more crucial than ever. Whether you&’re defending against the latest cyber threats or delving into the intricacies of Windows security architecture, you&’ll find Windows Security Internals indispensable in your efforts to navigate the complexities of today&’s cybersecurity landscape.

Windows Security Monitoring: Scenarios and Patterns

by Andrei Miroshnikov

Go deep into Windows security tools to implement more robust protocols and processes Windows Security Monitoring goes beyond Windows admin and security certification guides to provide in-depth information for security professionals. Written by a Microsoft security program manager, DEFCON organizer and CISSP, this book digs deep into the underused tools that help you keep Windows systems secure. Expert guidance brings you up to speed on Windows auditing, logging, and event systems to help you exploit the full capabilities of these powerful native tools, while scenario-based instruction provides clear illustration of how these events unfold in the real world. From security monitoring and event detection to incident response procedures and best practices, this book provides detailed information on all of the security tools your Windows system has to offer. Windows includes many native tools that can help IT professionals and security experts spot and remedy suspicious activities on servers, networks, and end-user computers. If you're like many Windows pros, you're probably not taking full advantage of these features. This book takes you deep into Windows' underutilized built-in security tools to help you beef up your monitoring, detection, and response processes. Detect anomalous events and implement centralized alerting infrastructure Dig into the native Windows tools that enable robust security measures Understand the details of Powershell, Applocker, LogParser, and other tools Adopt effective incident response processes for various common scenarios Fully applicable to a range of Windows versions—back to Windows Vista and Windows Server 2008—this book is designed for real-world implementation. As the threats to your data grow more numerous by the day, it becomes ever more critical to use every security tool at your disposal. Windows Security Monitoring offers complete, expert guidance toward robust security with specialist-level use of powerful Windows tools.

The Windows Serial Port Programming Handbook

by Ying Bai

The popularity of serial communications demands that additional serial port interfaces be developed to meet the expanding requirements of users. The Windows Serial Port Programming Handbook illustrates the principles and methods of developing various serial port interfaces using multiple languages. This comprehensive, hands-on, and practical guide.

Refine Search

Showing 52,901 through 52,925 of 53,688 results