Blogs @ IRM

Welcome to Blogs @ IRM Sign in | Join | Help
in Search

Browse by Tags

All Tags » Windows 7   (RSS)
  • Pomodoro Timer for the Windows 7 TaskBar

    EDIT:  The code is now open source on codeplex, on http://pomodorotaskbar.codeplex.com There's a new version available for download there too. If you’re into the Pomodoro technique and looking for a pretty simple out-of-the-way timer which sits in the Windows 7 taskbar and is controlled from the Win7 JumpList, this one might be worth ...
    Posted to Johan's Blog (Weblog) by johan on augusti 16, 2011
  • Writespace Updated with Command Line Version and Some IronRuby Fun

    I had a few minutes to fix a few issues and release an updated version (1.3) of Writespace – the full screen editing environment addin for Word. So what’s new? I removed the annoying illuminated animation for row and column when typing. Added F4 shortcut for the Options dialog. Also added a command line program and a sample ditto to run ...
    Posted to Johan's Blog (Weblog) by johan on oktober 16, 2009
  • Visual Studio 2008 Web Test Not Recording on 64-bit Windows 7

    I was about to record a web test in Visual Studio 2008 Team System today, and the recorder refused to record anything. And the Recorder “bar” in IE 8 was not showing. After some digging around, the issue was fixed by deleting a few registry keys. Found it on Michael Taute's Blog : Diagnosing and fixing Web Test recorder bar issues. Quote from ...
    Posted to Johan's Blog (Weblog) by johan on september 5, 2009
  • Windows 7 RC Feels Very Stable

    I upgraded to Win7rc as fast as I could from the beta and pretty much all the problems I had on the beta are gone! I’ve never experienced a beta OS as stable as this one, it’s nothing short of impressive. Hangs on reboot/shutdown are gone. Annoying stuttering sound probs are gone. File copy probs are gone. Screen update probs gone. I’m ...
    Posted to Johan's Blog (Weblog) by johan on maj 13, 2009
  • Windows 7 Release Candidate Availability

    Glad to read about the upcoming RC release of Windows 7. Just wondering how I should “migrate” to the RC from by current beta as I’ve spent days and days to get it in pretty good shape. Lots of job, but Win7 is just worth it. From the Askperf webby: We now have some dates that we can share with you.  The RC build is slated to be ...
    Posted to Johan's Blog (Weblog) by johan on april 30, 2009
  • Restored 64-bit Windows 7 Beta from Windows Home Server Backup on a DELL Laptop

    The HD of the new DELL Precision M4400 I have crashed, burned and died yesterday. I heard the screams 3 rooms away while drinking my morning coffee. It was horrific. Luckily it was powered on during the night, so the Windows Home Server (WHS) had a full backup. Had a few probs though: - the recovery cd didn’t have network drivers for my LAN ...
    Posted to Johan's Blog (Weblog) by johan on april 27, 2009
  • 7-Zip on 64 Bit Windows 7 Beta

    I’m having problems in my 64 bit Windows 7 beta with the built in support for unzipping zip-files containing *lots* of files. It often hangs near the end and I have to reboot to sort things out. Downloaded 64 bit version of 7-Zip and it work fine – so far. You might want to try that one out if you have the same problems. Eventually it may also ...
    Posted to Johan's Blog (Weblog) by johan on april 15, 2009
  • WCF Certificates with IIS on Windows 7 Beta

    I’ve blogged earlier about the problems with Cassini and WCF on Windows 7 Beta (build 7000) and your best bet is to install IIS locally test your services in there. Now, there might be some problems getting IIS to read your service certificate and my colleague Tomas helped me get things running. I thought I might as well blog it here so that I got ...
    Posted to Johan's Blog (Weblog) by johan on mars 23, 2009
  • Bad Request With WCF Service in Cassini On Windows 7 Beta

    Trying to run a WCF service in Cassini on your Windows 7 Beta (7000) machine and get this error? The remote server returned an unexpected response: (400) Bad Request. Unless you’re running your service with basic http binding or with security specifically set to None in your bindings, you will get this security-related error. This problem was ...
    Posted to Johan's Blog (Weblog) by johan on mars 14, 2009
  • Turn Windows 7 Features On or Off

    I’m trying to install/add IIS features to my Windows 7 beta build 7000 laptop. You got pretty fine grained control over these features in Windows 7, and it’s not easy to know what you really need. I need to run WCF services on my machine, so I’m turning most things on, including WCF Activation stuff: Then I’m adding these things that I think I ...
    Posted to Johan's Blog (Weblog) by johan on mars 14, 2009
  • My Windows 7 Beta Installation is More Stable Now

    I think I got most things sorted with my Windows 7 Beta installation now. When I uninstalled the “half new” version of Virtual CloneDrive I had, things started to work way, way better. There is now a newer version of Virtual CloneDrive (5.4.2.3 or later) that is reported to work quite well. Until you really need an ISO mounting tool, I suggest you ...
    Posted to Johan's Blog (Weblog) by johan on mars 11, 2009
  • New Windows 7 Features I Just Discovered

    There are several new features in Windows 7, and as I’ve not had the chance to read about them yet, I keep discovering them as I use the OS in my daily work. Note that I would not recommend anyone to use Windows 7 beta on their production/working machine as it’s not stable enough – I always have my old Vista environment close by and all work I ...
    Posted to Johan's Blog (Weblog) by johan on mars 5, 2009
  • Windows 7 Beta Issues (Hanging Threads)

    Something that also seems to be an issue with build 7000 is threads that cannot be killed. Right now I’m stuck in a situation where I cannot open more (file) Explorer windows and I cannot close Internet Explorer. Even though I’m trying to end threads from Task Manager. Looks like this in Task Manager right now:   I’ve had the same ...
    Posted to Johan's Blog (Weblog) by johan on mars 4, 2009
  • Windows 7 Beta Issues (Explorer and External USB Drives)

    I’m continuing my adventures with Build 7000, and right now the biggest problems I have seems to be related to the File/Windows Explorer itself. I’ve had issues with removing external USB drives. Something seems to hang on to the drive even though it’s removed and I’ve noticed that I cannot do a Windows Restart after that. It hangs on the “Logging ...
    Posted to Johan's Blog (Weblog) by johan on mars 3, 2009
  • More Setting Up Windows 7

    I keep installing programs on my new Dell m4400 running Windows 7 (build 7000). Unfortunately the “Easy Transfer” didn’t go all the way. I tried to transfer over the network and left it running for 6 hours then shut it off because it seem to hang at 35%. Had to restart the machine to get rid of the transfer window. Maybe a transfer to USB/External ...
    Posted to Johan's Blog (Weblog) by johan on mars 2, 2009
  • Add Domain User to Local Windows 7 Administrators Group

    I just moved my new Windows 7 laptop to the domain and needed to give my domain user local administrator access. I couldn’t find a way to do that via the users and groups tool, but Manoj Nagpal (cool name) blogged about a way to do it in Vista, and it works perfect in Windows 7 as well: net localgroup Administrators /add domain\username Good ...
    Posted to Johan's Blog (Weblog) by johan on mars 1, 2009
  • Setting Up Windows 7 Beta On Dell M4400

    I’ve decided to go for the Windows 7 beta on my new Dell M4400 due to the problems I got with the 64-bit Vista on it. Several blue screens and the most annoying audio stutter made me make up my mind. I must say I got some help from the pro support in the US (the Swedish support people didn’t get back to me at all), and after upgrading and rolling ...
    Posted to Johan's Blog (Weblog) by johan on februari 28, 2009
Powered by Community Server, by Telligent Systems