Browse Results

Showing 61,701 through 61,725 of 62,957 results

Windows Software Compatibility and Hardware Troubleshooting

by Mike Halsey Andrew Bettany

As companies keep their existing hardware and operating systems for more years than ever before, the need to diagnose and repair problems is becoming ever more important for IT Pros and system administrators. Whatever version of Windows you're using (including Windows 10) you'll likely need to maintain compatibility with older software that the company must use for mission-critical operations, or older hardware that's required for specific purposes, but you don't want to sacrifice security for the sake of compatibility. In this briefbook you'll learn how to maintain optimal compatibility with the older software and devices that you need to use. The authors are well-versed in training in classrooms and video, with Andrew Bettany running the IT Academy at the University of York, and IT Masterclasses and Mike Halsey being a teacher, tech-book author, and having produced many tutorial videos under the brand PC Support. tv. What you'll learn What the common software and hardware compatibility issues are in Windows How to resolve software and app compatibility in Windows How to maintain compatibility with browser plug-ins and controls Maintaining compatibility with older hardware The external factors that can affect compatibility Who this book is for IT Pros, Windows expert and power users and system administrators are the audience for this book. Table of Contents Chapter 1: All About Compatibility Chapter 2: Common Software Compatibility Issues Chapter 3: Common Hardware Compatibility Issues Chapter 4: Resolving Software Compatibility Issues Chapter 5: Resolving Hardware Compatibility Issues Chapter 6: External Factors That Affect Hardware

Windows Store App Development: C# and XAML

by Pete Brown

SummaryWindows Store App Development introduces C# developers to working with Windows Store apps. It provides full coverage of XAML, and addresses both app design and development. Following numerous carefully crafted examples, you'll learn about new Windows 8 features, the WinRT API, and .NET 4.5. Along the way, you'll pick up tips for deploying apps, including sale through the Windows Store. And, of course, you'll find the same deep and unique insights Pete provides in his Silverlight books.About the TechnologyThe Windows Store provides an amazing array of productivity tools, games, and other apps directly to the millions of customers already using Windows 8.x or Surface. Windows Store apps boast new features like touch and pen input, standardized app-to-app communication, and tight integration with the web. And, you can build Windows Store apps using the tools you already know: C# and XAML.About this BookWindows Store App Development introduces the Windows 8.x app model to readers familiar with traditional desktop development. You'll explore dozens of carefully crafted examples as you master Windows features, the Windows Runtime, and the best practices of app design. Along the way, you'll pick up tips for deploying apps, including selling through the Windows Store.This book requires some knowledge of C#. No experience with Windows 8 is needed.What's InsideDesigning, creating, and selling Windows Store appsDeveloping touch and sensor-centric appsWorking C# examples, from feature-level techniques to complete app designMaking apps that talk to each otherMixing in C++ for even more featuresAbout the AuthorPete Brown is a Developer Evangelist at Microsoft and author of Silverlight 4 in Action and Silverlight 5 in Action.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.Table of ContentsHello, Modern WindowsThe Modern UIThe Windows Runtime and .NETXAMLLayoutPanelsBrushes, graphics, styles, and resourcesDisplaying beautiful textControls, binding, and MVVMView controls, Semantic Zoom, and navigationThe app barThe splash screen, app tile, and notificationsView statesContracts: playing nicely with othersWorking with filesAsynchronous everywhereNetworking with SOAP and RESTful servicesA chat app using socketsA little UI work: user controls and BlendNetworking player locationKeyboards, mice, touch, accelerometers, and gamepadsApp settings and suspend/resumeDeploying and selling your app

Windows Subsystem for Linux 2 (WSL 2) Tips, Tricks, and Techniques: Maximise productivity of your Windows 10 development machine with custom workflows and configurations

by Stuart Leeks

