<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>windows on Neolisk's Tech Blog</title><link>/tags/windows/</link><description>Recent content in windows on Neolisk's Tech Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>neolisk@gmail.com (Victor Zakharov)</managingEditor><webMaster>neolisk@gmail.com (Victor Zakharov)</webMaster><copyright>©2020-2024 Victor Zakharov. All Rights Reserved</copyright><lastBuildDate>Tue, 18 Apr 2023 00:00:00 +0000</lastBuildDate><atom:link href="/tags/windows/index.xml" rel="self" type="application/rss+xml"/><item><title>Running WSL2 GUI Apps in Windows 10</title><link>/posts/2023-04-18-running-wsl2-gui-apps-windows-10/</link><pubDate>Tue, 18 Apr 2023 00:00:00 +0000</pubDate><author>neolisk@gmail.com (Victor Zakharov)</author><atom:modified>Tue, 18 Apr 2023 19:08:48 -0400</atom:modified><guid>/posts/2023-04-18-running-wsl2-gui-apps-windows-10/</guid><description>All of the answers I found online suggest using a complex workflow of installing X server, configuring RDP and connecting to your Linux box in order to run its GUI app. While this works, the approach is at least a few years old. It is no longer the most efficient way of doing it in 2023. Instead, you can use WSLg.
Introduction Using Linux GUI Apps with WSLg - TL;DR version Using Linux GUI Apps with WSLg - Full Version Getting To This Answer Introduction WSLg is a convenient and efficient solution for running Linux GUI apps on Windows, providing better performance and compatibility than using an X server, but most importantly giving your Linux app a feel of a native Windows application, which can even be launched from the Start Menu.</description><dc:creator>Victor Zakharov</dc:creator><category>development</category><category>windows</category><category>software</category><category>linux</category><category>wsl2</category></item><item><title>Lock File Tool - Test Exception Handling</title><link>/posts/2015-08-25-lock-file-tool/</link><pubDate>Tue, 25 Aug 2015 00:00:00 +0000</pubDate><author>neolisk@gmail.com (Victor Zakharov)</author><atom:modified>Thu, 30 Jan 2020 20:47:42 -0500</atom:modified><guid>/posts/2015-08-25-lock-file-tool/</guid><description>This command line tool did not work for me (access denied):
http://www.jensscheffler.de/filelocker. This Windows UI tool worked perfectly:
https://code.google.com/p/lockfile/downloads/detail?name=LockFile.exe&amp;amp;can=2&amp;amp;q=. It has less options, but it does a read lock, which is what I was looking for.</description><dc:creator>Victor Zakharov</dc:creator><category>development</category><category>windows</category></item><item><title>Windows 7 x64 Performance - Host and Guest</title><link>/posts/2014-01-20-windows-7-performance-host-guest/</link><pubDate>Mon, 20 Jan 2014 00:00:00 +0000</pubDate><author>neolisk@gmail.com (Victor Zakharov)</author><atom:modified>Sat, 05 Jun 2021 11:36:56 -0400</atom:modified><guid>/posts/2014-01-20-windows-7-performance-host-guest/</guid><description>I am running Windows 7 x64 both as a host and a guest VM using VMWare Workstation v9.
Here are the figures of Windows Experience Index for each instance, so you can estimate virtualization efficiency:
Host Windows 7:
Guest Windows 7 - VMWare Workstation v.9:
Guest VM is allocated 2 cores, out of 4 cores total on my Intel i7-4770.
As you probably have heard, Windows 7 uses logarithmic scale for its performance score.</description><dc:creator>Victor Zakharov</dc:creator><category>windows</category><category>virtualization</category><category>benchmark</category></item><item><title>Persistent Drive Mapping In Windows 2012</title><link>/posts/2014-01-13-persistent-drive-mapping-windows-2012/</link><pubDate>Mon, 13 Jan 2014 00:00:00 +0000</pubDate><author>neolisk@gmail.com (Victor Zakharov)</author><atom:modified>Sat, 05 Jun 2021 11:36:56 -0400</atom:modified><guid>/posts/2014-01-13-persistent-drive-mapping-windows-2012/</guid><description>Problem By experiment, I discovered that Visual Subst no longer works in Windows Server 2012, as good as it did in previous versions of the OS.
Specifically for the purpose of referencing a DLL from a locally mapped drive. See below for more information.
Assumption In Windows 2012, 32-bit and 64-bit processes use separate network drive mapping (later - Z:). Did not find a confirmation on the internet.
Research 32-bit processes understand subst command, 64-bit need something else.</description><dc:creator>Victor Zakharov</dc:creator><category>windows</category></item><item><title>Windows firewall authorization failed to start</title><link>/posts/2011-08-10-windows-firewall-auth-failed-to-start/</link><pubDate>Wed, 10 Aug 2011 00:00:00 +0000</pubDate><author>neolisk@gmail.com (Victor Zakharov)</author><atom:modified>Sun, 01 Mar 2020 16:02:16 -0500</atom:modified><guid>/posts/2011-08-10-windows-firewall-auth-failed-to-start/</guid><description>Alright, I struggled to make it work for a total of 5 hours. The original issue was that Firewall could not start because of error 1068 - some dependency failed to start. The symptoms: outgoing connections work, incoming are blocked. I drilled down to Windows Firewall Authorization Driver malfunction.
Tried just about every advice out there on the internet - nothing worked. Having gathered enough frustration, I thought it would not hurt to uninstall this crappy thing from Device Manager.</description><dc:creator>Victor Zakharov</dc:creator><category>devops</category><category>windows</category><category>firewall</category></item><item><title>Driver letter not available for mapping</title><link>/posts/2011-08-09-drive-letter-not-available-for-mapping/</link><pubDate>Tue, 09 Aug 2011 00:00:00 +0000</pubDate><author>neolisk@gmail.com (Victor Zakharov)</author><atom:modified>Sun, 01 Mar 2020 16:04:40 -0500</atom:modified><guid>/posts/2011-08-09-drive-letter-not-available-for-mapping/</guid><description>Somehow my Windows 7 partially remapped a drive letter to another entity. It happened suddenly with some unexpected behavior. I noticed it when it could no longer connect to a network share. I removed the mapping and tried recreating with no success. The drive could not be deleted. Restarted, the drive is not mapped, yet it&amp;rsquo;s still not available. Started googling and came across this forum discussion.
The problem is related to non-active drives still reserving a letter.</description><dc:creator>Victor Zakharov</dc:creator><category>devops</category><category>windows</category></item><item><title>WMI query - Incorrect class on Windows 2003 R2?</title><link>/posts/2011-03-22-wmi-query-incorrect-class-win-2003-r2/</link><pubDate>Tue, 22 Mar 2011 00:00:00 +0000</pubDate><author>neolisk@gmail.com (Victor Zakharov)</author><atom:modified>Sun, 29 Mar 2020 19:47:31 -0400</atom:modified><guid>/posts/2011-03-22-wmi-query-incorrect-class-win-2003-r2/</guid><description>I got this &amp;lsquo;Invalid class&amp;rsquo; error when querying disk performance data:
Win32_PerfFormattedData_PerfDisk_LogicalDisk
The server was running Windows 2003 R2 Std x64 SP2, so I used this article to &amp;lsquo;detect and repair a corrupted WMI Repository&amp;rsquo;:
rundll32 wbemupgd, RepairWMISetup Well, it did not work for some reason. A little more googling led me to a blog, where Mike (the author) suggested two additional actions:
First
winmgmt /resyncperf Then
winmgmt /clearadap Just executing (1) did not solve the problem for me, while doing (2) after that worked perfectly.</description><dc:creator>Victor Zakharov</dc:creator><category>wmi</category><category>windows</category><category>devops</category></item><item><title>Install update for ESET Remote Administrator Server</title><link>/posts/2011-03-09-how-to-update-eset-remote-admin-server/</link><pubDate>Wed, 09 Mar 2011 00:00:00 +0000</pubDate><author>neolisk@gmail.com (Victor Zakharov)</author><atom:modified>Sun, 29 Mar 2020 19:44:44 -0400</atom:modified><guid>/posts/2011-03-09-how-to-update-eset-remote-admin-server/</guid><description>Solution For those who don&amp;rsquo;t like to read stories, here&amp;rsquo;s the extract:
Proceed with installation, even despite it appears to be a clean install. In the end you will get a working version, with all configuration preserved. Story Today I got a notice from ESET Remote Administrator Console about new updates being available and a prompt to get them from the website. I downloaded two new executables (Server and Console) for version 4.</description><dc:creator>Victor Zakharov</dc:creator><category>windows</category><category>devops</category></item><item><title>Acronis TrueImage 2010 Home not user friendly?</title><link>/posts/2011-03-02-acronis-trueimage-2010-home-not-user-friendly/</link><pubDate>Wed, 02 Mar 2011 00:00:00 +0000</pubDate><author>neolisk@gmail.com (Victor Zakharov)</author><atom:modified>Sun, 29 Mar 2020 19:47:31 -0400</atom:modified><guid>/posts/2011-03-02-acronis-trueimage-2010-home-not-user-friendly/</guid><description>I recently upgraded to a larger hard drive and went from 1TB -&amp;gt; 2TB. Now the task was to make backup task in Acronis use the new location. I created new destination folder, moved all previous backups there.
Then I changed Acronis backup task to do backups to the new place. Quite obvious so far, isn&amp;rsquo;t it? Not with Acronis. Although it picked the right full backup file to append to (shown on configuration screen), it failed on the next incremental backup:</description><dc:creator>Victor Zakharov</dc:creator><category>windows</category><category>devops</category></item><item><title>NTFS compression worth it?</title><link>/posts/2011-02-21-ntfs-compression-worth-it/</link><pubDate>Mon, 21 Feb 2011 00:00:00 +0000</pubDate><author>neolisk@gmail.com (Victor Zakharov)</author><atom:modified>Sun, 29 Mar 2020 19:20:47 -0400</atom:modified><guid>/posts/2011-02-21-ntfs-compression-worth-it/</guid><description>Some time ago I researched compression in various systems, ranging from software archivers (like WinRAR, WinZip etc.) to database solutions (like Oracle data compression).
Then I figured there is one more type of compression that I did not touch yet - NTFS compression. People on the net say it&amp;rsquo;s pretty much useless, still I decided to give it a try. And here is what I came up with:
Folder name Uncompressed size, MB Compressed size, MB Space savings, MB Space savings, % Proof/screenshot Victor (Personal) 11820 10130 1690 14.</description><dc:creator>Victor Zakharov</dc:creator><category>windows</category><category>devops</category></item><item><title>Mouse lags in top right corner</title><link>/posts/2011-01-01-mouse-lags-in-top-right-corner/</link><pubDate>Sat, 01 Jan 2011 00:00:00 +0000</pubDate><author>neolisk@gmail.com (Victor Zakharov)</author><atom:modified>Sun, 29 Mar 2020 19:27:29 -0400</atom:modified><guid>/posts/2011-01-01-mouse-lags-in-top-right-corner/</guid><description>Let&amp;rsquo;s hope you keep your computer up-to-date. You happen to own an ATI video card, and updated to Catalyst 10.12. Now most likely you have this weird mouse lag in the top right corner of the screen. Some people report it appearing in other corners as well, both while gaming and staying on Windows desktop. Read here for more information about people experiencing this.
Solution Rollback to previous driver version, 10.</description><dc:creator>Victor Zakharov</dc:creator><category>windows</category></item><item><title>Disable hibernation in Windows 7</title><link>/posts/2010-12-05-windows-7-disable-hibernation/</link><pubDate>Sun, 05 Dec 2010 00:00:00 +0000</pubDate><author>neolisk@gmail.com (Victor Zakharov)</author><atom:modified>Sun, 29 Mar 2020 19:47:31 -0400</atom:modified><guid>/posts/2010-12-05-windows-7-disable-hibernation/</guid><description>If you are like me, and wonder where all the space on C: went, you might have also stumbled across hiberfil.sys file, which is usually taking a couple of gigs. This is especially important if you are running your system on precious SSD space.
Luckily, you can get rid of that file, and the fastest way is to use command prompt. These guys say it should be elevated, but it worked just fine for me, probably due to disabled UAC.</description><dc:creator>Victor Zakharov</dc:creator><category>windows</category><category>devops</category></item><item><title>Tortoise SVN - No overlay icons after upgrade</title><link>/posts/2010-11-13-tortoise-svn-no-overlay-icons-after-upgrade/</link><pubDate>Sat, 13 Nov 2010 00:00:00 +0000</pubDate><author>neolisk@gmail.com (Victor Zakharov)</author><atom:modified>Sun, 29 Mar 2020 19:36:02 -0400</atom:modified><guid>/posts/2010-11-13-tortoise-svn-no-overlay-icons-after-upgrade/</guid><description>Just updated my TortoiseSVN client at home from 1.6.9 to 1.6.11 and found that I can no longer use overlay icons, either in Explorer or in Total Commander (more used to the latter).
It appeared as if Tortoise shell extension was not loaded. I tried a restart - same thing. Googled on it and found their FAQ, which didn&amp;rsquo;t help either.
A little more googling brought me to this page.</description><dc:creator>Victor Zakharov</dc:creator><category>windows</category><category>devops</category></item><item><title>Cannot connect to server using Hyper-V manager</title><link>/posts/2010-10-07-virtualization-cannot-connect-to-server-hyperv/</link><pubDate>Thu, 07 Oct 2010 00:00:00 +0000</pubDate><author>neolisk@gmail.com (Victor Zakharov)</author><atom:modified>Sun, 29 Mar 2020 19:42:01 -0400</atom:modified><guid>/posts/2010-10-07-virtualization-cannot-connect-to-server-hyperv/</guid><description>You should be reading this article if you are seeing any of the two (or both) screens:
Windows Security / Your credentials did not work
Your system administrator does not allow the use of default credentials to log on to the remote computer XXXXX because its identity is not fully verified. Please enter new credentials.
AND/OR
Remote Desktop Connection
Your system administrator does not allow you to connect to this remote computer.</description><dc:creator>Victor Zakharov</dc:creator><category>windows</category><category>devops</category></item><item><title>Exchange - STORE.EXE Eating Too Much Memory?</title><link>/posts/2010-08-03-exchange-store-eating-memory/</link><pubDate>Tue, 03 Aug 2010 00:00:00 +0000</pubDate><author>neolisk@gmail.com (Victor Zakharov)</author><atom:modified>Sat, 10 Oct 2020 16:39:42 -0400</atom:modified><guid>/posts/2010-08-03-exchange-store-eating-memory/</guid><description>Suppose you are small enough not to want multiple servers each doing exactly one role. If you consider Exchange with the above requirement, you probably have the same problem we used to have. Memory consumption! STORE.EXE takes almost all available memory, no matter how much you allocate to the server.
This might not seem like a big problem&amp;hellip; until you disable page file, to make sure you server runs on memory, and not on a hard drive.</description><dc:creator>Victor Zakharov</dc:creator><category>windows</category><category>devops</category></item></channel></rss>