Blog

  • Changing the Program Files Folder

    Why would one want to change the default Program Files folder? I like to compartmentalize my disks so that should something go wrong, I can still recover data after a reinstallation. Part of preparing this is the fact that all of my computers’ main hard drives (HDD) are partitioned into a minimum of two partitions, a 5GB one for the system, and only the system, and the rest for everything else.

    (more…)

  • Net neutrality

    Net Neutrality has become a heated topic over the last few years. The debate is whether an Internet Service Provider (ISP) should be allowed to decide what their customers are allowed to use the service for. Examples are many, and range from the Norwegian ISP Telenor attempting (however unsuccessful that attempt might have been) to charge content providers (notably the Norwegian Broadcasting Company) for Telenors clients to gain access to content.

    (more…)

  • Testing Opera – first impressions

    A friend of mine whose tech savvy is usually worth listening to waxed religious about Opera the other night. When he does, there’s usually a good reason, so I decided to check it out.

    (more…)

  • Taking screenshots of DVD’s

    I’ve been having a lot of problems getting screenshots of DVDs I am reviewing. Searching online, I’ve found many solutions, but none that have worked consistently. I decided to try out a few things myself, and here’s my solution for the problem:
     
    To do this, you’ll need to have Media Player Classic installed. (You can get Media Player Classic here.) Once you’ve got MPC installed, you’ll have to set a few settings to get it to work, or you’ll get this errormessage:
    GetCurrentImage failed, hr = 8000ffff
     
    In the Options menu of MPC, you’ll want to play around with the settings until you get it to work. You’ll want to restart Media Player Classic before testing the settings. Here are the settings that worked well for me:
    Options that work
     
    To take screenshots, simply go to the “File” menu, and press “Save Image”. Here’s a screenshot I took, just as an example.
     
    Options that work

  • Windows keyboard shortcuts

    Have you ever been in a situation where you needed to see the desktop of your computer quickly? Or maybe you wanted to open the Windows Task Manager quickly? You might have needed to see how much RAM your computer has installed, wanted to get Windows Explorer open, or even the Run-dialog box without needing to much about going to the start-menu?
     
    There are many ways of doing all of these tasks, there are the ones most people know, and many tasks also have keyboard shortcuts. I prefer using the keyboard to using a mouse most of the time, and keyboard shortcuts, or hotkeys as they are often called, saves time. It has come to the point where I don’t think about the keyboard combination, but just punch it in.
     
    There are many hotkeys around, and not all of them apply to every users needs. My needs are different to those of a user that spends most of their time in Photoshop. The keyboard shortcuts I have listed below are used in Windows, and are not dependent on any other software. If there are shortcuts you feel I’ve overlooked, feel free to tell me about them in the comment field.
     
    Windows key+Pause – Opens the System Properties dialog box
    Windows key+E – Opens the Windows Explorer
    Windows key+D – Minimizes all windows and shows the Desktop, second use will revert to previous state
    Windows key+R – Opens the Run dialog box
    Windows key+L – Locks the computer
    Windows key+M – Minimizes all windows
    Windows key+Shift+M – Restores all previously open windows to how they were before you minimized them
    Windows key+F – Displays the Find all files dialog box
    Windows key+F1 – Displays the Windows Help Menu
    Ctrl+Shift+Esc – Opens the Task Manager
    Alt+Tab – Switches between windows
    Alt+F4 – Closes the currently active window. If there is no active window this opens the Shut Down dialog box.
    Ctrl+Esc – Opens the Windows menu

  • A better Task Manager

    Windows Task Manager is a decent enough tool, but it doesn’t really give you all that much information, nor is it always able to do what you need it to, such as end certain processes. By default, the Processes view looks something like this:
    Processes view in Task Manager
     
    While this is enough for most users, it isn’t always enough information, nor capability, for techies. A wonderful little company called SysInternals, now owned by Microsoft, has made a wonderful little utility called Process Explorer. Let’s have a look at the information it gives us: 
    Process Explorer
     
    Not only does it feature tree-structure of processes, but it also features windows to show live data and history of CPU usage, Commit history and I/O Bytes. Clicking any of these windows will display a full system information window, as shown below. These features are only the tip of the iceberg of what should make Process Explorer an essential part of any techie tool kit. 
    System Information

  • Securing transfer of Anti Virus policies

    Fighting and defending against computer viruses is one of the largest challenges facing businesses and individuals in the IT world of today. To guard against this, most people have anti-virus software installed on their computers. However, even though you have anti-virus software installed, how can you be certain that the policy-files are the ones your anti-virus supplier has supplied? What is done by the different developers to secure the transfer of these files? What sort of knowledge and access would be needed to hack through the protection?
     
    I’ve asked these questions to a few of the leaders in anti-virus software development. Only two answered my questions; here’s what they said:
     
    Norman

    (more…)

  • Customizing MediaWiki

    Mediawiki is a very good CMS, and the one that I have chosen to use for my website, for various reasons. The most readily obvious reason is that it is simple to use and administer, and that I can add content from wherever I might be in the world.
     
    However, I don’t want anyone to be able to register as a user, nor to be able to edit or post posts. In addition, I wanted to make a few changes. All the changes are done to one out of two files, either LocalSettings.php or MonoBook.php
     
    LocalSettings.php
    First off, I changed the page title that shows up

    (more…)

  • Making changes to critical (and less critical) system files

    From time to time, you might want or even need to make changes to system files that are more or less critical. This can be risky business, and as a result, it is always smart to make the changes in a non-operative version of the file, then back up the file, and only then implement the new version.
     
    A practical example; You want to change the OEM-info of your computer. The way you do this is first to locate and make a copy of the OEMINFO.ini-file, then make the changes in the copy. Once you’re done, you rename the OEMINFO.ini-file to OEMINFO.ini_old, and only then do you actually implement the new file, copying it back in.
     
    Backup and new file
     
    The reason for this is twofold; firstly you’ll not be screwing up anything while editing, and should something go wrong, it’ll be that much simpler to roll back; simply rename the original file and you’re back up and running.

  • Changing the OEM-info

    The OEMINFO.ini-file is a file that stores support information about your computer, which usually ships with computers delivered with a preinstalled operating system. It can contain virtually anything, but usually it contains the name of the manufacturer, the address to their website, and similar information.
     
    The following hack allows you to change the information contained in the file, as well as the logo set by the manufacturer.
     
    Here’s how to do it:
     
    Open %root%\WINDOWS\system32, find the file OEMINFO.ini, and open it in notepad.
     
    It will look something like this:
     
    [general] Manufacturer=%Name of manufacturer% Model=%Model of computer%
     
    [Support Information] Line1=Web: %URL to manufacturers website% Line2=Email: %Email address of manufacturer% Line3=Phone: %Phonenumber of manufacturer%
     
    Edit this file at will.
     
    The file I edited, looks like this:
     
    [general]
    Manufacturer=A. R. Rødner Tech ENK
    Model=WiseDesk 2.2
     
    [Support Information]
    Line1=Web: https://www.razumny.no
    Line2=Email: **********@******.**
    Line3=Phone: +**-********
    Line4=If in need of software support, refer to software manufacturers
    Line5=website.
    Line6=If in need of hardware support, refer to hardware manufacturers
    Line7=website.
    Line8=If all else fails, consult the forum at http:\\www.itpro.no
     
    If you want to change the image that goes with the OEMINFO, you need to make a .bmp-file called oemlogo.bmp, which is to be no larger than 100 by 102 pixels (you may make it as large as you want, but make it much larger than 100 by 102 pixels, and not all of the image will be shown.
     
    Here’s what mine looked like:
    OEM Info

  • Recovering email after Disk Cleanup

    A couple of friends of mine contacted me, telling me that they had run Disk Cleanup, after which all of their emails were gone. They were naturally a bit frightened, and I told them I’d see what I could do.
     
    I found out that they are using Outlook Express, and told them to search for any *.dbx-files. They did so, and I told them to right-click on the file, choose properties and go to the “Advanced”-tab, where I instructed them to uncheck the “compressed” check-box, and click OK and Apply.
     
    One thing to keep in mind, is to search for hidden files and folders. To do this, simply check the boxes as shown:
     
    Advanced search options
     
    The resources I used to find the solution for this problem were as follows:
    Undo “compress old files” in Disk Cleanup utility? (PCReview.co.uk Forums)
    Outlook Express (Wikipedia)