A practical handbook that will help you bridge the gap between Windows and Linux to develop apps that leverage the best features across both ecosystems with seamless interoperabilityKey FeaturesConfigure and control WSL to suit your needs and preferencesDiscover tips for working seamlessly between Windows and WSL Linux distrosLearn how to work effectively with containers in WSL, as well as how to containerize your development environments with Visual Studio Code to isolate your dependenciesBook DescriptionWindows Subsystem for Linux (WSL) allows you to run native Linux tools alongside traditional Windows applications. Whether you're developing applications across multiple operating systems or looking to add more tools to your Windows environment, WSL offers endless possibilities.You'll start by understanding what WSL is and learn how to install and configure WSL along with different Linux distros. Next, you'll learn techniques that allow you to work across both Windows and Linux environments. You'll discover how to install and customize the new Windows Terminal. We'll also show you how to work with code in WSL using Visual Studio Code (VS Code). In addition to this, you'll explore how to work with containers with Docker and Kubernetes, and how to containerize a development environment using VS Code.While Microsoft has announced support for GPU and GUI applications in an upcoming release of WSL, at the time of writing these features are either not available or only in early preview releases. This book focuses on the stable, released features of WSL and giving you a solid understanding of the amazing techniques that you can use with WSL today.By the end of this book, you'll be able to configure WSL and Windows Terminal to suit your preferences, and productively use Visual Studio Code for developing applications with WSL.What you will learnInstall and configure Windows Subsystem for Linux and Linux distrosAccess web applications running in Linux from WindowsInvoke Windows applications, file systems, and environment variables from bash in WSLCustomize the appearance and behavior of the Windows Terminal to suit your preferences and workflowsExplore various tips for enhancing the Visual Studio Code experience with WSLInstall and work with Docker and Kubernetes within Windows Subsystem for LinuxDiscover various productivity tips for working with Command-line tools in WSLWho this book is forThis book is for developers who want to use Linux tools on Windows, including Windows-native programmers looking to ease into a Linux environment based on project requirements or Linux developers who've recently switched to Windows. This book is also for web developers working on open source projects with Linux-first tools such as Ruby or Python, or developers looking to switch between containers and development machines for testing apps. Prior programming or development experience and a basic understanding of running tasks in bash, PowerShell, or the Windows Command Prompt will be required.

Windows Terminal Tips, Tricks, and Productivity Hacks: Optimize your command-line usage and development processes with pro-level techniques

by Will Fuqua Carlos Zamora

Become an efficient command-line expert by harnessing the power of the new Microsoft Windows Terminal, and learn time-saving tricks for PowerShell, WSL2, and moreKey FeaturesCustomize and optimize your Windows Terminal and its shellsWork effectively on the command line with split panes, hotkeys, and automationUse PowerShell and WSL2 efficiently to build, test, and deploy applicationsBook DescriptionWindows Terminal is a new and open-source command-line application for Windows 10, built for the Command Prompt, PowerShell, Windows Subsystem for Linux, and more. It's fast, modern, and configurable thanks to its GPU-accelerated rendering, excellent UTF-8 support, and JSON-based configurability, and this book can help you learn how to leverage these features. You'll start by learning the benefits of Windows Terminal and its open-source development, as well as how to use the built-in tabs, panes, and key bindings to build your own efficient terminal workflows. After you've mastered Windows Terminal, this book shows how to use and configure PowerShell Core and the Windows Subsystem for Linux within Windows Terminal. You'll maximize your productivity using powerful tools such as PSReadLine for PowerShell and ZSH on Linux, and discover useful tips and tricks for common developer tools like Git and SSH. Finally, you'll see how Windows Terminal can be used in common development and DevOps tasks, such as developing frontend JavaScript applications and backend REST APIs, and managing cloud-based systems like Amazon Web Services (AWS), Microsoft Azure, and Google Cloud. By the end of this book, you'll not only be well-versed with Windows Terminal, but also have learned how to effectively use shells like PowerShell Core and ZSH to become proficient at the command line.What you will learnInstall, update, and use Windows Terminal and its preview versionCustomize your Windows Terminal to be both visually appealing and functionalEnable and effectively use the latest versions of PowerShell Core and Windows Subsystem for LinuxInstall and configure time-saving tools for the command lineWork efficiently with common developer tools such as Git and SSHBuild, deploy, and manage apps in the cloud using Windows TerminalUse Linux tools from Windows with easeWho this book is forThis book is for developers, DevOps engineers, and sysadmins who want to become advanced command-line power users. Whether you're new to the command line or you already use Windows PowerShell every day, this book will have something for you.

Windows To Go

by Joli Ballew

Find out how to use, manage, deploy, and secure Windows To Go, the ultimate mobile edition of Windows 10, designed to boot directly from a USB stick. This book shows you how to use your Windows To Go drive to work at home and on the move and access local and network resources from anywhere. Readers responsible for deploying Windows To Go drives will also learn how to plan for, provision, deploy, and manage Windows To Go devices in the workplace in order to create an effective mobility solution for their users. A Windows To Go drive can be booted on any PC that meets the Windows 7 or later certification requirements, regardless of the operating system running on that PC. What You'll Learn: Understand how Windows To Go differs from a typical Windows installation on a desktopHow to meet the necessary hardware and software requirements for Windows To GoHow to boot your Windows To Go driveHow to use Windows To Go, at home and on the roadConsiderations when planning and deploying Windows To Go in the workplaceHow to secure and protect Windows To Go drivesWho This Book Is For: End users and IT professionals

