Thursday, January 2, 2014

NSE / BSE Daily Free Tips


NSE BSE Free Hot Tips
Date
Share Name
Action
Status
2nd Jan 2013
Tata Steel
Buy
Profit Booked

Friday, November 26, 2010

Svchost.exe Error


Svchost.exe Error


About Svchost.exe:
According to Microsoft: “svchost.exe is a generic host process name for services that run from dynamic-link libraries”. Could we have that in English please?

Some time ago, Microsoft started moving all of the functionality from internal Windows services into .dll files instead of .exe files. From a programming perspective this makes more sense for re usability… but the problem is that you can’t launch a .dll file directly from Windows, it has to be loaded up from a running executable (.exe). Thus the svchost.exe process was born.

Solution:

Iam sure that you have faced this error and couldn't have fixed this issue even after trying Automatic update ON. Even i faced this similar issue and whenever i clicked on OK button in it, the system gets hanged.

At last i tried the below steps and iam not getting any error messages. More over you dont even to turn On your Automatic Updates On.



Step 1: Click on Start->Run->Cmd

Step 2: type "net stop "IPv6 Helper Service" without any quotes and press Enter

Step 3: type "net start "IPv6 Helper Service" without any quotes and press Enter

step 4: type "netsh int ipv6 uninstall" without any quotes and press Enter

step 5: type "ren %SystemRoot%\system32\6to4svc.dll 6to4svc.dll.old" without any quotes and press Enter


Step 6: type "ipv6 install" without any quotes and press Enter

This will reinstall your IPv6 service and start it.

Reboot the system one final time to make sure the error has gone away.

Hope you gonna Enjoy:-))

Thursday, June 17, 2010

Adding Background Wallpaper on your Pendrive

Today I leaned How to Place Background Picture for your Pendrive.It's Very Simple.See I have Placed a Background Picture of my Friends for my Pendrive.I would like to share this With you..

Just Copy the below code to notepad,then save it as "desktop.ini"



[.ShellClassInfo]
IconFile=%SystemRoot%\system32\SHELL32.dll
IconIndex=127
ConfirmFileOp=0


[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image="YourPictureName.jpg"
IconArea_Text="0xFFFFFF"
VeBRA sources - don't delete the tag above, it's there for XXXXX purposes -
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
{5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}

[{5984FFE0-28D4-11CF-AE66-08002B2E1262}]
PersistMoniker=Folder.htt
PersistMonikerPreview=%WebDir%\folder.bmp




1. Where "YourPictureName.jpg" is, delete that and replace with your picture name for example "superman.gif"
2. Put "desktop.ini" and your chosen picture in yourUSB Drive then Hidden it.
3. Refresh and Enjoy with your new background.
4.You can also try on C,D,E F drives.(I have Already Posted How to Place Background Picture for your Drives in Top 10 ways to Tweak your Windows Xp)

Increasing the internet speed

QoS Packet Scheduler is a method of network bandwidth management that can monitor the importance of data packets and depending upon the priority of the packet, give it higher or lower priority or bandwidth levels. It's not very useful unless you're using apps which are QoS-aware or running a server, so you can gain some network overhead back by turning it off.

Note: This following tip will not work on XP Home Edition.
Make sure you're logged on as actually "Administrator". Do not log on with any account that just has administrator privileges.
Start > Run > type gpedit.msc (not available in home version).
Expand the Local Computer Policy branch.
Expand the Administrative Templates branch.
Expand the Network branch.
Highlight the "QoS Packet Scheduler" in left window.
In right window double click the "limit reservable bandwidth" setting.
On setting tab check the ENABLED item.
Where it says "Bandwidth limit %" change it to read 0 (ZERO).
Close gpedit.msc.

Effect is immediate on some systems, some need to re-boot.


This tip is designed for increased BROADBAND speed in Windows XP, but it should work for 56k modems too.