Showing posts with label Shareware. Show all posts
Showing posts with label Shareware. Show all posts

14 July, 2014

RWEverything

Windows 8.1 2
Windows 8.1 2 (Photo credit: vernieman)
14-July-2014

The other utility that helped me in my recovery process was RWEverything. None other utility is able to read from the BIOS the much-required serial #, or the Windows 8.1 OEM key.

While the key wasn't accepted, I was able to retrieve it, and had it recorded.

In case...

Till then!



19 February, 2013

Fix Windows freeware - one that works

Image representing Windows as depicted in Crun...
Image via CrunchBase
19 February 2013

The week before the Chinese New Year holiday, I happen to glance upon the bunch of desktop PCs on my table (I occupy the space for 2 persons; the other table is where the PCs are, for proximity and easier maintenance). I thought I saw some error message thrown out in one of the PCs. However, I checked that activities are running fine, so I dismissed that simply as my eye playing a trick on me and nothing to worry about.

Now came the long holiday. At home, I can’t do a remote connection to that particular PC. Still, scheduled programs are still working fine, since 4 PCs are paired, with 2 doing the same thing, alternating on a regular interval. Such is the design, so that if all four are working, the time for execution is cut in two, and even if one of the pairs is down, the work is still done. Unless both PCs in a pair go down, then nothing will get done.

What’s more, there were fewer requests; of course, it was a holiday, so that the difference in time, the time lag, is nothing sort of easily recognizable.

Anyway, the remaining 3 PCs were able to pull through the holiday period, and all the while unmanned.

When I came back to work on the 14th, I found out that 2 PCs were actually giving problem, fortunately, the other one was the pair of the alternate. That means only 1 PC from each pair is properly working. Woo ho! And I was spared from coming back to the office by the faithful pair...

I took a seat and planted myself infront of the erring PC (for I didn’t know about the other one at the time). When the batch job runs, it throws out some error on Oracle dll not initialized, or something like that. I was wondering, nothing has been done so far, and this PC has not been modified for some time, and it’s been running fine. Why now?

When I called up the code in Visual Studio, presumably to run the program in Debug Mode, after setting up the break point and pressing F5, I got a different error, something to do with Visual Studio’s “coloader80.dll” or something, and that prevents me from running the code in Debug Mode. I press CTRL-F5, and I get the Oracle dll error. I press F5, and I get the coloader80.dll error. I’m stuck!

Normally, if we can’t solve a problem, we tend to take our eyes off it, and that is what I did. Thinking hard, I scratched my head, thought a bit more, and then looked around, at the other PCs. To my surprise, I noticed that another PC from the other pair was also giving an error, and it was a different one. This time, the error was something about DMQ dll. I began to wonder why there are several errors, and this is pointing to dll issues. I immediately refused the idea of having to reinstall Visual Studio, at least, and at the most, Windows OS. But I really can’t think of any reason why the errors suddenly come, and errors are different on different computers!

With that initial data, I mused, could it be Windows?

I called up my ever-trusty friend Google, typed “fix windows”, and I saw the list returned by the search engine, made a decision, and then downloaded the freeware. It came from tweaking.com, and the link brought me to majorgeeks.com, so finally I downloaded the program. I then installed it, and called it up afterwards. Having downloaded, installed and run other programs from reliable authors and companies, I am confident about running this Windows Fix freeware. I am a regular user of download.com, even before it was owned by CNET. So perusing the new program, I saw a few tabs, saw what’s offered, and I clicked the buttons.

Basically, it was fixing file association, running chkdsk, etc., etc., and finally, to fix the registry. Of course, there is a mandatory (or rather, a default) mode to back-up registry before the fix is done, and this all went on smoothly. When the PC finally rebooted, and chkdsk completed, I logged in, and when the batch programs were run, the problem was gone!

Wonders!

Without hesitation, I did the same on the other PC. Having completed everything on Windows, reboot was done, chkdsk was executed and finished, and I logged in to Windows. Is the problem fixed? You betcha!

Having fixed the 2 problematic PCs, I thought to myself, “What if the other PCs that don’t show problem now actually have similar issues, and they are only waiting for the opportune time to ruin my holiday?”

I took that as a very strong reason to run the fix program, and when all 4 PCs were done, I saw that the Internet Explorer setting was messed up a bit, restored to its freshly-installed state, where the proxy wasn’t defined. Not a major impact, since I didn’t need to go web surfing yet. The only other effect I saw was in Windows Update, the previously hidden updates were shown again. Not a big deal, since hiding them is quick and easy. Other than that, all the batch jobs were again running fine and all without errors: the Oracle dll error, the DMQ error, and the coloader80.dll error – they’re all gone now!

And after a couple of hours passing, and verifying that there is no ill-effect after the fix-program run, I declared that the program is safe, and it works!

When I got home, I run the fixer on the desktop and laptop PCs, and I could say that it is quite effective, in that my very old desktop got a bit faster. Hope it stays that way until I’m able to buy a new one for my kids.

Till then!


Reference:
Windows Repair (All-In-One)
Enhanced by Zemanta

