Welcome to TechNet Blogs Sign in | Join | Help

Working in I.T. also means fixing the computers of family members, friends and neighbours. Trying to do this over the phone (especially with my father, who consistently asks "but where is the Start menu?") is pretty much impossible because they just can't follow the basic instructions you try to give... ;-)

In the past I have tried various tools, such as NetMeeting/Windows Messenger/Remote Desktop, to try and connect to the remote computer in order to fix any problem myself, but most tools have been a non-starter pretty much from the beginning. And, as ADSL routers became ubiquitous, it got harder and harder to try and initiate a connection to a remote computer hidden behind a NAT'd router.

But all is not lost! The other day I made a rather comforting (although totally unsupported by Microsoft) discovery... Using Live Mesh, I am able to connect remotely every single time to my dad's/father-in-law's/Anti-MS-VMWare Loving brother's computers! It works over 3G networks, from a corporate to home network (assuming it isn't blocked by your company), as well as with computers hidden behind routers and firewalls; it has made my out-of-office IT work considerably simpler.

"Stop waffling, and tell me how!" I can hear you say. Just follow the below steps to achieve family-IT nirvana:

  • Install Live Mesh on the remote computer you wish to control.
  • Once installed, log in to the Live Mesh console as yourself
  • At the "Add this computer to your mesh" screen, add a personalised name that identifies that computer. Then click "Add Device"

mesh1.jpg

  • Once done, log out of Live Mesh and configure it to not start automatically at Windows startup. You might also need to delete off the desktop any of the non-synced ghost folders that Live Mesh creates.
  • On your computer you'll notice that the new device appears in your device list, similar to what is shown below.

mesh2.jpg

I only actually own one computer, but have all the devices in my Live Mesh that I also support :-S

From now on, anytime you need to connect to a remote family/friend/neighbours computer, you simply ask them to start Live Mesh from the Start Menu, and then you click on the "Connect to device" option that will appear in your own Live Mesh panel next to their computer. Couldn't be simpler! And don't worry, this won't affect any usage of Live Mesh on either computer. Both users can go about using Live Mesh normally, even though you'll have their device listed in your device list.

If security is a concern, don't worry either because the remote user has to first start Live Mesh in order for you to connect, but then also explicitly grant you permission to access their computer via the permission dialog box that appears.

Back in April I blogged about how to get around the 0xc000000f error when trying to install programs over the network via RDP. In the original post I speculated that the problem was likely caused by some network latency issues, or something similar. However, it turns out that the actual cause of the problem was a bug in Windows, which has now been fixed!

The KB page and fix for the bug can be found here: http://support.microsoft.com/kb/978869

A few months ago I won an 8Gb Zune in an internal Microsoft competition. I really like the device and use it all the time on the train to work to help with the monotony. The interface is simple to use, I like the way the music is organised in the library, and the Zune software is not bad at all. My only qualm would be the requirement for another application to be installed in order to add the music to it; integration into Windows Media Player would have been perfect! Anyway, apart from that I am over the moon with it, and when I compare it to my wife's iPod I honestly believe the Zune to be superior.

When I first synced it I noticed that, of the 8Gb of memory installed, I only had a bit less than about 7Gb free for actual music. Although this was mildly irritating, I put it down to this missing space being used for the Zune OS, or some other system files.

However, after fiddling around with the Zune application the other day I noticed that this "missing" space was simply reserved for the InBox of the wireless feature of the Zune, and is totally configurable! Seeing as I don't use, nor intend to, the wireless sharing of music, I just moved the slider all the way across to the left in order to free up the space! And voila! All of a sudden my missing storage space was reclaimed!

To set this yourself, just open the Zune application and go to the Settings section, as shown below:

Zune.jpg

 

Now it may be that I am the last Zune owner on the Earth to discover this feature, but just in case I am not, I thought I 'd share it here :-)

Being a consultant means that I always have to write bucket-loads of documentation, and the documents tend to be rather long and include plenty of images.  Writing a 50 page document is not uncommon, not because I like to waffle (believe me, I don’t), but mostly because I need to include step-by-step instructions for something, including screenshots of each step.  However, a consequence of writing such long documents is that the file size of them often ends up being too large to be able to send to the client via e-mail, which means either compressing the file, or sending it in compressed chunks in different emails.

