Wednesday, 31 July 2013

How to Run IIS 6 in 32-bit Mode on Windows Server 2003 64-bit !


You can set IIS 6 to run in 32-bit mode with the following command:

%SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1

After setting IIS to enable 32-bit appilcations, the following exception may occur:

ISAPI Filter 

'c:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\aspnet_filter.dll' could not be loaded due to a configuration problem. The current configuration only supports loading images built for a x86 processor architecture. The data field contains the error number. 

To learn more about this issue, including how to troubleshooting this kind of processor architecture mismatch error, see 

http://go.microsoft.com/fwlink/?LinkId=29349.

This is due to the fact that the .NET framework needs to be registered with IIS after enabling 32-bit mode.  Note, after enabling 32-bit mode and re-registering the framework, you will have to restart IIS.  Also, you may need to go to the Web Service Extensions and Allow the ASP.Net 2.0 (32-bit) extension.

To register the .NET framework with IIS, run the following command:


%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -i

How to Resolve "%1 Is Not a Valid Win32 Application" Error Message When You Start a Service : FIX



Solution:


To resolve this issue, add quotation marks around the following entry in the Windows registry, where <ServiceName> is the name of the service:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<ServiceName>\ImagePath

The ImagePath entry contains the path of the executable file for the service. To add quotation marks around the ImagePath entry for a service:

Click Start, and then click Run.

In the Open box, type regedit, and then click OK.

Locate, and then click the following registry entry, where <ServiceName> is the name of the service:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<ServiceName>

For example, if the service is named MyService, locate the
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MyServicekey.

In the right pane, double-click
ImagePath

In the Value data box, add quotation marks around the complete path of the executable file for the service.

For example, if the path of the MyService service is C:\Program Files\MyProgram\MyService.exe, change the entry in the Value data box for the MyService service to the following

"C:\Program Files\MyProgram\MyService.exe"

Click OK, and then quit Registry Editor.

Thursday, 18 July 2013

The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine: FIX



While installing SQL you may experience this error,  I googled the same but found many scripts which won’t works but the given below works fine.
----------------------------------------------
@echo on
cd /d c:\temp
if not exist %windir%\system32\wbem goto TryInstall
cd /d %windir%\system32\wbem
net stop winmgmt
winmgmt /kill
if exist Rep_bak rd Rep_bak /s /q
rename Repository Rep_bak
for %%i in (*.dll) do RegSvr32 -s %%i
for %%i in (*.exe) do call :FixSrv %%i
for %%i in (*.mof,*.mfl) do Mofcomp %%i
net start winmgmt
goto End
:FixSrv
 if /I (%1) == (wbemcntl.exe) goto SkipSrv
 if /I (%1) == (wbemtest.exe) goto SkipSrv
 if /I (%1) == (mofcomp.exe) goto SkipSrv
 %1 /RegServer
:SkipSrv
 goto End
:TryInstall
 if not exist wmicore.exe goto End
 wmicore /s
 net start winmgmt
 :End
 -----------------------------------------------

A) Open a notepad
B) Copy and paste the above scripts to that
C) Save as FIXWMI.CMD (name can be anything, extension should be cmd)
D) Run the script (double click will do)
E)It will ask for a confirmation, allow that.
F) It will take some time to finish.

G) After finishing try, the error might have gone.

Tuesday, 16 July 2013

How to install/run blue stack android app without graphic card!





If you have an Android phone, you've probably installed an app or two. Wouldn't it be nice to be able to run them on your Windows PC?

And If you are frustrated with the paltry selection of apps, or a Mac OS X user who wants an Android experience without having to buy any additional hardware, BlueStacks offers a virtual Android environment, complete with access to the Google Play store. As it turns out, though, this emulator may not be worth the trouble.

Pros:

Lets you run Android apps on PC or Mac; you can send apps from your desktop to your phone


Cons:

Lacks efficient multitasking;
Apps look blurry and frequently stutter;
Not all features work or function consistently


The Verdict:

BlueStacks lets you run Android apps on your Mac or PC, but it could use a lot more polish.