Windows Virus and Malware Troubleshooting

by Mike Halsey Andrew Bettany

Make your PCs as secure as possible and limit the routes of attack and safely and completely remove all traces of malware and viruses should an infection take place. Whatever version of Windows you're using, the threat of virus and malware infection is always a common danger. From key loggers and Trojans, intent on stealing passwords and data, to malware that can disable individual PCs or even a company network, the cost to business in downtime and loss of productivity can be enormous. What You'll Learn: Recognize malware and the problems it can cause Defend a PC against malware and viruses Configure advanced Windows features to prevent attack Identify types of malware and virus attack Discover third-party tools and resources available to help remove malware Manually remove malware and viruses from a PC o this="" book="" is="" for: Who This Book Is For IT pros, Windows expert and power users and system administrators

Windows Vista Secrets®

by Brian Livingston Paul Thurrott

From the book: Part I Surviving Setup Part II Understanding the Windows Vista User Experience Part III Security Part IV Digital Media and Entertainment Part V Mobility Part VI Internet and Networking Part VII Home Office/Power User

Windows Vista Administration: The Definitive Guide

by Brian Culp

Whether you're a system administrator responsible for hundreds of Windows clients, or a just a roomful of computers, this book will help you install, configure, and maintain Microsoft's newest OS. Written in jargon-free English that puts concepts in proper context, the book gives you a better understanding of Vista's innovations and capabilities, teaches you how to leverage Vista to increase worker productivity, and demonstrates how the system can best protect sensitive data. Best of all, Windows Vista Administration: The Definitive Guide is a problem-solving reference that lets you quickly access the solutions you need, and helps you unlock certain features to improve system performance -- without forcing you to page through the entire book. In part, the book's topics include: A tour of what's new -- including the Aero user interface, Sidebar, BitLocker Drive Encryption, Vista Search An overview of all five versions of Windows Vista Getting started -- with workgroup networks, user profiles, VPN connections Personalizing Vista -- with virtual folders, Flip 3D, the new Control Panel Working with software and hardware -- such as installing printers, storage devices, software Configuring Internet Explorer 7 -- phishing filters, cookies and privacy, popup blocker, RSS feeds Deploying Windows Vista -- installation, imaging software, modules, migrating data Optimizing performance -- memory, processor, disks, applications, network, command line administration Security -- auditing, disk quotas, account policies, user rights, group rights, IP security Troubleshooting tips -- Startup repair tool, frozen applications, remote assistance, backup and restore And that just scratches the surface. Which new features will significantly improve the operating system experience, and which are mere eye candy? What new features make Windows Vista worth the investment? Author Brian Culp supplies the answers with information-packed chapters, including one on Cool Vista Tricks that explains how to write your own gadgets for Sidebar, how to disable IM and email notifications using Vista Presenter, and a lot more.

Windows Vista Annoyances

by David A. Karp

Windows Vista may be the next big thing, but it still contains enough quirks and unaccountable behaviors to vex anyone. This unique guide not only discusses the most irritating features of the latest Microsoft operating system and how to get around them, but also explains how to improve Windows and do more with the software than Microsoft intended. You'll find information on setup, installation, upgrade from other Windows versions, the revamped interface, new security features, user accounts, troubleshooting, and the markedly improved Internet Explorer 7. Other chapters cover a wide range of key topics: Media Center - tips on photos, videos, music, TV tuners, HD, and the media center engine The Registry - explains the background and tools for working with Windows' database of settings Tinkering Techniques - offers hacking-style customization and problem-solving topics Networking and Wireless - includes LAN setup, WiFi sniffers and access points, connection sharing, firewalls, routers, and FTP Scripting and Automation - introduces simple programming using the Windows Scripting Host for automating repetitive tasks No other book takes our patented cranky, solutions-oriented approach. Our collection of tips, tools and techniques will improve your experience with Windows Vista, so you can control the OS -- rather than the other way around.

Windows Vista PL. Administracja. Przewodnik encyklopedyczny

by Brian Culp