However, saving a Word document in the new (well, not so new anymore!) Office XML format does reduce the file size substantially when compared to the same file saved in the old binary format.  This is largely because any images are saved in their scaled size, rather than their original size from the source.  What this means is that if you were to copy and paste an 10 MB A3-sized bitmap into a Word document, but then resize the image to something far smaller in order to fit on the page, Word will not save all of the information from the 10 MB file, but rather only that needed in order to maintain the quality of the image at its new reduced size, thus producing a far smaller file size.  The trade off with this though is that, if you later on want to increase the size of the image in the document you’ll notice that it starts becoming pixelated because it is being stretched rather than scaled.  When I noticed this, it got me thinking about how else the file size could be reduced…

 

After some playing around I noticed that, when using the copy/paste method detailed above, the images are moved around in bitmap (BMP) format, which is the largest of all image file formats.  However, if you first save the image to disk in a different image file format (JPEG for example which is much smaller) and then insert the image file into Word rather than pasting it directly from the source, the Word file will only grow by the size of the compressed JPEG file, rather that the size of the bitmap image from the clipboard.  Sound complicated?  It isn’t at all, so it is probably my explanation!  But here are the steps to do it:

  1. Copy your image file to the clipboard
  2. Paste it into Microsoft Paint (mspaint.exe)
  3. Save the file in the JPEG format
  4. Open Word, navigate to the Insert tab on the Ribbon, and then press the Object button
  5. Select the Create from File tab, then press Browse
  6. Locate the file you want to insert
  7. Make sure that the checkbox Link to file is unchecked.
  8. Press OK!

 

blog1

 

blog2

 

You’ll now see the image file appear in the document, exactly as if you had pasted it in directly.  The difference is in the file size when you save the document, this file will be much smaller!  I am sure that I am not the first person to realise this tip, but it is certainly coming in handy now with my documentation, which is why I am sharing!

I can never remember how to do this, so I always end up looking it up.  Therefore, I am posting it here partly for me as a reference, but also in case anyone else finds it useful :-)

 

Sometime the error codes that are returned by Microsoft Windows are accompanied by a rather cryptic message, or the message doesn’t quite offer enough information to be able to work out what has happened.  Well, if you follow the steps below you can look up what the message means to Windows, based on the error code that was returned.

 

  • Make note of the last four numbers of the hexadecimal error code, in this example it is 2AFC.

1

  • Open the Windows Calculator (calc.exe) and switch it to the Scientific mode (or Programmer mode if you are using Windows 7).  Select the Hex radio button, then enter the last four digits of the hexadecimal error number.

2

  • Select the Dec radio button, and you’ll see the hexadecimal number converted to a decimal one.

3

  • Open a command prompt (cmd.exe) and type the following command: “NET HELPMSG ” followed by the decimal number that appears in the calculator.  In this case, the command would be: “NET HELPMSG 11004”.  You will then be returned what is hopefully a more friendly version of the error message.

4

 

Note that this will only work for Win32 error codes that originate from Microsoft Windows, the codes will often start with 8007 but not always.  Also, if the net helpmsg command does not return a result it most likely means that the error either did not originate from Windows, or is not a valid Win32 process.

I have been asked twice this week if this is possible and if so how to do it, so I guess either the information is not readily available on the Internet, or the two people who asked me just couldn’t be bothered to look it up...!

 

I’m sure you’ve seen the below screen appear during the first boot of your computer or server after you have installed any updates in Windows 7 or Windows Server 2008 R2, it’s the screen that says “Completing stage X of Y”.

  updating

It is during this phase that, amongst other tasks, any files that were in use while the update was being applied are now copied into their right place and updated once the computer was rebooted.  On very rare occasions you might one day see that the computer has gotten stuck at the above screen, and the configuring of the update(s) never completes.  This creates a dilemma because you want to get access to the console so that you can work out what went wrong, but this will require a hard reset of the computer.  However, on the screen in clear text it is telling you not to turn off your computer.

This issue might occur for several different reasons, which are way outside my field of expertise so I won’t try to explain them here.  Thankfully, there is a solution for Windows 7 and Windows Server 2008 R2 that permits you to rollback the changes made by all the updates you applied during the last update.  Simply use the below steps to recover your non-booting system:

  • Boot the computer into the Windows Recovery Environment (WinRE) by either using the installation media or pressing F8 during boot (WinRE is built in to OS installations now).
  • Open a command prompt.
  • Navigate to the \Windows folder that you wish to repair.
  • Run the command: DISM /image:DRIVE LETTER OF WINDOWS DRIVE\ /cleanup-image /revertpendingactions

           An example of this command might be: DISM /image:C:\ /cleanup-image /revertpendingactions

