<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Windows7 on Andrew's Memory Blog</title><link>https://andrewmemory.acornwall.net/tags/windows7/</link><description>Recent content in Windows7 on Andrew's Memory Blog</description><generator>Hugo -- gohugo.io</generator><image><url>https://andrewmemory.acornwall.net/img/rss_image.png</url><title>Windows7 on Andrew's Memory Blog</title><link>https://andrewmemory.acornwall.net/</link></image><language>en</language><managingEditor>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</managingEditor><webMaster>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</webMaster><copyright>Copyright 2009--2025</copyright><lastBuildDate>Mon, 21 Mar 2016 22:32:06 -0700</lastBuildDate><atom:link href="https://andrewmemory.acornwall.net/tags/windows7/index.xml" rel="self" type="application/rss+xml"/><item><title>Increasing Netbook Screen Size</title><link>https://andrewmemory.acornwall.net/blog/2016-03-21-increasing-netbook-screen-size/</link><pubDate>Mon, 21 Mar 2016 22:32:06 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2016-03-21-increasing-netbook-screen-size/</guid><description>&lt;p&gt;I&amp;rsquo;ve got an old Acer Aspire One 521 netbook that I&amp;rsquo;ve had for ages. One of the downsides of netbooks is that their screen resolution is 1024x600 - which is too low for a lot of programs. In particular, all the interesting buttons of the MFJ-226 control program &amp;ldquo;T-Series Vector Impedance Analyzer&amp;rdquo; are below the bottom of the screen.&lt;/p&gt;
&lt;p&gt;I found a workaround that appears to work on Windows 7 and higher. I found it here: &lt;a href="http://www.tlbhd.com/how-to-get-better-resolution-on-your-standard-10-inch-netbook-2772/" target="_blank" rel="noreferrer"&gt;http://www.tlbhd.com/how-to-get-better-resolution-on-your-standard-10-inch-netbook-2772/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The solution: use regedit to search for all instances of &amp;ldquo;Display1_DownScalingSupported&amp;rdquo; and change the value 0 to 1. (According to various things I&amp;rsquo;ve read, you&amp;rsquo;ll need to do that for all instances, not just one.) Then reboot. When I did this, I ended up in 1024x768 (which looks strange).&lt;/p&gt;
&lt;p&gt;Strange isn&amp;rsquo;t bad, though. Now I can change resolutions to 1024x768 or 1152x864 if an inconsiderate programmer decides he wants to use more than my screen.&lt;/p&gt;</description></item><item><title>Using Cygwin git on Samba</title><link>https://andrewmemory.acornwall.net/blog/2014-12-23-using-cygwin-git-on-samba/</link><pubDate>Tue, 23 Dec 2014 14:02:39 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2014-12-23-using-cygwin-git-on-samba/</guid><description>&lt;p&gt;When I last updated the Cygwin git, it stopped working on my Samba drive. Normally running git on a network drive is not recommended, but I do it anyway. After a git upgrade, I started seeing:&lt;/p&gt;
&lt;figure class="highlight"&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-" data-lang=""&gt;error: invalid object
error: Error building trees&lt;/code&gt;&lt;/pre&gt;
&lt;/figure&gt;
&lt;p&gt;when I did a commit. After a little searching, I discovered &lt;a href="https://stackoverflow.com/questions/6866913/git-commit-on-windows-cygwin-is-broken" target="_blank" rel="noreferrer"&gt;this Stack Overflow post&lt;/a&gt; which suggested one answer:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;git config --add &amp;quot;core.createobject&amp;quot; rename&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This appears to have solved the problem for me.&lt;/p&gt;</description></item><item><title>Solving Firefox "window sent to back" when opening new window</title><link>https://andrewmemory.acornwall.net/blog/2013-06-17-solving-firefox-window-sent-to-back-when-opening-new-window/</link><pubDate>Mon, 17 Jun 2013 23:54:25 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2013-06-17-solving-firefox-window-sent-to-back-when-opening-new-window/</guid><description>&lt;p&gt;Since I&amp;rsquo;ve had Firefox on my Windows 7 machine, I&amp;rsquo;ve noticed that with certain websites when you open a new window, it will be opened, but then moved behind the current window. Not life-threatening, but an annoying quirk. Tonight I finally was annoyed enough to find the solution.&lt;/p&gt;
&lt;p&gt;I found an answer on &lt;a href="https://support.mozilla.org/en-US/questions/938033" target="_blank" rel="noreferrer"&gt;this post at the support forum for Mozilla&lt;/a&gt; - which in turn pointed me to &lt;a href="http://forums.adobe.com/thread/1018071" target="_blank" rel="noreferrer"&gt;this article from Adobe&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Short answer: disable &amp;ldquo;protected mode&amp;rdquo; on Flash to prevent this behaviour. It&amp;rsquo;s frustrating to have to make Flash less secure to solve this, but I rationalize it by saying it&amp;rsquo;s no less secure than Flash on XP.&lt;/p&gt;
&lt;p&gt;How to do this? From the Explorer, navigate to c:\windows\system32\notepad.exe and select &amp;ldquo;Run as Administrator&amp;rdquo;, then open:&lt;/p&gt;
&lt;figure class="highlight"&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-" data-lang=""&gt;C:\windows\system32\macromed\flash\mms.cfg&lt;/code&gt;&lt;/pre&gt;
&lt;/figure&gt;
&lt;p&gt;(or c:\windows\system64\flash\mms.cfg if you&amp;rsquo;re on Windows 64 bit). Add the following to the end of the file:&lt;/p&gt;
&lt;figure class="highlight"&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-" data-lang=""&gt;ProtectedMode=0&lt;/code&gt;&lt;/pre&gt;
&lt;/figure&gt;
&lt;p&gt;Save the file and you&amp;rsquo;re done.&lt;/p&gt;</description></item><item><title>Error 1303 upgrading LibreOffice 3.5.3 to 3.5.6</title><link>https://andrewmemory.acornwall.net/blog/2012-09-30-error-1303-upgrading-libreoffice-3-5-3-to-3-5-6/</link><pubDate>Sun, 30 Sep 2012 21:36:58 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2012-09-30-error-1303-upgrading-libreoffice-3-5-3-to-3-5-6/</guid><description>&lt;p&gt;It looks like LibreOffice prompts you now when there&amp;rsquo;s an upgrade. I ran into a problem, though, when trying to upgrade on Windows 7.&lt;/p&gt;
&lt;p&gt;When I tried the upgrade, I was told that I didn&amp;rsquo;t have enough permissions - even when I was running as administrator. I&amp;rsquo;d get an &amp;ldquo;error 1303: Installer has insufficient privileges to access C:\Program Files\&amp;hellip;&amp;rdquo; and the install would always fail.&lt;/p&gt;
&lt;p&gt;Even when I tried to take ownership of the files in that directory, I couldn&amp;rsquo;t. It was a puzzle. After a while messing about, I decided to nuke the whole thing from orbit. Finally that gave me a clue: when I tried to delete the files, some were left because a process was holding them open. (There were a couple of files - under share\config\soffice.cfg\modules\sglobal\toolbar) and whatever was running must have restarted at boot because it survived a reboot.)&lt;/p&gt;
&lt;p&gt;That gave me the hints I needed. I booted into safe mode and deleted &amp;ldquo;C:\Program Files\LibreOffice 3.5&amp;rdquo; and its subdirectories. That worked, then I rebooted into normal mode and installed the 3.5.6 installer files. Now LibreOffice is upgraded and working again.&lt;/p&gt;</description></item><item><title>Rooting the Samsung Infuse with SuperOneClick</title><link>https://andrewmemory.acornwall.net/blog/2012-05-06-rooting-the-samsung-infuse-with-superoneclick/</link><pubDate>Sun, 06 May 2012 20:39:07 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2012-05-06-rooting-the-samsung-infuse-with-superoneclick/</guid><description>&lt;p&gt;After spending ages trying to root my Samsung Infuse (i997) running Android 2.2 with SuperOneClick on my Windows XP box, I finally did the right thing: blew it away and installed Windows 7. With that, I was able to root the Infuse this afternoon.&lt;/p&gt;
&lt;p&gt;I used:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.multiupload.com/VGCN3ZTFM8" title="SuperOneClick v2.3.1" target="_blank" rel="noreferrer"&gt;SuperOneClick 2.3.1&lt;/a&gt; (or get it from &lt;a href="http://shortfuse.org/" target="_blank" rel="noreferrer"&gt;shortfuse.org&lt;/a&gt; if you don&amp;rsquo;t trust random links from a blog)&lt;/li&gt;
&lt;li&gt;The &lt;a href="http://www.samsung.com/us/support/owners/product/SGH-I997ZKAATT#content2" target="_blank" rel="noreferrer"&gt;Samsung i997 driver version 5_2_0_2&lt;/a&gt; from the Samsung US website&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After rooting, I rebooted the device. It worked with no problems. I shot the developer of SuperOneClick a donation &amp;lsquo;cause why not.&lt;/p&gt;
&lt;p&gt;Later I installed TitaniumBackup, which gave me a warning message about the access rights to su and offered to correct it. I said to go ahead and it did:&lt;/p&gt;
&lt;p&gt;Access rights on the &amp;ldquo;su&amp;rdquo; binary were successfully correced from &amp;ldquo;0:2000 &lt;/p&gt;
\[6755\]&lt;p&gt;&amp;rdquo; to &amp;ldquo;0:0 &lt;/p&gt;
\[6755\]&lt;p&gt;&amp;rdquo;. Please reboot your device for the changes to apply.&lt;/p&gt;
&lt;p&gt;I think that changed it from root.shell to root.root.&lt;/p&gt;
&lt;p&gt;At any rate, now I know I can root the Infuse.&lt;/p&gt;
&lt;p&gt;I wasn&amp;rsquo;t able to root an Infuse running 2.3.5 Gingerbread. Instead I had to use &lt;a href="http://forum.xda-developers.com/showthread.php?t=1613523" target="_blank" rel="noreferrer"&gt;this XDA pos&lt;/a&gt;t, Odin, and reflash a new ROM.&lt;/p&gt;</description></item><item><title>Creating directories under Program Files on Windows 7</title><link>https://andrewmemory.acornwall.net/blog/2010-11-25-creating-directories-under-program-files-on-windows-7/</link><pubDate>Thu, 25 Nov 2010 23:26:11 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2010-11-25-creating-directories-under-program-files-on-windows-7/</guid><description>&lt;p&gt;Windows 7 has locked down the &amp;ldquo;Program Files&amp;rdquo; directory so that regular users can no longer create subdirectories. This presents a problem if you have an executable but no installer, and you want that executable to live under &amp;ldquo;Program Files&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;The way around that is pretty simple:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open the Explorer&lt;/li&gt;
&lt;li&gt;Navigate to C:\Windows and select explorer&lt;/li&gt;
&lt;li&gt;Right-click and select &amp;ldquo;Run as Administrator&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Give permission to make changes to your system&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;At this point, the new Explorer that opens has enough rights to create subdirectories under Program Files (and also to hose your system in a number of interesting ways, so be careful).&lt;/p&gt;
&lt;p&gt;Naturally, if you&amp;rsquo;re more command-line oriented, you could navigate to cmd.exe or sh.exe (assuming you&amp;rsquo;ve got Cygwin installed). If you&amp;rsquo;ve &lt;a href="https://andrewmemory.acornwall.net/blog/2010-11-25-enabling-the-administrator-account-on-windows-7/" &gt;enabled the Administrator account&lt;/a&gt;, it&amp;rsquo;s possible to do all this using the RUNAS command: &lt;code&gt;runas /user:Administrator cmd&lt;/code&gt;&lt;/p&gt;</description></item><item><title>Enabling the Administrator account on Windows 7</title><link>https://andrewmemory.acornwall.net/blog/2010-11-25-enabling-the-administrator-account-on-windows-7/</link><pubDate>Thu, 25 Nov 2010 23:26:11 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2010-11-25-enabling-the-administrator-account-on-windows-7/</guid><description>&lt;p&gt;By default, the Windows 7 Administrator user is disabled. This prevents you from doing interesting things like using the RUNAS command to start shells with extra permissions.&lt;/p&gt;
&lt;p&gt;To enable the Administrator user, do the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open the Explorer&lt;/li&gt;
&lt;li&gt;Navigate to C:\Windows\System32 and select cmd&lt;/li&gt;
&lt;li&gt;Right-click and select &amp;ldquo;Run as Administrator&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Give permission to make changes to your system. This will open an elevated permission command prompt.&lt;/li&gt;
&lt;li&gt;In the elevated permission command prompt, enter &amp;ldquo;net user Administrator /active:yes&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Go to Control Panel -&amp;gt; User Accounts and Family Safety -&amp;gt; User Accounts -&amp;gt; Manage Another Account&lt;/li&gt;
&lt;li&gt;Select Administrator&lt;/li&gt;
&lt;li&gt;Create a Password (or Change the Password if you&amp;rsquo;ve already set one).&lt;/li&gt;
&lt;li&gt;Enter the password twice to set/change it&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;It&amp;rsquo;s probably wise to have a fairly strong password on the Administrator account.&lt;/p&gt;</description></item></channel></rss>