17 November, 2011

How to change the Visual Studio 2010 Registered User and Organization

The Microsoft Visual Studio .NET logo.Image via Wikipedia17-Nov-2011

I've been looking at my splash screen and About info, and all the while, I have been just ignoring the registered User and Organization info. Until lately. I thought I should get that info corrected, or, have it show the user and organization to my liking, whatever. Hey, I've come across one forum and one guy actually asked the same question, and he said that if that doesn't change, then whenever errors happen, and dumps are sent, then the user and organization will be Microsoft-Microsoft. I mean, he is saying that correcting those 2 values is to Microsoft's advantage.

Anyway, so many blogs copy from each other, and what's worse, they copy wrongly.

I have tried, and found that only the organization was changed. The company is correctly reflected, but the user remains the same. One blog after another. One article after another. All saying the same thing.

Until today.

I searched, and seems to me that the day is beginning nice.


Goalsontrack


Chinthaka Bandara wrote the same old stuff, and more. From his blog, entitled Changing Visual Studio 2010 Registered User & Organization, I've seen the complete solution to changing the user and organization info, in both the splash screen, and in the About details.

Premise:

During installation, you are not allowed to enter these values, the user and company/organization. These values are picked up from some registry settings.

Having said thus, we will need to modify the registry. So, edit at your own risk!


VS2010 About screen

On a x86 bit (32 bit OS) computer follow the below path:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\Registration\UserName
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization

On a x64 bit (64 bit OS) computer follow the below path:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\Registration\UserName
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization

You can click on the Close button (the Red button with an X on it at the top right of the registry editor windows), but as always, the recommended step to close the windows is through the menu: File > Exit.

Changing the UserName will change the first line in the help about dialog.
Changing the RegisteredOrganization will change the second line in the help about dialog.


VS2010 Splash screen

NOTE: This will reset the IDE settings, so you better do an export settings first, which, of course, you will restore by importing afterwards.

Open up a command prompt.

On a x86 bit (32 bit OS) computer go to below directory:
C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE

On a x64 bit (64 bit OS) computer go to below directory:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE

Type "devenv.exe /setup", then hit [Enter].


Did I mention that while doing this, VS2010 IDE should be closed?

Well, if not, then close the IDE, and do again from the start.


Smart Goal Setting Software


Now, when you activate the VS2010 IDE, take note of the spash screen. User and Organization values should now be changed. A couple of minutes later (longer if you have a slow computer), click on About to display VS2010 details, and voila! User and Organization info should also be changed.

For if not, how?

I do not know...

At least the steps here I have tried myself, on several computers, and they didn't fail me.

Till then!

12 July, 2010

XP Welcome Screen and Fast User Switching

Windows XP ProI was testing a new network connection from my cable modem since it is supposedly free. And I'm not that very familiar with this task, I know a bit of it here and there. I happen to install a network driver, and what happened next is something that I did not want: the login screen was changed, and it was asking now for a password.

I had a problem, since that computer was used primarily by my kids...

I searched the web, and for a time and a season it seems, I did not find what I was looking for - how to restore the XP Welcome Screen and the Fast User Switching function.

All that is being thrown up is either disabling the login screen or restoring it - which is not what I want.

What I was looking for is help on how to remove the now-unwanted login screen that asks for a password, when there isn't, and restore the Welcome Screen and Fast User Switching function.

I stopped searching. Tried the next day, and still failed to get an answer. Some search results seem to be a promise, but the moment you click on the link, you are 'offered' a trial membership, blah-blah-blah. I'd close that page immediately!

Microsoft Windows XP Home Edition FULL VERSION with SP2The third day, I think I got the answer.I tried typing for NetWare and XP login screen, but what it should be is "Welcome Screen and Fast User Switching" search text. That is what gave me the help I needed.

So I was able to fix the problem with the following steps:

1. Go to Settings, if you have it, then Control Panel.
2. Click on Network Connections.
3. Right-click on every network connection that you have, then on Properties.
4. Perform an uninstall for Client Services for Netware.

When this is done, go back to Control Panel.
1. Click on User Accounts.
2. Tick, as per your choice, the two options:
a. Use the Welcome Screen
b. use Fast User Switching
3. Click on Apply Options.

And we're all set!
-----

Enhanced by Zemanta

29 April, 2010

Where is the Show Desktop Icon in Windows 7?

Image representing Windows 7 as depicted in Cr...Image via CrunchBase
If you are wondering why there is no 'Show Desktop' icon in Windows 7, you are not alone.

This is one of the changes that somehow confuses the user who is migrating from previous versions of Windows OS, into Windows 7.

It is neater now, I may say, but it is not easily recognized as the Show Desktop icon.

So no, it is not missing; it simply is in a different location now.

Wondering where it is?


It is at the bottom right corner, and it simply is just a rectangular bar at the end of the Taskbar.

Go ahead and look for it. There is no mistaking that you will find it.

Happy computing!

-----
Reference:
How to Show Desktop in Windows 7
Reblog this post [with Zemanta]