A message should then appear saying

           Reverting pending actions from the image....

           The operation completed.  Any revert of pending actions will be attempted after reboot.”

When you restart the computer you will now see a different screen, this time saying "Reverting pending actions".  Once this process has completed, any changes that the previous update(s) made should now be reversed and you should be able to log on correctly.

As some of you may know, certain countries have personalisation packs for Windows 7 that are activated on during the installation of the operating system, depending on the regional settings you first set.  So, if you tell Windows 7 setup that you are in the United Kingdom, one of the wallpapers that will be available to you is a photo of Stonehenge.  But what if you want to see all the other wallpapers that are available in other regions?  Well, you can either go fetch them out of the Windows installation folder, or follow the below steps to make them appear in the desktop personalisation section of Control Panel!

 

  • Open Control Panel
  • Click Clock, Language, and Region
  • Click Region and Language
  • Click on the Location tab
  • Select the following locations, pressing Apply after each one:
    • Australia
    • Canada
    • South Africa
    • Spain
    • United Kingdom
    • United States
  • Reset the location back to the correct one, and press OK.

 

wallpapers

 

Now you can right click on the desktop and choose Personalise from the menu.  In the Desktop Backgrounds section, you’ll see some new backgrounds!  Note that not all countries have their own personalisation packs, the only ones I know of are the ones listed above.

I am probably the last Microsoft blogger to actually get round to writing something about this… but hey, I have been busy!

Microsoft recently released to the public their free anti-virus solution, Microsoft Security Essentials (MSE).  I had been trialling the beta versions for a few months on a Windows 7 computer and I was really pleased with it, so the fact that it has now been released as a final product is great!  Bizarrely, it even got the stamp of approval from my Anti-MS brother who told me that it consumes much less CPU and memory on his computer, and he has now gotten rid of his McAfee software completely (even though his paid for subscription has not expired).  Of course, then he finished the sentence with the usual “but it is from Microsoft so is bound to be full of security holes” nonsense he actually believes.

MSE

MSE2

The virus signature updates are automatically downloaded via the Windows Update service, so it is important that you have this feature enabled.  MSE is available in 32 or 64 bit and will run on Windows XP, Windows Vista and Windows 7, so go get it now!  There really is no excuse not to run an antivirus product on all your computers, especially because it is completely free – you just need to have a genuine license of Windows in order to be able to install it…  :-)

The download and more information is available here: http://www.microsoft.com/security_essentials/

There is a webcast this month that should be of interest to anyone interested in using application virtualisation, particularly if you are migrating to Windows 7.  The date of the webcast is Monday the 26th of October 2009 at 12pm, but be aware that the time zone is GMT-5.  To join the event, just click here.  And now here’s the blurb for the webcast!

 

Best Practices for Windows 7 Migrations Using Microsoft Application Virtualization

Many companies need to increase the manageability of their IT infrastructure and reduce help desk costs while boosting employee productivity. CDW, a leading provider of technology solutions for business, government and education, faced these challenges in their organization and evaluated Windows 7 and the Microsoft Desktop Optimization Pack (MDOP) as a way to solve these problems.
In this interactive one-hour video webcast, you'll hear about how CDW evaluated Windows 7 and found compelling reasons to upgrade their OS from Windows Vista. CDW also deployed Microsoft Application Virtualization (App-V), part of the Microsoft Desktop Optimization Pack (MDOP) to simplify the deployment of key applications. In addition, CDW will discuss:

    • Using Microsoft Application Virtualization (App-V) allowed them to separate applications from the OS and deliver new versions of applications quickly, without conflicts with other applications
    • Saving time on application testing, packaging, deployment using App-V enabled CDW to allocate resources to higher priority projects
    • Using Microsoft Deployment Toolkit and System Centre Configuration Manager allowed CDW to deploy new desktops 25% faster with 70% in cost savings due to the fact that Windows 7 runs on pre-existing hardware

Join the Event

I have gotten very used, very quickly, to the excellent tabbed browsing feature that was introduced with Internet Explorer 7.  This feature was tweaked a fair bit for Internet Explorer 8, but the most noticeable change is that now each tab opens in a separate memory process; this really is great because if the content of one of the tabs causes a crash in iexplore.exe, it won’t cause all the other tabs to crash meaning you lose everything that you had open.  The downside of course is that by having each tab in a separate process, more system memory is consumed – not a problem if you have plenty of memory to spare, but my Anti-MS brother always complains to me about how slow his computer is, even though it only has 128mb of RAM and runs Windows XP plus 300 other applications simultaneously.  Of course, his lack of RAM has nothing to do with the system performance, but rather it is the fault of the operating system – or so he insists (but then he actually believes that VMware ESXi is “just sexy”, so I don’t listen too much).