Kompleksowy przewodnik dla u?ytkowników i administratorów Windows Vista Jak prawid?owo zainstalowa? Vist??Jak jš optymalnie skonfigurowa??Jak korzysta? z wiersza polece??System Windows Vista od swojego pojawienia si? na rynku zdoby? ju? spore grono zwolenników. Najnowsza wersja najpopularniejszego systemu operacyjnego da?a u?ytkownikom nie tylko efektowny interfejs graficzny, ale przede wszystkim mnóstwo nowych mo?liwo?ci. Nadal jednak wiele z nich pozostaje nieodkrytych lub nie w pe?ni wykorzystanych. Niewiele te? osób wie, w jaki sposób optymalnie skonfigurowa? ten system i administrowa? nim, szczególnie w przypadku wykorzystywania go w grupie roboczej. Poznanie wszystkich aspektów zarzšdzania Vistš jest tak?e niezb?dne dla administratorów sieci.Ksiš?ka "Windows Vista PL. Administracja. Przewodnik encyklopedyczny" to zestawienie najistotniejszych informacji koniecznych do sprawnego administrowania systemem Windows Vista i sieciš kontrolowanš przez ten system. Czytajšc jš, poznasz mo?liwo?ci i funkcje Visty, podobie?stwa i ró?nice pomi?dzy jej wersjami oraz metody personalizacji. Dowiesz si?, jak zainstalowa? system, zoptymalizowa? jego dzia?anie oraz stworzy? profile u?ytkowników. Nauczysz si? zabezpiecza? Vist?, definiowa? prawa u?ytkowników i grup, ustala? udzia?y dyskowe i zasady konta. Przeczytasz tak?e o rozwišzywaniu problemów z dzia?aniem systemu, tworzeniu kopii zapasowych, o pracy z wierszem polece? systemu Windows Vista i wspó?pracy z przeglšdarkš Internet Explorer 7.Nowo?ci w systemie Windows VistaPrzeglšd wersji VistyKonfigurowanie parametrów pracy w sieciTworzenie kont u?ytkownikówPersonalizacja systemu i konfigurowanie u?atwie? dla osób niepe?nosprawnychUruchamianie systemu i praca w trybie awaryjnymKonfigurowanie parametrów sprz?towychZarzšdzanie drukarkamiInstalowanie nowego oprogramowaniaWdra?anie Windows VistyOptymalizacja wydajno?ci systemuZabezpieczanie ?rodowiska VistyDobór parametrów pracy grupowejRozwišzywanie problemów z systememZosta? prawdziwym ekspertem w zakresie administracji systemem Windows Vista!

Windows Vista PL. Nieoficjalny podr?cznik

by David Pogue

Zadbaj o bezpiecze?stwo i maksymalnš wydajno?? Twojego komputera! Jak zabezpieczy? komputer przed wirusami, oprogramowaniem szpiegujšcym i co zrobi? z uszkodzonymi dyskami twardymi? Jak efektywnie segregowa?, filtrowa? i wyszukiwa? pliki? Do czego s?u?y galeria fotografii? Vista to najnowsza i bez wštpienia najbezpieczniejsza wersja sytemu operacyjnego Windows, zawierajšca mnóstwo mechanizmów i udogodnie? zapewniajšcych bezpieczne korzystanie z sieci oraz u?atwiajšcych optymalne u?ytkowanie Twojego sprz?tu. Wyposa?ony jest w nowoczesne narz?dzia, takie jak Defender, który zabezpiecza komputer przed programami szpiegujšcymi, oraz filtr oszuka?czych witryn ostrzegajšcy przed otwieraniem fa?szywych stron podszywajšcych si? na przyk?ad pod serwisy internetowe banków. System wprowadza te? mechanizmy kontrolne dla administratorów w przedsi?biorstwach oraz nowy program do tworzenia kopii zapasowych. "Windows Vista. Nieoficjalny podr?cznik" to ksiš?ka przydatna na ka?dym poziomie zaawansowania technicznego, zawierajšca opis podstawowych zagadnie? i komponentów oprogramowania, instrukcje korzystania z systemu oraz informacje o szybszych metodach wykonania ró?nego typu operacji, które przydadzš si? do?wiadczonym u?ytkownikom. Korzystajšc z "Nieoficjalnego podr?cznika", dowiesz si? mi?dzy innymi, do czego s?u?y zapora ogniowa, nauczysz si?, jak sprawnie tworzy? kopie zapasowe i budowa? w?asnš sie?. Znajdziesz tu wszelkie informacje potrzebne, by do maksimum wykorzysta? mo?liwo?ci systemu, a tak?e te, jak u?ywa? gad?etów -- mikroprogramów prezentujšcych na pulpicie na przyk?ad prognoz? pogody czy wyniki gie?dowe. Oprogramowanie Visty Konfiguracja kont internetowych Panel nawigacyjny, panel podglšdu i panel szczegó?ów Uk?adanie w stos, grupowanie, filtrowanie Programy multimedialne Rozpoznawanie mowy w systemie Windows Mechanizmy zabezpieczajšce Sprz?t i urzšdzenia peryferyjne Budowanie sieci Wszystko, co powiniene? wiedzie?, aby maksymalnie wykorzysta? mo?liwo?ci Visty!

