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.












Tuesday, 9 July 2013

How to count members in distribution list – ms outlook




Follow below mentioned process to count members in any distribution list. There isn’t any inbuilt option in MS outlook to count members. By following process, a new tool button can be created for macro which auto counts the total members in selected distribution list.

1. Start Outlook
2. Click Tools > Macro > Visual Basic Editor
3. If not already expanded, expand Microsoft Office Outlook Objects
4. If not already expanded, expand Modules
5. Select an existing module (e.g. Module1) by double-clicking on it or create a new module by right-clicking Modules and selecting Insert > Module.
6. Copy the following code and paste it into the right-hand pane of Outlook’s VB Editor Window.


----Copy the following code----

Option Explicit

Public Sub ShowMemberCount()
Dim obj As Object
Dim DL As Outlook.DistListItem

If TypeOf Application.ActiveWindow Is Outlook.Explorer Then
If Application.ActiveExplorer.Selection.Count Then
Set obj = Application.ActiveExplorer.Selection(1)
End If
Else
Set obj = Application.ActiveInspector.CurrentItem
End If

If Not obj Is Nothing Then
If TypeOf obj Is Outlook.DistListItem Then
Set DL = obj
MsgBox "Name: " & DL.DLName & _
vbCrLf & "Member: " & DL.MemberCount, _
, "Member Count"
End If
End If
End Sub
---------Till here--------

7. Click the diskette icon on the toolbar to save the changes
8. Close the VB Editor

Using the Code. The code is simple to use. After opening or selecting a distribution list run the macro. It’ll display a dialog-box that shows the number of members the list is composed of.



Monday, 8 July 2013

How to enable Macro in MS OUTLOOK (Disabled/Grey in Outlook menu) !



In day to day work, I realize that I need some extra information from outlook like how many contacts are in contact group etc.

So, I googled around and found that Macro can do it for me. But when I moves to my Outlook and open tools menu and found that option of Macro is disabled / grayed out.

Then again my search moves toward Google and found many Blogs and solutions. Some of them suggest that re-installing will work, but it didn’t and some of them suggest changing trust settings, which also not works for me.

After this I trial the first suggestion to re-install Outlook, But with some extra setting which works great to enable Macro in Outlook.


Steps :

1. Un-install your office version.


2. Run Setup again :




3. Select 'Customize' option.




4. In customize option select Installation Options and Select 'RUN ALL FROM MY COMPUTER' for Oultook.



5. After completing the setup with above steps , you'll find that Macro option is enabled now.


This trick works 100 %.


Saturday, 6 July 2013

Realistic Ways To Make Quick Money Online

Conduit :

Conduit allows you to create custom toolbars. Every time someone downloads your toolbar, you get paid. Get people to download the toolbar and you'll receive a few dollars each time.


Paid Articles :

Content sites are always looking to pay for quality content. Check out eHow, BrightHub, Constant-Content and cash in on you're expertise.


Amazon Mechanical Turk :

Amazon's version of a "marketplace for work." Find tasks such as testing sites, writing articles, taking surveys, complete them and earn money.


eBay :

Rummage through you're stuff, find anything of value that you don't need sell it on eBay, Amazon or Craigslist. If you're interested in going further than that start selling your family and friend's items for a commission.


Microworkers :

Make "micromoney" doing "microjobs" on Microworkers. Make money by completing tiny tasks online for people such as signing up for sites, Digging articles or linking to sites.


Experts Exchange :

Are you a techie? If you are, join Experts Exchange and answer people's questions on hardware, software, programming and more, to receive rewards.


99 Designs :

If you've alway been good at Photoshop, 99Designs is the perfect place to cash in on your skills. Enter logo, tshirt, icon, website, print design contests.


Student Of Fortune :

Student of Fortune is an online tutoring and homework help platform. Students who need help post questions with cash rewards and depending on how well you answer it, you receive the cash. 

ChaCha :

This search engine is powered by real people. Each time you respond to someone's search you will be paid a small amount.

Fiverr :

People offer jobs such as installing Wordpress plugins, computer programming, translations, designing business cards and much more. Fiverr is a marketplace for $5 odd jobs.


Friday, 5 July 2013

SQL Fix : Operating system error 5(access is denied)






Recently, i try to to restore the data a SQL database on my machine.
Instead of getting attached it pops up an error ‘Operating system error 5(access is denied)’.

On first  perception I think there was an issue with data or operating system.
Then, I searched internet and found this solution.

You just need to change SQL service which is running ‘Network service’ to ‘Local system’.


Steps :


1. Locate SQL Server configuration Manager from start menu.





2. Then, locate for SQL Server service and right click for properties.





3. At this point it is running on ' Network service'.




4. Just change it to 'Local system ' and press 'Apply & OK' , but this will cause the service to be restarted.




Like this you can resolve your problem.


Thursday, 4 July 2013