Well, there is one problem that the latest version of BlueStack doesn’t install without graphic card.


But there is one version of BlueStack which installs with some warnings and in limited mode.
You may experience some applications will not work. But Instead of not having it you can go for this version and enjoy your anroid apps.


Download link : 


Monday, 15 July 2013

How to reset attrib like system/hidden files/folders so you can view/access them normally.


  


Ever mess up with attrib of files? Some malware do change your files' attributes to system/hidden but when you want to change them back to normal you wont be able to do that because the options are grayed.

iReset is an intuitive application that will reset any system or hidden files, thus allowing you to access them normally.

How to use it?                                   


Simply drag & drop your files/folders into the cross sign and then click RESET.

Important note:


Since this tool is a security software that deals with the file system, the system registry and the running processes, it MUST be given all the rights it demands in order for it to do it's job. Some other security softwares will try to block the tool and prevent it from doing its job, please make sure that it's not blocked by your filewall and there's no other program blocking it.

Before running this tool, we recommend you to disable any other security solution you are runing such as Antivirus, Firewall, monitoring tools ..etc.

NOTE: This tool is for FREE for personal use only!


Download


Saturday, 13 July 2013

How to Edit a Registry Other Than the Current User using registry editor !




Instructions


1. Open "My Computer" or "Computer." For Windows XP, click "Start" and select "My Computer." Or, if you're using the classic Start Menu, double-click the "My Computer" icon located on the desktop. For Windows 7, click the Start Orb located in the lower left corner. Select "Computer."


2. Double-click the "Local Disk (C:)" drive, then double-click the "Windows" folder.


3. Scroll through the folder contents until you find the "regedit" program execution file.   The folder's contents are arranged in alphabetical order.

4. Right-click on the "regedit" file and select "Run as..." from the pop-up shortcut menu. This opens the "Run As" dialog box.


5. Click "The following user" radio button.


6. Open the "User name" drop-down menu and select the user account you would like to edit the HKEY_CURRENT_USER settings for. (The selection is limited to administrator user accounts only. Unfortunately, you cannot use the "Run as" command to open a program using a limited-user account.)


7.Enter the selected account's password credentials in the "Password" box. Click "OK" to launch the Registry Editor using this alternate user account.


8.Perform your edits. To make changes to the registry that will affect this user's profile settings, expand the "HKEY_CURRENT_USER" subtree located in the left-side window panel. Here, navigate to the folder (technically referred to as a "subkey") that contains the value you would like to modify. In the right-side window panel, right-click on the value you wish to change. A shortcut menu opens. Select the type of modification you want to make. Select "Modify" from the shortcut menu if you want to modify the settings' "Value data." Or select "Modify Binary Data," "Delete" or "Rename" from the shortcut menu.


9.Close the Registry Editor and you’ve done!



Thursday, 11 July 2013

How to set Out Of Office in ms outlook (Auto reply)

We almost spend our most of the time in our office but going on vacations is just great and fun.

Like any buddy else I also plan for my vacation to abroad but having a tension that what about my emails because I can’t access them from where I go. Then, I thought of an auto reply my emails but don’t know how to do it.

After this I found an outlook help in PDF and want to share it you guys.


Here are the steps:

Step 1: Create a new mail message. You should type some text in this mail, for example




Step 2: Click File > Save As to save the message as Outlook Template.





Step 3: Select "Outlook Template", click Save button.





Step 4: Close the mail message and Click Tools > Rules and Alerts.





Step 5: Click New Rule.





Step 6: Select Check messages when they arrive and click Next button.




Step 7: Check where my name is in the To box and click Next button.




Step 8: Check reply using a specific template. And then click the label "a specific template" under "Step 2" to select template.




Step 9: Select "User Templates in File System" on the right of "Look In", the template "Out of Office AutoReply" which you saved will be here.
Select it and click Open button.




Step 10: Click Next button.




Step 11: Check except if it is an Out of Office message. Click Next button.




Step 12: Type "Out of Office" in the edit box to regard it as rule name. Click Finish button. it is OK now.