Windows Vista PL. Przewodnik encyklopedyczny

by William R. Stanek

Ujarzmij moc drzemišcš w systemie Windows Vista! Jak zarzšdza? systemem i optymalnie go konfigurowa?? Jak przetwarza? media cyfrowe? Jak efektywniej przeszukiwa? zasoby komputera i nimi zarzšdza?? Windows Vista jest pierwszš wersjš systemu Windows, której funkcjonalno?? zmienia si? w zale?no?ci od komputera, a modu?owa budowa i uniezale?nienie od siebie poszczególnych sk?adników pozwalajš bardzo ?atwo dodawa? funkcje lub po prostu wy?šcza? poszczególne mechanizmy. Vista wprowadza wiele nowych mo?liwo?ci i praktycznych u?atwie?, takich jak przejrzysty i wygodny interfejs u?ytkownika, sprawna nawigacja, nowocze?niejsze zabezpieczenia, a dla osób obdarzonych wra?liwo?ciš estetycznš -- efektowne nowo?ci wizualne. "Windows Vista PL. Przewodnik encyklopedyczny" to nie jest zwyk?y podr?cznik. Dlaczego? Poniewa? jest to ksiš?ka przydatna na ka?dym poziomie zaawansowania. Przyda si? wszystkim tym, którzy ju? wcze?niej zetkn?li si? z tym systemem, a teraz chcš zaktualizowa? swojš wiedz?, pomo?e poczštkujšcym, a tak?e administratorom i pracownikom dzia?ów informatycznych. Przewodnik zawiera bowiem wszystko, co jest potrzebne, aby dopasowa? system operacyjny do indywidualnych potrzeb. Dzi?ki niemu dowiesz si?, jak zarzšdza? systemem i konserwowa? go, jak tworzy? biblioteki multimediów czy konfigurowa? urzšdzenia sprz?towe; poznasz te? wiele tajemnic, przydatnych trików i sztuczek do natychmiastowego wykorzystania, niezale?nie od u?ywanej edycji systemu. Konfiguracja systemu, sprz?tu i akcesoriów komputera Praca z danymi i mediami cyfrowymi Tworzenie biblioteki multimediów Zabezpieczanie i udost?pnianie danych Kompresowanie dysku Korzystanie z Centrum sieci i udost?pniania Ochrona komputera za pomocš Windows Defender i Zapory Windows Korzystanie z zasad grupy w systemie Windows Vista Konfigurowanie ustawie? proxy dla po?šcze? mobilnych Skróty klawiaturowe Zarzšdzanie repozytorium informacji BCD

Windows Vista Pocket Reference: A Compact Guide to Windows Vista

by Preston Gralla

Windows Vista Pocket Reference is the ideal guide to setting up and navigating the basics of this new operating system, from the new user interface to networking, multimedia, security, and mobility. This pocket reference offers four sections that will familiarize readers with Vista quickly: Getting Started gives a crash course in using Windows Vista, including the user interface, handling files, folders, drives and search, and working with hardware. Networking, the Internet and Wireless offers a tour of Internet Explorer 7, a wireless networking guide, and how to set up and maintain home networks. Multimedia shows how to use the Media Center, Windows Media Player, and how to handle graphics and photos, podcasts and MP3 players. Security, Mobility, and Troubleshooting visits the security features, shows how to tune up Vista, troubleshoot problems, and use Vista with mobile devices.

Windows Vista for Starters: The Missing Manual

by David Pogue

Fast-paced and easy to use, this concise book teaches you the basics of Windows Vista so you can start using this operating system right away. Written by "New York Times" columnist, bestselling author, Emmy-winning CBS News correspondent and Missing Manuals creator David Pogue, the book will help you: Navigate the desktop, including the fast, powerful and fully integrated desktop search function Use the Media Center to record TV and radio, present photos, play music, and record all of these to a DVD Breeze across the Web with the vastly improved Internet Explorer 7 tabbed browser Become familiar with Vista's beefed up security, and much more Windows Vista is a vast improvement over its predecessors, with an appealing, glass-like visual overhaul, superior searching and organization tools, a multimedia and collaboration suite, and a massive, top-to-bottom security-shield reconstruction. Every corner of the traditional Windows operating system has been tweaked, overhauled, or replaced entirely. Aimed at new and experienced computer users alike, Windows Vista for Starters: The Missing Manual is right there when you need it. This jargon-free book explains Vista's features quickly and clearly -- revealing which work well and which don't.

