
-
Sep10
Windows 7 Cool Feature – Problem Steps Recorder
Author: Susanta K Beura; Filed under: Computer & Internet; Tagged as: aggregator, beta, desk, keyboard input, libraries, metadata, microsoft, mouse clicks, options menu, personal solution, psr, review recorder, scenarios, screenshot, text description, users computers, windows 7 problem step recorder, windows 7 problem steps recorder, windows recorder, worth noting that
No CommentsFolks, it seems that Microsoft is coming up with something quite interesting in Windows 7. Feature is called “Problem Steps Recorder”.
Problem Steps Recorder can be used to automatically capture the steps performed by a user on a computer, including a text description of where they clicked and a picture of the screen during each click. This capture is then automatically saved to a file that can be used by a support professional to help the user troubleshoot the issue or understand what steps were taken by the user.
Note that they’re still in beta, and this feature is not complete. For example, it won’t record typed text, which means it is TOTALLY USELESS for command prompts or PowerShell commands or even outputs, but if properly guided, the user can add his own comments for any screenshot.
It’s worth noting that unlike enterprise-wide visual recording solutions like ObserveIT, Problem Steps Recorder is not designed to capture videos, centrally store the captures, or even allow for indexing of the content by users, computers or applications. It will be probably used as a personal solution aggregator for help desk and support scenarios.
In any case, PSR is more than just a screenshot capturing tool. Besides automating the capturing of what’s going on the screen, it will also highlight the user’s mouse clicks, and, most importantly, will provide a detailed textual metadata with a description of what the user is doing.
Note: Remember, Windows 7 is still under development. The version I’m working with to grab screenshots from is beta build 7000, and things might (and probably will) change by RTM comes along.
I especially like the detailed metadata that is textually recorded by Problem Steps Recorder. For example:
- User left click on “Items View (list)” in “Libraries”
- User keyboard input in “Libraries” [... Alt]
- User left click on “Tools (menu item)” in “Libraries”
- User left click on “Folder Options… (menu item)”
- User left click on “View (page tab)” in “Folder Options”
- User left click on “Hide empty drives in the Computer folder (check box)” in “Folder Options”
- User left click on “Hide empty drives in the Computer folder (check box)” in “Folder Options”
- User left click on “Hide extensions for known file types (check box)” in “Folder Options”
- User left click on “OK (push button)” in “Folder Options”
Problem Steps Recorder will create a ZIP file containing a compiled MHTML file. It will display the screenshots as SEPARATE images, and NOT as a video. This file is actually an XML page documenting each step of the user’s actions complete with a screenshot with the item highlighted. You can view the report as is by using Internet Explorer, or as a slideshow. If you need to, you can even dig into the raw XML to expose greater detail like the X&Y coordinates of the mouse.
To run Problem Steps Recorder (or PSR for short) please type psr in the Start button’s search area:
You can also open Control Panel and type in problem in the search box, then click on the “Record steps to reproduce a problem” link:
By default, PSR will record only 25 screenshots, but this can be changed to any number. Click on the small down-arrow next to the help icon, and then select Settings:
To start the capture simply press on the “Start Record” button:
During the recording, when adding a comment, click on the “Add Comment” button:
To stop the recording click on the “Stop Record” button:
You will be prompted to save the resulting ZIP file:
After saving the file, if you send it by e-mail or any other method to the support professional, after double-clicking on the ZIP file (or extracting it by using another method), they will be able to view the attached file:
When opening the file, you’ll see something similar to this output:
Click on the following link to download a sample zipped MHT file.
We need this!!! I hope Microsoft will go through the required steps of creating PSR as a built-in tool in Windows 7!

Say bye bye to duplicate content.
Now, with WordPress Uniquefier v3.4 all your articles are 100% unique
What is Uniquefier and how is it going to help you?
Uniquefier is a WordPress Plugin which once activated will turn your blog content from duplicate to unique. All it takes is 1 single click to activate the plugin and everything will be 100% unique content.
You may be wondering how is this possible? Well, it is indeed, and no it’s not one of those article rewriters or any spinners you may have heard of. More, the articles will be the same for your site visitors, the changes which are being made to the articles are in the backpage, in the page source, changes which are not visible to the visitors, but only to the search engines bots and browsers. We are not adding hiding text or any kind of such activities which are strictly forbidden, the Uniquefier uses a simple, yet highly effective mechanism of turning your articles unique. It is a well known fact that search engines (for google has been proofed) can run and index non advanced JavaScript from your pages. This is why, by using a special technique we place the original articles under a JavaScript run. This way:- you get original content as the way you show the articles is different than just a pure copy+paste
- search engines understand what an untrained human eye can’t