Anyway, if you want to reign in the memory usage of iexplore.exe a little, you can tweak some settings in the registry.  Changing these will cause, amongst other things, iexplore.exe not to start so many separate processes; a useful tip to save a bit of system memory if you are a bit short but at the cost of potentially losing all open tabs if the content of one of them caused a crash.

 

IEProcesses

 

I saw these tweaks over on the AskIE blog, where they do a pretty good job of explaining what each one does.   have included their explanation below:

 

HKCU\Software\Microsoft\Internet Explorer\Main - TabProcGrowth (string or dword)

Tab Process Growth : Sets the rate at which IE creates New Tab processes.  There are two algorithms used by Internet Explorer.

1. Context-based: By default, the context-based algorithm is used and the curve is chosen based on the amount of physical memory on the machine. In addition, the TabProcGrowth string registry value may be manually forced to:

  • small: Maximum 5 tab processes in a logon session, requires 15 tabs to get the 3rd tab process.
  • medium: Maximum 9 tab processes in a logon session, requires 17 tabs to get the 5th tab process.
  • large: Maximum 16 tab processes in a logon session, requires 21 tabs to get the 9th tab process.

2. The "Max-Number" algorithm: This specifies the maximum number of tab processes that may be executed for a single isolation session for a single frame process at a specific mandatory integrity level (MIC). Relative values are:

  • TabProcGrowth=0 : tabs and frames run within the same process; frames are not unified across MIC levels.
  • TabProcGrowth =1: all tabs for a given frame process run in a single tab process for a given MIC level.

Note: On Terminal Server, the default value is the integer of 1.

  • TabProcGrowth >1: multiple tab processes will be used to execute the tabs at a given MIC level for a single frame process. In general, new processes are created until the TabProcGrowth number is met, and then tabs are load balanced across the tab processes.

Note: that the frame process is no longer allowed to execute at low-MIC. If this is attempted, the process will exit.

You may select the Max-Number algorithm by specifying the registry value as an integer. The registry value may be a string value containing an integer (e.g., "5") or a DWORD value containing an integer (e.g., 5).

In general, you have to restart IE to use a different TPG value.

A very common request that clients make when starting a Windows deployment project is that we must reliably and accurately demonstrate that Windows Vista or Windows 7 is worth upgrading to from Windows XP, especially if the purchase of new hardware is not part of the project; often, and logically, clients will try to re-use their existing hardware platform whenever possible in order to save money.  Consequently, I am regularly asked to prove that the newer version of Windows will run equally as well as Windows XP on the same hardware.  Their reasoning being is that they won’t upgrade the operating system on the existing hardware if the end-user experience is worse in terms of performance – regardless of how good the new features of the operating system are.  The problem with this is two-fold, one is a technical issue and the other is pure fantasy...

 

Attempting to benchmark and compare two different operating systems (yes, I know that each version of Windows is an evolution of the previous one, but it is still complicated) and providing accurate results is an extremely complicated task.  Unless done right, the results can be often speculative and can be turned upside down purely on your point of view.  It is also dodgy territory to get into because of the sheer number of factors that need to be taken into account in order for the test to be of any value, and then trying to explain the results to a lay person can be even more tricky.  This is because benchmarking a computer is not simply about measuring the raw speed of the CPU, in the same way that the horsepower alone of a car cannot be used to gauge if one car is quicker than another – you need to consider other factors such as the weight, ratios of the gearbox and torque.

There are plenty of free tools that you can find on the Internet that will measure your computers speed, but more than a few are totally useless because they are simply measuring individual parameters such as CPU speed and RAM read/writes.  To benchmark a computer properly you need something that will measure hundreds of different aspects of the computer’s hardware and the operating system installed onto it, in order to produce an reliable result; even things such as the BIOS software can have a profound effect on the results from the benchmarking tests.

 

Because this is such a hot topic, and given that Windows 7 is around the corner, Microsoft published some benchmarking guides so that you can start measuring right now the performance of your systems with Windows 7.  I have included the link for the Windows 7 guide below, along with the (now defunct) Windows XP guide.  The Windows XP guide is there because, after all, the only real way to gauge the performance of your system is when you compare it to a different operating system running on the exact same hardware.

 