Learning Spanish – Sube – www.sube.com



Language is perhaps the most important function of the human body – it allows us to get sustenance as a child, it allows us to get virtually anything we want as an adult, and it allows us many hours of entertainment through literature, radio, music, and films.

Aside from all of those kids who take it in high school, Spanish is spoken in just about every South American and Central American country, not to mention Spain, Cuba, and the U.S. There is a particular interest in Spanish in the U.S., as many English words are borrowed from the language, including: tornado, bonanza, patio, quesadilla, enchilada, and taco grande supreme.

To say “hello” in Spanish, say “Hola” (OH-la).

Number of speakers: 392 million (Approx.)

There are many websites and packages cliam to teach spanish but here is the most better one spanish kit program for you.

Sube :

The Sube Story

 Founded in 1996, Sube is a comprehensive, multisensory language program designed specifically for elementary (primary) classrooms. Look-a-likes and knock-offs abound, but after 17 years, Sube continues to stand out as the only genuinely “full-service” classroom Kit on the market.

What makes Sube unique?

Instead of bombarding kids with vocabulary lists and a hodgepodge of worksheets that cover the same content the same way, over and over again… Sube’s curriculum focuses on thirty-two (32), thematically organized core lessons that combine with over 250 activities to create 288 hours of instruction for a unified, sequential, and above all varied teaching format.  

How much variety?

Sube's new version 3.1 kit contains over 250 differentiated activities—lesson plans, exercises, worksheets, games, books, videos, sing-alongs, and more. Together these activities add up to more than 288 hours of class time for a grand total of three (3) sequential academic years.

Three years in one box?

Sube’s uniquely “spiraled” curriculum allows you to deepen and challenge students’ real world language proficiency by repeating the study of a subject at three (3) different grade levels.  Each year the content advances to at a higher level of difficulty and increases in depth.

Plus, the Kits include all the reproducibles, assessment tools, tracking-charts, and standard alignment guides you’ll need to teach a multi-grade curriculum with accurate scope and sequence.

See more at: http://www.sube.com


www.Jabong.com – Website Review






Jabong.com is one of India's leading fashion and lifestyle ecommerce portals.It retails apparel, footwear, accessories, beauty products, fragrances, home accessories and other fashion and lifestyle products. The site started operations in January 2012. It is spearheaded by Arun Chandra Mohan, Praveen Sinha, Manu Jain & Mukul Bafana.

The company headquarters is in Gurgaon, Haryana. The company has launched its mobile site recently and is said to have estimated revenues to the tune of 100-150m USD.

Business Model :

Jabong.com follows both inventory model and a controlled marketplace model.
In inventory model, products are sourced from brands and stored in the Jabong warehouse. In controlled marketplace model, Jabong doesn’t store the inventory but takes care of the Fulfillment, Customer Service, and Returns if any.
Jabong has used the internet widely to promote its brand. However, Jabong launched its first TV campaign in March 2012. A similar campaign was launched in September 2012. In Feb 2013 Jabong launched a new TVC with tagline “Fashion Nikla Mann Fisla”.

Online Traffic :

According to a ComScore report of September 2012, Jabong.com had the second highest amount of traffic on its website within a few months of its launch.In March 2013, Jabong.com held an Alexa Traffic ranking of 44 in India.Jabong also ranked 10th in Google Zeitgeist India trends making it 10th most searched term in 2012 in India.


Products and Brands :

Jabong has positioned itself as a Fashion and Lifestyle e-portal by selling shoes, apparels, accessories, home décor and furniture through its website. The e-store at present carries over 700+ brands and over 50,000 products.Top brands include sports and lifestyle brands such as Nike, Puma, Adidas, Reebok, Asics, Fila, Skechers, Converse, Provogue, United Colors of Benetton, Woodland, Levi’s. Women apparel brands include Biba, Harpa, Global Desi, W, etc. Top accessories brands such as Ray Ban, Hidesign, Elle, etc are also available. Kids section sell brands such as Gini & Jony, 612 Ivy League, Unikid etc.

Premium Brands :

Jabong has separate section for premium brands that include top international brands and few Indian designer brands too. DKNY, Elle, Vogue, Espirit, Gas, FCUK, Satya Paul, Desigual, etc find place in premium section.

Jabong Delivery :

Jabong.com offers same-day delivery in Delhi/NCR, and within 48 hours in top 10 cities and within 2–3 days in other cities and towns.



Wednesday, 3 July 2013

How to run DOS Games on windows ?


Missing your Dos Games, remembering your old days and dos games when you play them on DOS OS. I also.

So, i search the internet and found this wonderful utility which runs Dos Games in very simple manner.

D-Fend Reloaded :





D-fend Reloaded makes easy to run your DOS Based games on XP and Windows7.

D-Fend Reloaded is a graphical environment for DOSBox. DOSBox emulates a complete computer including the DOS commandline and allows to run nearly all old DOS based games on modern hardware with any of the newer Windows versions.