Click here to view more details -
Sep8
Issues with Video Performance on Hyper-V Hosts
Author: Susanta K Beura; Filed under: Computer & Internet; Tagged as: based computer, dell servers, device driver, googling, graphics drivers, hp proliant, hyper-v, hyperv, hypervisor, intercept, kernel memory, kernel mode, memory allocations, memory manager, overhead cost, qa department, scenarios, tlb, translation lookaside buffer, video graphics, video performance, video problem, video problem in hyper-v, video problem in hyperv, windows server
No CommentsThis little “issue” on one of my Hyper-V hosts had been giving me a headache for a while; for some unknown reason, the Hyper-V host began to have issues when displaying specific screens. It wasn’t happening on my Dell servers, just on a couple of self-built “no-name” servers. Since these servers were used by our QA department, people sometimes logged on to them straight from the servers’ console, and the display issues drove them nuts. So I decided to investigate further.
After a bit of Googling I found this KB:
Video performance may decrease when a Windows Server 2008-based computer has the Hyper-V role enabled and an accelerated display adapter installed:
http://support.microsoft.com/default.aspx/kb/961661Reading the KB, it turns out that this issue occurs when a device driver or other kernel mode component makes frequent memory allocations by using the PAGE_WRITECOMBINE protection flag set while the hypervisor is running. When the kernel memory manager allocates memory by using the WRITECOMBINE attribute, the kernel memory manager must flush the Translation Lookaside Buffer (TLB) and the cache for the specific page. However, when the Hyper-V role is enabled, the TLB is virtualized by the hypervisor.
Therefore, every TLB flush sends an intercept into the hypervisor. This intercept instructs the hypervisor to flush the virtual TLB. This is an expensive operation that introduces a fixed overhead cost to virtualization. Usually, this is an infrequent event in supported virtualization scenarios. However, some video graphics drivers may cause this operation to occur very frequently during certain operations. This significantly magnifies the overhead in the hypervisor.
It turns out that this “issue” usually happens with self-built servers, and not with known brand servers such as HP Proliant or Dell PowerEdge. Also, this is usually reported when the Hyper-V hosts are using ATI display adapters.
So, what should you do to fix this “issue” which shouldn’t have been there in the first place? Well currently, when you enable the Hyper-V role in Windows Server 2008, do not install the drivers for high performance accelerated graphics adapters. This behavior will not occur when you use the Vga.sys or Vgapnp.sys generic video drivers that are included with Windows Server 2008.
To revert to the generic video driver, you can uninstall any high performance vendor-specific video driver.
To uninstall the video adapter driver, open Server Manager and navigate to Diagnostics > Device Manager.
Expand Display Adapters, right-click on your high performance vendor-specific video driver, and select Uninstall.

BTW, this shouldn’t happen on servers that are running Server Core installation of Hyper-V.
Freelance Jobs At Scriptlance
- Site RedesignPlease see details in the attached Quote Request.
- Affiliate Network SiteHello, I am looking to have an affiliate network website for my newly formed company built. We are in the internet marketing space. I will provide the content, logo design and site after I choose the winning bidder. Here are a few examples of similar ad networks or affiliate networks. I would like for it to look sophisticated but not as many pages. Probably less than 10 pages of content. Typical pages for Home, About Us, Publishers, Advertisers, Contact Us, Privacy Policy and links to Login…
- Wordpress Quiz EngineThe goal is too create a fully functional Wordpress Plugin Quiz Engine based on the work previously done with the WordPress Quizzin plugin. The final product should be installed as a plugin as well. Components include: – Modifying the Admin Menu layout so that the app link is at the highest level. – Adding a preview link – Adding several new question types (True/False, Fill in the Blank, Fill in Multiple Blanks, Multiple Answers, Multiple Drop down, Matching, Numerical Answer, Formula Que…
- Logfile For User In Local..disable Apps ..security NetworkHI i have windows 7 ulitmate install wamp and IIS on it and its connected to dyndns so its have domain name.s same of a server alos we used it in local networK and internet. by searching i found zone allarm is the best firee wall for that. if other suggist i will listen.. now i use windows firewall but not really trust it..if they can work together thats great. what i need: make firewall very high and inster block ip from all and allow only from few ips. chosing good anti virus and confige…
Partner links
Breaking News
- 'We'll probe UK money trail'After TIMES NOW exposed the Commonwealth Games’ dubious money trail, It has invoked outrage. Union sports minister M S Gill has said that the ministry will probe details that have come out following the investigations that are being conducted by the UK Government into allegations of money laundering.Alleging that the CWG was constantly dogged by controversies, the BJP has now demanded a judicial probe into the CWG money trail. Spokesperson of the party, Nirmala Seetharaman said that the Organising Committee…
- 'CPI(M) has suicide squads to kill me'
Trinamool Congress chief Mamata Banerjee today alleged that unable to fight her politically, CPI(M) has hatched a conspiracy to eliminate her and discussed forming a suicide squad for that.
…
Twitter links powered by Tweet This v1.6.1, a WordPress plugin for Twitter.














