Windows
Log-in
|
Register
|
Windows
:
System Werks
>
Technology
>
Windows
Top Menu
Show
:
Comments
Attachments
History
Information
Print
:
Print
Print preview
Export as PDF
Export as RTF
Export as HTML
Export as XAR
Wiki code for
Windows
Hide Line numbers
1: 1 Windows 2: 3: *Table of Contents* 4: #toc(2 6 false) 5: 6: 1.1 Overview 7: 8: All windows technologies. 9: 10: 1.1 Memory 11: 12: * Microsoft Windows Hardware Developer Central 13: ** [Operating Systems and PAE Support>http://www.microsoft.com/whdc/system/platform/server/PAE/pae_os.mspx] 14: ** [Memory Management: What Every Driver Writer Needs to Know >http://www.microsoft.com/whdc/driver/kernel/mem-mgmt.mspx] 15: * Microsoft Support Forums 16: ** [The old 4gb \/PAE thing\.\.\.>http://www.techsupportforum.com/1617598-post11.html] 17: * TechNET 18: ** [TechNet Library >http://technet.microsoft.com/en-us/library/default.aspx] 19: ** [PAE X86 Technical Reference>http://msdn.microsoft.com/en-us/library/aa366796(VS.85).aspx] 20: * MSDN 21: ** [Physical Address Extension>http://msdn.microsoft.com/en-us/library/aa366796(VS.85).aspx] 22: ** [Memory Limits for Windows Releases>http://msdn.microsoft.com/en-us/library/aa366778.aspx] 23: * Mark Russinovich’s technical blog 24: ** [Pushing the Limits of Windows\: Physical Memory>http://blogs.technet.com/markrussinovich/archive/2008/07/21/3092070.aspx] 25: ** [Pushing the Limits of Windows\: Virtual Memory>http://blogs.technet.com/markrussinovich/archive/2008/11/17/3155406.aspx] 26: * Microsoft Help and Support 27: ** [A detailed description of the Data Execution Prevention (DEP) feature in Windows XP Service Pack 2, Windows XP Tablet PC Edition 2005, and Windows Server 2003 >http://support.microsoft.com/default.aspx?scid=kb;en-us;875352] 28: 1.1 Remote Assistance 29: 30: * [Things You Didn’t Know About Windows XP \- WindowsXP hidden features>http://www.astahost.com/info.php/12-Didn39t-Windows-Xp_t11120.html] 31: ** You can use Remote Assistance to help a friend who’s using network address translation (NAT) on a home network, but not automatically. Get your pal to email you a Remote Assistance invitation and edit the file. Under the RCTICKET attribute will be a NAT IP address, like 192.168.1.10. Replace this with your chum’s real IP address \-\-they can find this out by going to www.whatismyip.com\-\- and get them to make sure that they’ve got port 3389 open on their firewall and forwarded to the errant computer. 32: * [Enable Remote Desktop Connection through Windows Firewall Remotely>http://blogs.msdn.com/mshneer/archive/2006/08/02/687237.aspx] 33: * [Freeware to Turn On and Enable Remote Desktop on Another Computer Remotely>http://www.mydigitallife.info/2008/06/25/freeware-to-turn-on-and-enable-remote-desktop-on-another-computer-remotely/] 34: * [Enabling Remote Desktop\,remotely>http://blogs.msdn.com/tonyschr/archive/2004/04/19/116245.aspx] 35: 36: \\ 37: \\ 38: 39: \\ 40: 41: {code} 42: psexec \\machinename reg add "hklm\system\currentcontrolset\control\terminal server" /f /v fDenyTSConnections /t REG_DWORD /d 0 43: 44: You can execute reg.exe against a remote machine directly, and skip psexec: 45: reg add \\machinename\hklm\... 46: 47: {code} 48: 49: \\ 50: \\ 51: 52: \\ 53: \\ 54: 55: 1.1 Windows XP Tips 56: 57: * [WindowsXP Tips>http://www.onecomputerguy.com/windowsxp_tips.htm] 58: * [Windows XP How-to Articles>http://www.kayodeok.btinternet.co.uk/favorites/kbasewinxphowto.htm] 59: * [How to make your programs run on Windows startup>http://www.windowsdevcenter.com/pub/a/oreilly/windows/ron/startup_0401.html] 60: * [How to make a program run like a service in Windows Server Family>http://www.geekadmin.com/?p=27] 61: * [How to obtain Windows XP Setup boot disks>http://support.microsoft.com/kb/310994] 62: * [Windows Program Automatic Startup Locations>http://www.bleepingcomputer.com/tutorials/tutorial44.html] 63: * [More About SrvAny>http://www.windowsitpro.com/Article/ArticleID/8148/8148.html] 64: * [How To Create a User-Defined Service>http://support.microsoft.com/kb/137890] 65: * [Quicklaunch your USB workspace>http://lifehacker.com/software/top/hack-attack-quicklaunch-your-usb-workspace-182792.php] 66: 67: 1.1.1 Welcome Screen 68: 69: * [Administrator and Users on the Welcome Screen>http://www.kellys-korner-xp.com/xp_wel_screen.htm] 70: 71: 1.1 Game Development 72: 73: * [A Primer for Microsoft’s XNA>http://games.slashdot.org/article.pl?sid=07/01/19/1646233&from=rss] 74: 75: 1.1 Backup 76: 77: * [Ntbackup >http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ntbackup_command.mspx?mfr=true] 78: * [Unison rsync for Windows>http://www.cis.upenn.edu/~bcpierce/unison/index.html] 79: * [Moving files and settings to a new computer running Windows XP>http://www.microsoft.com/windowsxp/using/setup/winxp/migrate.mspx] 80: * robocopy 81: * [FileSyncingHowTo \- Synching Files Between Remote PCs >http://www.minezone.org/wiki/MVance/FileSyncingHowTo] 82: 83: 84: 85: 1.1 Software Development (Games, Web, Hardware, Windows) 86: 87: * [Visual Studio 2008 Express Developer Center>http://msdn2.microsoft.com/en-us/express/future/default.aspx] 88: * [Rsync for Windows>http://www.gaztronics.net/rsync.php] 89: * [Rsync client and server for Windows>http://www.itefix.no/phpws/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=6&MMN_position=23:23] 90: ** [How can I secure connections between windows rsync clients and cwRsync servers ?>http://www.itefix.no/phpws/index.php?module=faq&FAQ_op=view&FAQ_id=55] 91: * [Installing RSYNC on Windows 2003/2000/NT>http://brentnorris.net/rsyncntdoc.html] 92: * [Installing ssh and rsync on a Windows machine: minimalist approach>http://optics.ph.unimelb.edu.au/help/rsync/rsync_pc1.html] 93: * [http://optics.ph.unimelb.edu.au/help/rsync/rsync_pc1.html>http://www.novell.com/coolsolutions/appnote/14729.html] (Novell) 94: * [Windows to UNIX porting, Part 1: Porting C/C++ sources - Demystifying the process of porting a C/C++-based project from Windows to UNIX>http://www.ibm.com/developerworks/aix/library/au-porting/?ca=dgr-lnxw06unixportwin&S_TACT=105AGX59&S_CMP=GR] 95: * [File Checksum Integrity Verifier utility>http://support.microsoft.com/kb/841290] 96: 97: 1.1 Windows PE 2.0 98: 99: * [Windows PE 2.0\: a tiny version of Windows for system maintenance>http://www.apcstart.com/site/jbannan/2006/08/1082/windows-pe-20-a-tiny-version-of-windows-for-system-maintenance] 100: 101: 1.1 Tools 102: 103: 1.1.1 Resource Kits 104: 105: * [Windows 2000 Resource Kit Tools for administrative tasks >http://support.microsoft.com/kb/927229] 106: 107: 1.1.1 Windows XP Service Pack 2 Support Tools 108: 109: * [Windows XP Service Pack 2 Support Tools>http://www.microsoft.com/downloads/details.aspx?FamilyId=49AE8576-9BB9-4126-9761-BA8011FABF38&displaylang=en] 110: ** *Brief Description* - The Windows Support Tools for Microsoft Windows XP are intended for use by Microsoft support personnel and experienced users to assist in diagnosing and resolving computer problems. 111: 112: 1.1.1 Windows XP Service Pack 3 Support Tools 113: 114: * {attach:Apply Windows XP Service Pack 3 and all critical post-SP3 hotfixes|file=xpsp3local.cmd|title=Download xpsp3local.cmd} 115: 116: 1.1.1 Environment Variables 117: 118: * [Environment Variables in Windows XP>http://vlaurie.com/computers2/Articles/environment.htm] 119: * [SETX.exe \(Resource Kit\)>http://www.ss64.com/nt/setx.html] 120: * [How to propagate environment variables to the system>http://support.microsoft.com/?kbid=104011] 121: 122: 1.1.1 Registry 123: 124: * [How to change registry values or permissions from a command line or a script>http://support.microsoft.com/kb/264584/en-us] 125: 126: 1.1.1 Altiris Technology 127: 128: * [Scripted OS Install - Part 1: Installing Windows XP>http://juice.altiris.com/article/2475/scripted-windows-xp-install-introduction] 129: 130: 1.1.1 Scripting 131: 132: * [The Windows Command Line, Batch Files, and Scripting >http://commandwindows.com/] 133: * [How to Find Useful Free Script Programs for Windows XP >http://vlaurie.com/computers2/Articles/script.htm] 134: * [Scripting and Batch Programming Resources >http://labmice.techtarget.com/scripting/default.htm] 135: * [Environment Variables Not Set by "Double-Click" Or Available in Another Command Window >http://support.microsoft.com/kb/263105] 136: 137: 1.1.1 Windows PowerSehll 138: 139: * [Windows PowerShell >http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx] 140: * [PowerShell in Windows XP >http://commandwindows.com/powershell.htm] 141: * [Scripting with Windows PowerShell >http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx] 142: * [Script Center >http://www.microsoft.com/technet/scriptcenter/default.mspx] 143: ** Consider this your one-stop shop for all your Windows system administration scripting needs. 144: 145: 1.1.1 Batch Files 146: 147: * [Windows XP Command Line Tools Summary>http://www.fiveanddime.net/windows-xp-command-line-tools.html] 148: * [Sed for Windows>http://gnuwin32.sourceforge.net/packages/sed.htm] 149: * [THE SED FAQ>http://sed.sourceforge.net/sedfaq.html] 150: * [Sed - An Introduction and Tutorial>http://www.grymoire.com/Unix/Sed.html] 151: * [Sedand Regular Expressions>http://main.rtfiber.com.tw/~changyj/sed/] 152: * [sedsed>http://sedsed.sourceforge.net/] 153: * [developerWorks - Common threads: Sed by example, Part 1>http://www.ibm.com/developerworks/linux/library/l-sed1.html] 154: * [developerWorks - Common threads: Sed by example, Part 2>http://www.ibm.com/developerworks/linux/library/l-sed2.html] 155: * [developerWorks - Common threads: Sed by example, Part 3>http://www.ibm.com/developerworks/linux/library/l-sed3.html] 156: * [How do I \.\.\. create the autorun.inf file for my CDs and DVDs?>http://blogs.techrepublic.com.com/window-on-windows/?p=806] 157: * [File Checksum Integrity Verifier utility>http://support.microsoft.com/kb/841290] 158: * [Good reference on how to script windows updates>http://smithii.com/files/xpsp3local.cmd] 159: 160: 1.1.1 Managing Windows networks using scripts 161: 162: * [8 part article - Managing Windows networks using scripts>http://searchnetworking.techtarget.com/tip/0,289483,sid7_gci1255970,00.html] 163: 164: 1.1.1 Windows Filesystem 165: 166: * [How to use Xcacls.vbs to modify NTFS permissions>http://support.microsoft.com/kb/825751/en-us] 167: * [File Checksum Integrity Verifier utility>http://support.microsoft.com/kb/841290] 168: 169: 1.1.1 Microsoft Windows Installer 170: 171: * [Wikipedia - Windows Installer>http://en.wikipedia.org/wiki/Windows_Installer] 172: * [Role-based Guide to Windows Installer Documentation>http://msdn.microsoft.com/en-us/library/aa371367(VS.85).aspx] 173: * [How to create a third-party Microsoft Installer package>http://support.microsoft.com/kb/257718/EN-US/] 174: * [INFO: Disadvantages of Repackaging Applications>http://support.microsoft.com/kb/264478] 175: * [INFO: Description of Resiliency in Windows Installer>http://support.microsoft.com/kb/290997] 176: * [MSDN Windows Installer Reference>http://msdn.microsoft.com/en-us/library/aa372860(VS.85).aspx] 177: * [Resiliency>http://msdn.microsoft.com/en-us/library/aa371230(VS.85).aspx] 178: * [How To Disable Windows Installer Resiliency>http://support.microsoft.com/kb/303439] 179: * ["Stop Installation Idiocy" PCWorld’s Hassle Free PC article>http://blogs.msdn.com/windows_installer_team/archive/2005/11/01/486587.aspx] 180: * [Windows Installer, the Class table, and resiliency repair dialogs>http://blogs.msdn.com/astebner/archive/2005/01/13/352649.aspx] 181: * [Why does Windows Installer start installing some other product when I try to install or use a different MSI-based product?>http://blogs.msdn.com/astebner/archive/2004/08/24/219764.aspx] 182: * [Windows Installer (MSI) Tips and Notes>http://www.prairienet.org/~pops/msi_tips.html] 183: * [Command-Line Switches for the Microsoft Windows Installer Tool>http://support.microsoft.com/kb/227091] 184: * [Command-Line Switches for the Microsoft Windows Installer Tool>http://msdn.microsoft.com/en-us/library/aa367988.aspx] 185: * [Extract files from a MSI package>http://smallvoid.com/article/windows-extract-msi.html] 186: * [Command-line switches for IExpress software update packages>http://support.microsoft.com/?id=197147] 187: * [Instructions for performing unattended / silent installations of many popular application installers>http://unattended.sourceforge.net/installers.php] 188: * [File Checksum Integrity Verifier utility>http://support.microsoft.com/kb/841290] 189: 190: 1.1.1 InstallShield 191: 192: 1.1.1.1 Silent Installs 193: 194: * [Q101901\: HOWTO\: Authoring a Silent Installation >http://kb.acresso.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q101901&sliceId=] 195: * [InstallShield Setup Silent Installation Switches >http://www.appdeploy.com/tips/detail.asp?id=18] 196: * [Wrap it up\! Silent\, multiproduct installations in one easy wrapper >http://www.ibm.com/developerworks/library/i-install/] 197: 198: 1. Run the setup program with the \/r command line parameter. 199: 11. Respond to all dialogs and complete the installation. 200: 11. When finished, there will be a response file created with the file extension .iss 201: 11. The file will be setup.iss and in your Windows directory, but you may have to look around for the file. 202: 1. Move\/rename the .iss file. 203: 1. Run setup using the .iss file 204: 1. IS6.3 has a bug were silent install doesn’t work unless you are in the directory which contains setup.exe 205: 1. syntax is\: setup -s -f1\"setup.iss\" 206: 207: 1.1.1 User State Migration Tool 208: 209: * [User State Migration>http://technet.microsoft.com/en-us/desktopdeployment/bb397209.aspx] 210: * [User State Migration Tool (USMT) team blog>http://blogs.technet.com/usmt/archive/2008/05.aspx] 211: * [*Wipe-and-load* and *Side-by-side* migration *Example Scenarios*>http://technet2.microsoft.com/WindowsVista/en/library/dd128813-b001-49f3-8536-3b3eb774d6291033.mspx?mfr=true] 212: * [Quick Start Guide to Windows Vista User Profile Migration>http://technet2.microsoft.com/WindowsVista/en/library/1bd36fc2-1fc6-4edf-847f-d4be4305516a1033.mspx?mfr=true] 213: * [User State Migration Tool 3.0>http://technet2.microsoft.com/WindowsVista/en/library/91f62fc4-621f-4537-b311-1307df0105611033.mspx?mfr=true] 214: * [Description of the User State Migration Tool for Windows XP Professional>http://support.microsoft.com/kb/321197] 215: * [Windows User State Migration Tool (USMT) Version 3.0.1>http://www.microsoft.com/downloads/details.aspx?FamilyId=799AB28C-691B-4B36-B7AD-6C604BE4C595&displaylang=en] 216: 217: 1.1.1 How to add or remove Windows Components 218: 219: * [How to add or remove Windows Components by using Sysocmgr.exe>http://support.microsoft.com/kb/222444/EN-US/] 220: * [How To Perform an Unattended Installation of IIS 6.0 >http://support.microsoft.com/kb/309506] 221: 222: 1.1.1 Automatic Logon 223: 224: * [Automatic Logon Does Not Work if the Local Administrator Password Is Encrypted in the Answer File>http://support.microsoft.com/kb/312394] 225: 226: 1.1.1 Sysprep 227: 228: * [How to use the Sysprep tool to automate successful deployment of Windows XP >http://support.microsoft.com/kb/302577] 229: 230: 231: 232: 233: 234: 235: 236: 237: 1.1 Windows Updates 238: 239: * [Windows Update Catalog>http://catalog.update.microsoft.com/v7/site/Home.aspx] 240: 241: 1.1 Performance 242: 243: * [Step by Step The Complete Guide to Speeding Up Your PC’s Startup>http://lifehacker.com/5087101/the-complete-guide-to-speeding-up-your-pcs-startup] 244: * [Little Known Tweak to Boost Hard Drive Performance>http://neodon.blogspot.com/2006/07/little-known-tweak-to-boost-hard-drive.html] 245: 246: 1.1 Troubleshooting 247: 248: * [How do I reset Windows Update components? >http://support.microsoft.com/kb/971058/en-us] - this is a great fix to handle situations where Windows Update fails to run and you have already tried the othr common solutions. 249: * [Advanced troubleshooting for shutdown problems in Windows XP>http://support.microsoft.com/kb/308029/] 250: * [Why Windows takes so long to shut down>http://www.intelliadmin.com/blog/2006/07/why-windows-takes-so-long-to-shut-down.html] 251: * [You experience log off problems on a Windows XP-based, Windows Server 2003-based, Windows 2000-based, or Windows NT 4.0-based computer>http://support.microsoft.com/kb/837115] 252: * [User Profile Hive Cleanup Service>http://www.microsoft.com/downloads/details.aspx?FamilyId=1B286E6D-8912-4E18-B570-42470E2F3582&displaylang=en] 253: * [Microsoft: Windows XP Professional Resource Kit>http://www.microsoft.com/whdc/devtools/debugging/default.mspx] 254: * [How to gather information after a memory dump in Windows XP>http://support.microsoft.com/kb/314084/en-us] 255: * [What is a DLL\?>http://support.microsoft.com/kb/815065/en-us] 256: * [Windows XP Professional Resource Kit \- Troubleshooting the Startup Process>http://www.microsoft.com/technet/prodtechnol/winxppro/reskit/c29621675.mspx] 257: * [INFO\: Useful Tools for Package and Deployment Issues>http://support.microsoft.com/kb/q198038/] 258: * [How to troubleshoot problems accessing secure Web pages with Internet Explorer 6 Service Pack 2>http://support.microsoft.com/kb/870700] 259: * [Windows Update Error number: 0x80244030>http://forums.techarena.in/showthread.php?t=540321] 260: ** just doing regsrv2 steps fixed a particular workstation 261: *** regsvr32 Msxml3.dll 262: *** regsvr32 Msxml2.dll 263: *** regsvr32 Msxml.dll 264: * [Mass Storage Drive Problem>http://www.techsupportforum.com/hardware-support/other-hardware-support/2533-mass-storage-drive-problem.html] 265: * [Junfeng Zhang’s Windows Programming Notes (Diagnosing SideBySide failures)>http://blogs.msdn.com/junfeng/archive/2006/04/14/576314.aspx] 266: * [How to find the MAC address of a remote computer>http://searchwincomputing.techtarget.com/tip/0,289483,sid68_gci1165830,00.html#] 267: * [A detailed description of the Data Execution Prevention (DEP) feature in Windows XP Service Pack 2, Windows XP Tablet PC Edition 2005, and Windows Server 2003>http://support.microsoft.com/kb/875352] 268: * [About Normal.dot in Microsoft Word>http://www.officearticles.com/word/about_normal_dot_in_microsoft_word.htm] 269: * [You are prompted to save the changes to the Normal.dot or Normal.dotm or Normal.dotm global template every time that you quit Word>http://support.microsoft.com/kb/291352/en-us] 270: * [Prompt to save Normal.dot when using Word as an automation server>http://support.microsoft.com/kb/285885/en-us] 271: * [How to use startup command line switches to start Word 2007, Word 2003, Word 2002, and Word 2000>http://support.microsoft.com/kb/210565/en-us] 272: * [How to reset user options and registry settings in Word>http://support.microsoft.com/kb/822005/en-us] 273: * [How to troubleshoot damaged Word documents>http://support.microsoft.com/kb/826864/en-us] 274: * [Available switch options for the Windows XP and the Windows Server 2003 Boot.ini files>http://support.microsoft.com/kb/833721/en-us] 275: * [Microsoft’s Internet Connectivity Evaluation Tool>http://www.microsoft.com/windows/using/tools/igd/default.mspx] 276: * [After XP SP3 Upgrade \- Device Manager Empty \/ Network Connection Icons Missing>http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=3302530&SiteID=17] 277: * [Empty Device Manager>http://www.tomshardware.com/forum/159687-45-empty-device-manager] 278: * [Device Manager list empty>http://www.softwaretipsandtricks.com/forum/windows-xp/4510-device-manager-list-empty.html] 279: * [Blank device manager>http://techrepublic.com.com/5208-11184-0.html?forumID=47&threadID=184980] 280: * [Device Manager is totally blank but PC is working?>http://www.askmehelpdesk.com/windows/device-manager-totally-blank-but-pc-working-20362.html] 281: * [How to solve Windows system crashes in minutes>http://www.networkworld.com/news/2005/041105-windows-crash.html] 282: * [How to perform advanced clean-boot troubleshooting in Windows XP>http://support.microsoft.com/kb/316434] 283: * [How to Use the SPCheck Tool in Windows XP>http://www.windowsnetworking.com/articles_tutorials/SPCheck-Tool-Windows-XP.html] 284: 285: 1.1.1 WMI 286: 287: * [WMI Isn’t Working!>http://www.microsoft.com/technet/scriptcenter/topics/help/wmi.mspx#ECOAC] 288: * [Repairing and re-registering the WMI>http://windowsxp.mvps.org/repairwmi.htm] 289: 290: 1.1.1 Windows File Protection 291: 292: * [Disable Windows File Protection>http://www.winguides.com/registry/display.php/790/] 293: * [Tweaking XP: Windows File Protection and SP2>http://www.windowsnetworking.com/articles_tutorials/Tweaking-XP-Windows-File-Protection-SP2.html] 294: * [Disabling Windows File Protection>http://www.microsoft.com/whdc/archive/wfp.mspx#ENAAC] 295: * [Registry settings for Windows File Protection>http://support.microsoft.com/kb/222473] 296: * [Disable Windows File Protection \(Windows 2000\/XP\)>http://www.pctools.com/guides/registry/detail/790/] 297: 298: 1.1 Debugging Tools 299: 300: * [Microsoft: Debugging Tools for Windows - Overview>http://www.microsoft.com/whdc/devtools/debugging/default.mspx] 301: 302: 1.1 Windows Activation 303: 304: * [Transferring Windows XP Activation Information>http://netsecurity.about.com/od/windowsxp/qt/aaqtwinxp0829.htm] 305: 306: 1.1 Windows Errors 307: 308: 1.1.1 Microsoft Sites 309: 310: * [Frequently Asked Questions>http://www.update.microsoft.com/windowsupdate/v6/about.aspx?ln=en] 311: * [Find Solutions>http://www.update.microsoft.com/windowsupdate/v6/troubleshoot.aspx?ln=en] 312: * [Windows Update Newsgroup>http://go.microsoft.com/fwlink/?linkID=9581] 313: * [Microsoft Online Assisted Support>http://go.microsoft.com/fwlink/?linkID=21608](no-cost for Windows Update issues) 314: 315: 1.1.1 Third Part Sites 316: 317: * (Needs entries) 318: 319: 1.1.1 Specfic Errors 320: 321: * [Windows Update Version 6 error code list>http://support.microsoft.com/kb/938205] (Windows Update Fails with Error Code 0x80244030) 322: ** [Search Results: 0x80244030>http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?query=0x80244030&dg=microsoft.public.windowsupdate&cat=en_US_2231886c-4c59-45b0-92e0-8881ddf5f40b&lang=en&cr=US&pt=&catlist=&dglist=&ptlist=&exp=&sloc=en-us] 323: *** [Error number: 0x80244030- The Fix>http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.windowsupdate&mid=364a8d7a-0b36-4c13-a35e-6368ab5840f5&sloc=en-us] 324: 325: 1.1 MSDOS Tools 326: 327: * [SMARTDrive 4.0 Design Overview>http://support.microsoft.com/kb/82203] 328: 329: 1.1 Security 330: 331: * [How to Crack a Windows Password With a Live CD>http://gizmodo.com/gadgets/software/how-to-crack-a-windows-password-with-a-live-cd-233363.php] 332: * [Built-in Windows commands to determine if a system has been hacked>http://searchsecurity.techtarget.com/tip/0,289483,sid14_gci1303709,00.html] 333: * [BLOG: Built-in Windows Command-Line Security Tools>http://www.schneier.com/blog/archives/2008/05/builtin_windows.html] 334: * [Administrator and User Passwords in Windows XP>http://www.kellys-korner-xp.com/win_xp_passwords.htm] 335: * [Policy settings for the Start menu in Windows XP>http://support.microsoft.com/kb/292504] 336: 337: 1.1 Disk Imaging 338: 339: * [ImageX and WIM Image Format File-based disk imaging is a core capability of Windows Vista>http://technet.microsoft.com/en-us/windowsvista/aa905070.aspx] 340: 341: 1.1 Virtualization 342: 343: * [Convert Physical Windows Systems Into Virtual Machines To Be Run On A Linux Desktop>http://www.howtoforge.com/vmware_converter_windows_linux] 344: 345: 1.1 Services 346: 347: * [System Services for the Windows Server 2003 Family and Windows XP Operating Systems>http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/management/svrxpser_7.mspx] 348: 349: 1.1 Microsoft Office 350: 351: * [Working with Multiple Versions of Office>http://pubs.logicalexpressions.com/pub0009/LPMArticle.asp?ID=762] 352: * [Information about using 2007 Office suites and programs on a computer that is running another version of Office>http://support.microsoft.com/kb/928091/en-us] 353: * [Button To Open Template - Outlook 2007>http://help.wugnet.com/office/Button-Open-Template-Outlook-2007-ftopict1083041.html] 354: * [How to manually uninstall the 2007 Office system if you cannot uninstall it by using the "Add or Remove Programs" feature >http://support.microsoft.com/kb/928218] 355: 356: 357: 1.1 Essential 358: 359: * [Essential Utilities>http://digg.com/software/Essential_PC_Utilities] 360: 361: 1.1 Printing 362: 363: * [How to print to a network printer from an MS-DOS-based program in Windows XP>http://support.microsoft.com/kb/314499] 364: * [Command Line Printer Control >http://www.robvanderwoude.com/2kprintcontrol.php] 365: 366: 367: 368: 1.1 Power Management 369: 370: * [Intel SpeedStep, Windows XP, and confusing Power Profiles>http://www.orthogonalthought.com/blog/index.php/2007/09/intel-speedstep-windows-xp-and-crd .sing-power-profiles/] 371: 372: 1.1 SQL Server 373: 374: * [How to uninstall an instance of SQL Server 2005 manually>http://support.microsoft.com/kb/909967] 375: 376: 1.1 Data Recovery 377: 378: * [Recover deleted Outlook e-mail by corrupting the PST file >http://articles.techrepublic.com.com/5100-10878_11-5054599.html] 379: * [How to: Recover Deleted Emails in Outlook for FREE >http://bhandler.spaces.live.com/Blog/cns!1pt1v0Q4vD8jSvNS4lqdAuug!391.entry] 380: 381: 1.1 Scheduling Tasks 382: 383: * [Schtasks.exe >http://msdn.microsoft.com/en-us/library/bb736357(VS.85).aspx] Enables an administrator to create, delete, query, change, run, and end scheduled tasks on a local or remote computer. Running Schtasks.exe without arguments displays the status and next run time for each registered task. 384: 385: 1.1 Uninstall Various Applications 386: 387: * [How do I uninstall or remove Internet Explorer 8? >http://support.microsoft.com/kb/957700] 388: ** To remove IE8 from Windows XP use: *\%windir\%\\\ie8\\\spuninst\\\spuninst.exe* 389: 390:
Search
Quick Links
Wiki Dashboard
Document Index
Blog
Sandbox
What's New
Calendar
Photo Albums
Tags
HarperTECH
System Werks
Coonich
Technology
Windows
Windows
Web Home