With DOSBox there is no need to worry about memory managers or free conventional RAM, but the setup of DOSBox is still a bit complicated. The configuration of DOSBox via textbased setup files might be difficult for beginners. D-Fend Reloaded may help and create these files for you. Additionally the D-Fend Reloaded installation package contains DOSBox (including all lanuage files currently available), so there is only one installation to be run and no need to link D-Fend Reloaded with DOSBox manually.

Overview :

Easy start:

The D-Fend Reloaded installer provides everything you need to run old DOS games (D-Fend Reloaded GUI, DOSBox, language files, FreeDos commandline tools). During the first start of D-Fend Reloaded everything is set up automatically.

Searching and sorting games:

D-Fend Reloaded contains many service tools to keep the overview even in large game archives. Games can be filtered by categories like genre and year of publication, you can also conduct find-as-you-type searches. For every game you can setup a data folder for manuals etc.

Creating new profiles:
Besides using the normal profile editor, new profiles may be added by the profile wizard. Additionally templates for different game types are integrated which need only the name and the path of the game as input.

Managing profiles:

D-Fend Reloaded collects all information regarding a certain program in its profile (program directory, screenshot directory, manual directory, icon file etc.). Therefore complete games may be deinstalled using D-Fend Reloaded and games can be copied from one installation to another. D-Fend Reloaded is also able to build installer packes to transfer games to other computers. (To use this feature you need NSIS.) Additionally complete games can be packed to zip and 7z files by the builtin zip support for archiving or transfering.

Language support:

DOSBox and D-Fend Reloaded are multilingual. The installer package contains all currently available language files. D-Fend Reloaded automatically sets up the DOSBox keyboard layout which refers to the language choosen for D-Fend Reloaded.

Compability:

D-Fend Reloaded can read D-Fend and DBFrondend config files. D-Fend Reloaded is completely compatible with Windows Vista (in particular it runs without admin rights).

More highlights:

Games can be installed from zip files without any configuration..

D-Fend Reloaded may be installed in a portable operation mode (for USB-Sticks etc.).

Besides DOSBox you can also use ScummVM as emulator.

Also Windows-based games can be managed in D-Fend Reloaded.
With the integrated Bochs-FAT-Image-Creator you may create floppy and harddisk images to be used with DOSBox directly from the D-Fend Reloaded GUI.


D-Fend Reloaded can create images from CDs and floppy disks which can be used as drives in DOSBox.

Facebook stickers now available in desktop chat !



Stickers, a popular messaging function in Facebook’s mobile applications, are now available in desktop chat. Facebook announced the arrival of stickers on Tuesday, with a message popping up in the chat module that users can now attach a fun sticker to their conversation.

To access these stickers (which are popular in Asian messaging apps such as Line and KakaoTalk), click the smiley face in the text box. Then, a menu will appear with sticker options. Users can also easily visit the sticker store to access other sets of stickers, including the Despicable Me 2 stickers Facebook recently released. All Facebook stickers are currently free.


Stickers were added to the Facebook and Facebook Messenger apps for iOS and Android in the spring, but this is the desktop debut for the super emoticons.

05 Best File Hosting Websites !


Mediafire : 




MediaFire is a free file and image hosting web site that started in 2005 and is located in Shenandoah, Texas, United States. The domain mediafire.com attracted almost 60 million visitors annually by 2008 according to a Compete.com study. Nowadays it continues gaining popularity among the Internet users.


4 Shared :




4shared is a Ukraine, Kiev based file storage and sharing service. It was founded in 2005. 4shared is one of the world’s largest file-hosting sites, with 317 terabytes of file transfer every day and handling up to eleven million users simultaneously.

Usage

The service allows users to upload files of up to 500 MB each for free and 5GB GB for paid subscribers. Account size after activating account get 15GB of free space. The user is then supplied with a unique URL, which locates the file and enables anyone who knows it to download the file. Uploaded files will be stored as long as the user logs-in into his/her account at least once every 30 days or at least one of the files is downloaded every 30 days. User interface is similar by functionality to standard windows explorer.


Send Space :




Yet another site for file hosting, they work hard to make file hosting a simple and easy process.


Rapidshare :








RapidShare is a one-click hosting service that offers both free and commercial services. Operating from Switzerland, it is financed by the subscriptions of paying users. RapidShare is one of the world's largest file-hosting sites, with 10 petabytes of files on its servers, and handling up to three million users simultaneously. RapidShare is regarded as the pioneer of this service.


WikiSend :




Another simple & free site !

Simple & Free : Upload and download lots of  files, big files, small files, data files, media files, archives or backups - any files. With Wikisend it`s simple and free.

Share with Friends :Share files with your friends using E-mail, MySpace page, your blog, forums and so on. With Wikisend sharing files, photos, videos or documents is easy, fast, and reliable.