Windows Vista in a Nutshell: A Desktop Quick Reference

by Preston Gralla

This unique reference thoroughly documents every important setting and feature in Microsoft's new operating system, with alphabetical listings for hundreds of commands, windows, menus, listboxes, buttons, scrollbars and other elements of Windows Vista. With this book's simple organization, you'll easily find any setting, tool, or feature for the task you want to accomplish.Along with a system overview that highlights major changes, and a tour of the basics such as manipulating files and getting around the interface, Windows Vista in a Nutshell offers alphabetized references for these topics: The User Interface: Covers the Sidebar, Aero Glass, the new Control Panel layout, and applets, as well as how to customize animated windows, the desktop, Start menu, pop-up windows on the Taskbar, and more.The File System, Drives, Data, and Search: Discusses working with the new Windows Explorer, Virtual Folders, searches, indexing, saved searches, metadata, and sharing.The Internet and Networking: Examines TCP/IP, RSS, tabbed browsing, and anti-phishing features of Internet Explorer, plus cookie handling, parental control features, and more.Networking and Wireless: Offers an illustrated, step-by-step guide to setting up a home network; covers the Network Center, Sync Center, Hot Spot access, wireless management, collaboration, and sharing.Working with Hardware: Describes how to set up, maintain, and troubleshoot hardware--including keyboards, mice, monitors, USB devices, scanners, cameras, and sound devices--and how to add, install, and troubleshoot drivers.Security: Includes the Security Center, Windows Defender, User Account Protection, System Protection, Network Access Protection, WiFi encryption, Windows Firewall, file encryption, and more.Mobility: Explains Mobility Center settings, plugging a secondary monitor into your computer, and the new "network projection" feature for making presentations. Multimedia: Covers Windows Photo Gallery, Media Player, Media Center, podcasting features, connecting to and synching with MP3 players, recording TV and videos, making videos with Windows Movie Maker, and burning CDs and DVDs.The Command Prompt: Provides commands for working with files, utilities for troubleshooting the network, and instructions on how to create your own batch files.Appendixes include information on installation, keyboard shortcuts, common filename extensions, and more. Windows Vista in a Nutshell is your one-stop source for everything you need from Microsoft's latest operating system.

Windows Vista. Leksykon kieszonkowy

by Preston Gralla

Podr?czny przewodnik po systemie Vista Przeglšd najwa?niejszych elementów systemu Zestawienie skrótów klawiaturowych Omówienie struktury rejestru systemowego System operacyjny Windows Vista -- najnowsza wersja najpopularniejszego systemu operacyjnego -- wkroczy? na rynek z rozmachem. Od dawna zapowiadany produkt firmy Microsoft szybko sta? si? przebojem w?ród u?ytkowników komputerów. Producent zaoferowa? kilka wersji ró?nišcych si? mo?liwo?ciami, jednak majšcych wiele wspólnego. Vista ma nowy, bardzo intuicyjny i wygodny interfejs u?ytkownika, jest stabilna, bezpieczna i doskonale sprawdza si? w sieci. Narz?dzia, znane u?ytkownikom poprzednich wersji Windows, zosta?y gruntownie przeprojektowane i dodano wiele nowych. Ksiš?ka "Windows Vista. Leksykon kieszonkowy" to zwi?z?y przewodnik po tym nowatorskim systemie operacyjnym. Znajdziesz w nim niezb?dne do pracy wiadomo?ci podane w zwartej i czytelnej postaci. Poznasz najwa?niejsze elementy systemu oraz narz?dzia i aplikacje, w jakie zosta? wyposa?ony. Przeczytasz o korzystaniu ze skrótów klawiaturowych, pracy w sieci, modyfikowaniu zawarto?ci rejestru, wyszukiwaniu plików i danych, drukowaniu i systemie plików. Dowiesz si? tak?e, jak korzysta? z wiersza polece?. Elementy Pulpitu Dyski, foldery i pliki Skróty klawiaturowe Konfigurowanie systemu za pomocš Panelu sterowania Przeszukiwanie plików i folderów Korzystanie z poczty elektronicznej i przeglšdarki Internet Explorer Konfiguracja po?šcze? sieciowych Administracja systemem Edycja rejestru Polecenia konsoli tekstowej Dzi?ki tej ksiš?ce szybko zaczniesz efektywnš prac? z systemem Windows Vista.

