Kill processes in bulk mode
How to kill multiple Windows processes by exporting process IDs with PowerShell, bulk editing them using a multi-cursor editor, and running the resulting batch file with taskkill commands.
Browse by term
How to kill multiple Windows processes by exporting process IDs with PowerShell, bulk editing them using a multi-cursor editor, and running the resulting batch file with taskkill commands.
Fix a compilation error in the F# Empty Windows App WPF template by trusting the project's XAML Type Provider through the Visual Studio options.
Fix Windows Live Writer installation errors caused by the web installer by using the complete offline Windows Live Essentials installer instead.
Fix read-only access on a Synology DS215j NAS after a system update by restarting the WinBind and SMB daemons with a scheduled user-defined script.
Work around a ClearOS web installer hang on the system-update step by running yum update manually from a console, then resuming the installer.
Troubleshoots Outlook hanging at 'Loading Profile' by using ScanPST and Sysinternals Handle to identify and terminate a process that is locking the Outlook OST or PST file.
Troubleshoots a Lenovo ThinkPad W530 optical drive stuck in a powered-off state with Windows Device Manager Code 47, and shows how reinserting the UltraBay drive restores it.
How to fix the C# error 'lambda expression is not assignable to parameter type string' when using Entity Framework and LINQ by adding the missing System.Linq using directive.
Fixes a Visual Studio project startup error where the endpoint is not reachable by removing the Prefer32bit setting from the project file.
Add a custom screen resolution to an Ubuntu VirtualBox guest with cvt and xrandr when the default resolution list doesn't fit your display.
Explains how Chrome and Chromium blacklist removed thumbnails on the New Tab page and how to restore all thumbnails or modify the most-visited blacklist.
How to downgrade a NuGet package when Update-Package refuses to install an older version by uninstalling the current package and explicitly installing the required previous version.
Troubleshooting the .NET error 'Failure has occurred while loading a type' in a COM+ assembly, tracing it to stale registry permissions and resolving it by removing the problematic CLSID keys and running Visual Studio with administrative privileges.
How to correct wrong company, copyright, and vendor information in Visual Studio AssemblyInfo files by fixing the Windows RegisteredOrganization registry value.
How an AppDomain.AssemblyResolve handler lets a GAC-deployed assembly bind to a dependency that isn't itself in the GAC.
Personal experiences with stability problems on multiple Lenovo ThinkPad W510 notebooks, including freezes, standby wake failures, crashes, and possible links to input, graphics, and temperature.
How to get the Keymaps for ReSharper plugin working with ReSharper 5.1 by moving its DLL to the correct version-specific plugin directory.
How to clean orphaned or incorrect repositories from the Git Extensions recent list by editing or deleting the history value in the Windows registry.
How to fix Windows 7 Explorer's annoying navigation-pane folder scrolling behavior using Classic Shell's Fix folder scrolling option.
Why a Windows batch file can have a different current working directory when started normally versus with Run as administrator, causing %CD% to point to a Windows system folder.
Notes on getting NDepend's Visual Studio integration installed on Windows 7/64 with restricted user permissions, working around repeated file-blocking errors.
How updating Hudson plugins resolved a config.xml deletion error that appeared after upgrading the Hudson CI server and changing job configurations.
How to obtain and install a newer FxCop release from the Windows SDK for Windows 7 and .NET Framework 4 when the FxCop GUI update link is broken.
Why ArcMap toolbar names can remain visible after GUI changes due to the CommandBarNameCache registry cache, even when the toolbar constructor is never called.
Anleitung zum Remote Debugging mit Visual Studio: Remote Debugging Monitor einrichten, Prozesse verbinden, PDB-Dateien und Firewall konfigurieren sowie typische Verbindungs- und Breakpoint-Probleme beheben.
How to enable F# Interactive in SharpDevelop by configuring the F# installation directory.
How missing custom cultures can cause the MSB3105 duplicate Resources error during compilation
How to allow non-administrative Windows users to format and eject removable media by changing the appropriate Local Security Policy setting.
Notes on MSBuild Exec task failures with MSB6003 when quoting the WorkingDirectory attribute
Fixing a Code Analysis/FxCop error in mixed VS2005/VS2008 projects by pointing the VS2005 targets at the VS2008 FxCop binaries.
How a trailing backslash in a quoted Windows folder argument can break parsing
A workaround for Visual Studio Find in Files missing matches in XML files
How to fix grayed-out ReSharper menus and a missing Visual Studio add-in by reinstalling MSXML 6.0 after it was removed with SQL Server 2005.
How to deal with SAP .NET Connector installation issues
How to resolve Visual Studio's duplicate Resources parameter error when using custom cultures
How to adjust the Visual Studio Code Analysis warning limit
How to make Windows XP text search include files with unknown or unregistered extensions
How to correctly build a CHM table of contents by placing the OBJECT tag directly after the LI tag to ensure entries are displayed.
How to fix NUnit assembly loading errors caused by test assemblies located outside the NUnit project's application base, diagnosed with Fusion Log Viewer.
How to fix MSB3073 errors in Visual Studio post-build events by quoting macros such as $(TargetPath) when file or folder paths contain spaces.
How to restore a non-functional SHFB Content Editor by deleting corrupted configuration files and fixing malformed XML content files.
How a Sandcastle CHM build can fail because of filenames containing multiple dots followed by a part starting with 'H', causing an HHC3004 warning.
How ClickOnce applications are referenced from the Start menu, where .NET stores their local files, and how to trigger the ClickOnce uninstall.
How an orphaned assembly in the GAC can cause the misleading MSB3217 'Cannot register assembly' build error and why removing stale dependencies solves it.
Wie man die Installation eigener BizTalk-Functoids im GAC und Mapper-Extensions-Verzeichnis per Post-Build-Event automatisiert
Wie sich Low-Level-Tracing für den BizTalk mySAP Adapter über CPIC- und RFC-Umgebungsvariablen aktivieren lässt, um Probleme bei der SAP-Kommunikation zu analysieren.
Wie man einen irreführenden BizTalk-SAP-Adapter-Fehler behebt, der nach einem Projektumzug durch eine fehlende, beim Schema-Import erzeugte Wrapping-DLL auftreten kann.
Wie man einen SQL-Server-Debugging-Fehler behebt, indem dem verwendeten Service-Account explizite EXECUTE-Rechte auf die Stored Procedure erteilt werden.
Wie man eigene BizTalk-Functoids entwickelt, deren Installation im GAC und Mapper-Extensions-Verzeichnis, sowie die Automatisierung per Post-Build-Event.
Übersicht typischer BizTalk-Fehler durch inkonsistente XML-Namespaces und falsch konfigurierte Receive-Pipelines sowie Hinweise zur korrekten Konfiguration von Schemas, Instanzen und Assemblies.
Wie man einen BizTalk-Fehler beim Laden einer Schema-Assembly im XML-Receive-Pipeline behebt, durch getrennte Assemblies, korrekte Target-Namespaces und Multi-part Message Types.
Wie man den IIS-Fehler „Service unavailable“ behebt durch Wiederherstellen der DCOM-Berechtigungen für den IIS Admin Service und Aktivierungsrechte für authentifizierte Benutzer.
Wie man einen Fehler bei der Installation des Enterprise Single Sign-On Dienstes behabt, indem die SSO-Administratoren die erforderlichen Administratorrechte auf dem SQL Server erhalten.
Wie man fehlgeschlagene Remote-Verbindungen zu SQL Server 2005 behabt, indem TCP/IP und Named Pipes über die Surface Area Configuration aktiviert werden.