Benchmarking on Windows XP: http://www.microsoft.com/whdc/archive/benchmark.mspx

Performance Testing Guide for Windows: http://www.microsoft.com/whdc/system/sysperf/Win7Perf.mspx

 

Oh, and the “pure fantasy” I mentioned earlier...  Well, Windows Vista has had a somewhat “turbulent” life in terms of public perception.  I have always honestly told clients that my personal experiences with Windows Vista have been excellent, and it has always been fast for me.  Likewise, when I have worked on Windows Vista deployment projects this has also always been the case, the deployed computers always performed better than clients expectations.  However, often when clients talked about benchmarking Windows Vista they were very dubious of the results and tended to disregard them purely because they had it in their head that Windows Vista was/is a terribly slow beast.  Overcoming their personal views was actually extremely hard to do, regardless of how well benchmarking facts and statistics actually were.

A very common misconception that I am hearing regarding Windows 7 is that Microsoft has removed all of the problems that Windows Vista had caused with application compatibility.  While it is true that certain features of Windows 7 have been improved/tweaked, such as User Access Control (UAC), there will still be many applications that worked without problems on Windows XP but will experience issues when executed on Windows 7.

The difference between Windows XP and Windows Vista was huge, and since the release of Windows Vista some three years have passed; Windows 7 has evolved even further and incorporated many more changes.  A good portion of the compatibility problems can be fixed using various methods, but the fact remains that migrating from Windows XP to Windows 7 will not be a walk in the park.

Microsoft has up on its website a list of applications, along with their exact version numbers, that have been approved (by the developers, not Microsoft) for running correctly and as expected on Windows 7, check it out here: https://winqual.microsoft.com/member/SoftwareLogo/windows7list.aspx

If you are planning on migrating to Windows 7 then the best thing you can do right now is to consult the list and start talking to your application vendors in order to find out which of your applications are going to have problems when run on Windows 7.  Something I often saw when Windows Vista migration projects were planned is that application compatibility testing was often started too late in the project, or was not assigned enough resources simply because the problem was underestimated.  This caused delays, sometimes substantial, in the deployment of the operating system.

I stumbled across the below picture the other day and I think that it is so true that it is worth linking to here :-)

 

I have always said that it is amusing how big people’s egos (I was going to put something else here, but I censored it) can grow when they are cowering behind the glorious anonymity that the Internet extends them, it makes the perfect platform for them to spout their inane views of others and of the world.  It happens via email, forums, chat etc., but it is especially true when playing multiplayer games on systems such as the Xbox 360.  It is not that uncommon to receive a message from a player informing you of their intention to hunt you down and rape you in the anus just because you beat them at Gears of War 2, even though they have absolutely no idea who or what you are like; you could be a brutal serial killer who has a fetish for the blood of prepubescent teens for all they know.  Then, when you finally hear their voice, you discover that they haven’t even reached puberty yet and are only playing because they have finished all their homework!

Another common occurrence is the trash-talking that goes on before and after multiplayer  games start, it has gotten so irritating to me that I now refuse to play with the microphones turned on – just to avoid having to listen to all of their “you be-atch, I kicked your ass”, “I’ve got your momma here”, or other equally pointless insults that only a 12 year old would think of/find funny.  And what always amuses me the most is that they make all these threats because they know that they can get away with it simply because the whole platform is anonymous, and that there’s no way anyone could find out where the gamer “B4DA55_C0LdK1ll3R” lives.

 

dickwad-theory

 

So, if you have ever been anonymously insulted/dissed/threatened etc. like these, then you will understand the picture above perfectly!

 

Most importantly, please don’t pay any attention to the threats.  My current favourite threat that I have received is that I was going to tracked down and then torn in half barehanded because I had, apparently, been indulging in relationships with someone's 6 year old sister (or something to that effect, I just deleted the message before finishing it).  Oh, and please, if you are playing a game and a player insults, threatens or attacks you, file a complaint via your console immediately.  If enough people file feedback then these problems users will be removed from the system making it better for the rest.

For me, this is possibly one of the most overlooked, but invaluable, features of Internet Explorer 7 and 8.  I actually only discovered it a few days ago, but I now use it pretty much daily.