Windows Vista: The Definitive Guide

by William R. Stanek

Whether you're a beginner, power user, or seasoned professional, Windows Vista: The Definitive Guide has everything you need to customize the operating system, master your digital media, manage your data, and maintain your computer -- regardless of which Windows Vista edition you're using. Why this book and not some other resource? Bestselling author and Windows expert William Stanek doesn't just teach you the steps you need to follow, he also tells you how features work, why they work, and how you can customize them to meet your needs. You'll learn how to squeeze out every last bit of power out of Windows Vista, and how to make the most out of its features and programs, including how to: Set up, customize and tune Windows Vista - Optimize its appearance and performance; install, configure and maintain software; customize your hardware; and install printers, scanners and faxes Manage your files - Search your computer more efficiently; secure your files and data; share and collaborate; and get the most out of accessories such as the Mobility Center Master your digital media - Create media libraries with Media Player; manage digital pictures and videos with Photo Gallery; make DVDs with DVD Maker; and create movies with Movie Maker Get connected and start networking - Set up a home or small-office network; learn to use Windows Mail, Calendar, and Meeting Space; conquer Internet Explorer 7; and master on-the-go networking Protect your computer - Keep your family safe while on the Internet; set up parental controls and content ratings; navigate the computer security maze; configure Windows Vista's security features Manage and support Windows Vista systems - Deal with user accounts, disks and drives; handle routine maintenance and troubleshooting; and resolve advanced support and recovery issues Learn advanced tips and techniques - Manage the Windows boot environment, explore Group Policy, discover keyboard shortcuts, and much more

Windows Vista: The Missing Manual

by David Pogue

Windows Vista is Microsoft's most important software release in more than a decade. It offers users an abundance of new and upgraded features that were more than five years in the making: a gorgeous, glass-like visual overhaul; superior searching and organization tools; a multimedia and collaboration suite; and above all, a massive, top-to-bottom security-shield overhaul. There's scarcely a single feature of the older versions of Windows that hasn't been tweaked, overhauled, or replaced entirely. But when users first encounter this beautiful new operating system, there's gonna be a whole lotta head-scratchin', starting with trying to figure out which of the five versions of Vista is installed on the PC (Home, Premium, Business, Enterprise, Ultimate). Thankfully, Windows Vista: The Missing Manual offers coverage of all five versions. Like its predecessors, this book from New York Times columnist, bestselling author, and Missing Manuals creator David Pogue illuminates its subject with technical insight, plenty of wit, and hardnosed objectivity for beginners, veteran standalone PC users, and those who know their way around a network. Readers will learn how to: Navigate Vista's elegant new desktopLocate anything on your hard drive quickly with the fast, powerful, and fully integrated search functionUse the Media Center to record TV and radio, present photos, play music, and record any of the above to DVDChat, videoconference, and surf the Web with the vastly improved Internet Explorer 7 tabbed browserBuild a network for file sharing, set up workgroups, and connect from the roadProtect your PC and network with Vista's beefed up securityAnd much more.This jargon-free guide explains Vista's features clearly and thoroughly, revealing which work well and which don't. It's the book that should have been in the box!

Windows VistaTM For Dummies

by Andy Rathbone

Create music CDs and photo DVDs or even watch TV Move your files to a new computer, or get your old PC ready for Vista The thing that's made Windows For Dummies so successful is that it's packed with the basics you need to make Windows work. This book gets you through all the Windows Vista tasks and tripwires, including starting programs, finding files, navigating the new see-through interface, staying safe while you cruise the Internet, and much more. Discover how to Find files when they're hiding Hook up with another computer Make Vista work like XP Block Internet bad guys Share a PC without sharing your files Fix problems yourself

Windows Vista® Inside Out Deluxe Edition

by Craig Stinson Carl Siechert Ed Bott

Learn how to conquer Windows Vista--from the inside out! Written by the authors of the immensely popular Windows Vista Inside Out, this deluxe edition--updated for Service Pack 1--packs even more advanced information, hundreds of timesaving solutions, troubleshooting tips, and workarounds--all in concise, fast-answer format. You get 300+ new pages in this comprehensive reference that delivers the up-to-date answers you need to work with Windows Vista. New topics covered in this edition help you zero in on advanced networking, security, and corporate deployment issues as well as advanced features such as speech recognition, Tablet PC support, and Windows Vista certification. You'll also discover how to use new features in Windows Media® Player and Microsoft® Internet Explorer® 7. Plus, you'll get tools, eBooks, and more on the companion CD. With INSIDE OUT, you get all muscle and no fluff! 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 Vista® Resource Kit

by Mitch Tulloch Tony Northrup Jerry Honeycutt

In-depth, comprehensive, and fully updated for Service Pack 1, this RESOURCE KIT delivers the information you need to administer Windows Vista. You get authoritative technical guidance from those who know the technology best--Microsoft Most Valuable Professionals and the Windows Vista team--along with essential scripts and resources on the CD. Get expert guidance on how to: Use Microsoft Deployment Toolkit best practices and tools Plan user-state migration and test application compatibility Exploit new Group Policy features, settings, and ADMX templates Configure software updates and client-security technologies Administer disks, file systems, file sharing, search, and Internet Explorer Install and troubleshoot printers, devices, and services Manage IPsec, IPv6, wireless, and remote connectivity Use performance monitoring and diagnostic tools to manage desktop health Resolve common startup, hardware, and networking issues CD features: 120+ sample VBScript scripts 25 sample Windows PowerShell scripts Troubleshooting tools Links to toolkits, documentation, and white papers Complete eBook of INTRODUCING WINDOW SERVER 2008 Sample chapters from related Microsoft Press books Fully searchable eBook of this guide Plus: * See "Direct from the Source" sidebars for deep insights and troubleshooting tips from the Windows Vista team 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 Vista® Step by Step Deluxe Edition

by Joan Lambert Joyce Cox

The smart way to learn Windows Vista--one step at a time! Updated with expanded coverage, this deluxe edition covers all of the latest Windows Vista features. You'll discover the smartest ways to stay organized with Windows® Mail, Windows Contact, Windows LiveTM Messenger, Windows Meeting Space, Windows Calendar, and Windows SidebarTM. You'll also learn how to work with graphics and documents by using Windows Paint, NotePad, and WordPad. Even more, learn how to have fun with Windows Vista and your digital media--creating home videos and more! Plus, you still get coverage of the fundamentals of working with Windows Vista, including how to navigate the new user interface and how to use Instant Search to find anything on your desktop! Work at your own pace through the easy numbered steps, practice files on CD, helpful hints, and troubleshooting help and learn how to manage files and folders to simplify your work, hook up printers and other devices, and connect to the Internet. You will also discover how to use security-enhanced features to help protect your PC. The companion CD includes skill-building practice files, eBooks, and more! With STEP BY STEP, you can take just the lessons you need or work from cover to cover. Either way, you drive the instruction--building and practicing the skills you need, just when you need them! 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 Vista® Step by Step, Deluxe Edition

by Online Training Solutions

Learn Windows Vista the smart way with expanded coverage of the latest features!

Windows Vista®: Home Entertainment with Windows® Media Center and Xbox 360™

by S. E. Slack Greg Slack

Connect! Create! Play! And discover digital home entertainment made easy with Windows Vista, Windows Media Center, and Xbox 360. This book is full of activities that help you create a vivid entertainment experience in every room of your home. It's loaded with easy how-to's, helpful hints, and troubleshooting tips to help you focus on the fun. Let your imagination run wild and take a front row seat as you enjoy eye-popping graphics, 3D gaming on the big screen, and stunning cinematic experiences--all with one remote! Discover how to: Transform one PC into a hub for entertainment throughout your entire home Bring home the concert hall and movie theater with dazzling sound and hi-def, big-screen picture Create digital slide shows, home movies, photo albums, and music libraries to share throughout the home Rent and download movies, record your favorite shows, watch them on your time Game on! Download the hottest games or your retro favorites, and match wits online Customize your system and set parental controls to meet the needs of the whole family

Windows Vista®: Home Networking

by Joli Ballew

Connect your home the easy way! This straightforward book guides you through the basics of setting up a simple network for your Windows Vista-based PCs. It's loaded with easy-to-follow procedures and plenty of screen shots to help you do it yourself without the hassle. Organized for quick reference when you need it, this is the perfect resource to help you get your home network running--and keep it running smoothly! Discover how to: Set up the right network for your home--wired, wireless, remote Share and share alike: internet connections, digital media, printers, and more! Create user accounts and set parental controls for family computing with peace of mind Lock the deadbolt--set up security features to help keep your PCs healthy Set up Windows Home Server for simplified data storage, backup, and recovery Troubleshoot common issues and perform easy network maintenance

Refine Search

Showing 61,701 through 61,725 of 62,957 results