First introduced with Internet Explorer 7, the Instant Search box in the top right-hand corner of the browser allows you to search the indexes of pages, such as bing.com and yahoo.com, without visiting the pages first.  You enter your search terms into the box, initiate the search, and then the results page are displayed in the browser window.  You can quickly customise the list of possible search engines, or you can even make your own ones.

Just follow the steps detailed below to create a new search provider, which you can then easily adapt to possibly any website you want to search.

 

  • From Internet Explorer, open the drop-down menu that appears in the top-right of the window, next to the Instant Search box.  The menu is the one with the magnifying glass icon.  From this menu, choose Manage Search Providers

1

 

  • In the new window that appears, click the Find more search providers link at the bottom.

2

 

  • This will open up a new web page where you can add various other pre-configured search providers, such as eBay, or Amazon.com.  Scroll to the bottom of this webpage and click the link Create your own Search Provider

3

 

  • Clicking this link will open a different web page.  Without closing this page, open a new instance of your browser and go to the webpage you want to add as a search provider.  Using their search engine, search for the word TEST (make sure you enter it in uppercase) and wait for the results page to be displayed.  As you can see in the example below, I went to the BBC News webpage and searched their site with the word TEST.

Once the results are displayed, go to the address bar at the top (highlighted in the below image in the wider red box) and select all the text that appears and then copy this text to the clipboard (press CTRL + C on your keyboard if you are unsure).

ddd

 

  • Return to the previous window, as shown below, and paste (press CTRL + V on your keyboard) the previously copied text into the URL field.  Then, provide your own name for the search provider in the Name field.  Then, simply press the Install Search Provider button to configure it into your browser.

4

 

If you are curious, you can click on the View XML link at the bottom of the page in order to see what is going on behind the scenes, as shown in this image.5

 

 

  • You will be asked if you are sure you want to add the new search provider, and if you want it to be your default one.  Take your pick, and then press Add.

6

 

  • Once added, you’ll see it appear in the list of search providers in Internet Explorer.  You can now click on the close button to complete the process.  It is worth noting that no software whatsoever has been installed on your computer.  ALL that has happened is that Internet Explorer now has a cached copy of the XML file that you saw above, and uses this to provide the new search functionality.  This is not an add-on to the browser that has been installed.

7

 

  • To use the new search provider is simple!  Select it from the drop-down list in the top right of the browser window, input your search terms into the Instant Search box, and hit the Enter button on your keyboard!  The browser will then load the page and display the results you were looking for!

8

 

This feature is incredibly useful because it allows you to extend the search functionality of Internet Explorer to include pretty much any website that offers the search feature.  Importantly, this also includes any internal websites and portals that your company might have (using technologies such as Microsoft SharePoint for example), it doesn’t just have to be external sites.  And, you’ll find that it will work with the majority of sites, not just the popular ones.

 

p.s. Why is the word TEST used?  Well, this is simply so that Internet Explorer can then read the XML file and locate the part which is used for the search terms.  The word TEST is then simply substituted for the search terms you specify!

It always amazes me the sheer levels of SPAM emails that are sent (and I have the misfortune to receive), but thankfully Outlook 2007 does a pretty good job of filtering them all out for me so that all I need to do is just empty the Junk E-Mail folder in my Inbox every now and then.  Given the fact that SPAM is still a major problem, it clearly has to be generating some money for people otherwise the spammers would stop trying to get around the filters.  But what I don’t understand is why anybody, no matter how desperate, would even be slightly tempted to purchase something that has been advertised through a SPAM email.  I mean, you’d have to be seriously stupid or mentally eroded to buy medication (or anything else) that you might consume over the Internet from one of these SPAM emails, but it seems people do.

Anyway, as I went to empty my Junk E-Mail folder today, I accidently opened the folder instead of right clicking and then choosing delete from the menu.  I noticed this wildly bizarre claim that was being made that I find incredible, even though I’ve seen plenty of crazy SPAM emails in the past.  I mean, imagine if it was true what was being claimed and that by simply taking some medication that you purchased from a totally unknown, shady and unreliable source you could break down concrete walls like Superman with just the contents of your underpants???  It could pose a serious health risk to women.  It could even allow the creation of a new Police force, specialising in breaking through concrete barriers.

boner

The other thing I find unbelievable with this particular spammer is that they sent this email to an internal Microsoft mailing list that is used to send out notifications of job vacancies in the company.  I can understand that being out of work can be extremely worrying, but I can’t see how the offer made in the email can be of any benefit at all to those who have received it.

More Posts Next page »
 
Page view tracker