Posts tagged: click

How to remove administrative shares in Windows Server 2008

comments Comments Off
By admin, June 7, 2010

Symptoms
This article describes how to remove default administrative shares, and how to prevent these shares from being automatically created in Windows Server 2008.
Resolution
By default, WindowsServer 2008 automatically creates special hidden administrative shares that administrators, programs, and services can use to manage the computer environment or network. These special shared resources are not visible in Windows Explorer or in My Computer. However, you can view them by using the Shared Folders tool in Computer Management. Depending on the configuration of your computer, some or all of the following special shared resources may be listed in the Shares folder in Shared Folders:DriveLetter$: This is a shared root partition or volume. Shared root partitions and volumesare displayed as the drive letter name appended with the dollar sign ($). For example, when drive letters C and D are shared, they are displayedas C$ and D$.ADMIN$: This is a resource that is used during remote administration of a computer.IPC$: This is aresource that shares the named pipes that you must have for communication between programs. This resource cannot be deleted.NETLOGON: This is a resource that is used on domain controllers.SYSVOL: This is a resource that is used on domain controllers.PRINT$: This is a resource that is used during the remote administration of printers.FAX$: This is a shared folder on a server that is used by fax clients during fax transmission.Note NETLOGONandSYSVOLare not hidden shares. Instead, these arespecial administrative shares.
Generally, we recommend that you do not modify these special shared resources. However, if you want to remove the special shared resources andprevent them from being created automatically, you can do this by editing the registry.
Remove administrative shares by editing the registryTo have us do this for you, go to the “Fix it for me” section. If you would rather fixthis problem yourself, go to the “Let me fix it myself” section.
Fix it for meTo fix this problem automatically, click the Fix this problem link. Then, click Run in the File Download dialog box, and follow the steps in thiswizard.

a.button {background: url(/library/images/support/KBGraphics/PUBLIC/cn/FixItButton.jpg) no-repeat 0 0;width: 139px;height: 56px;display:block;cursor:pointer;}a.button:hover {background-position: bottom right;}Fix this problem
Microsoft Fix it 50184
NotesThis wizard may be in English only; however, the automatic fix also works for other language versions of Windows.If you are not on the computer that has the problem, you can save the automatic fix to a flash drive or to a CD, and then you can run it on the computer that has the problem. Now go to the “Did this fix the problem?”section.
Let me fix it myselfImportantThis section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756?(http://support.microsoft.com/kb/322756/)How to back up and restore the registry in WindowsTo edit the registry, follow these steps:Click Start, click Run, typeregedit, and then click OK.Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\ParametersNoteTheAutoShareServerregistry entrymust be set to the REG_DWORD type. When this value is set to 0 (zero), WindowsServer 2008does not automatically create administrative shares. This does not apply to the IPC$ share or to shares that you create manually.In the details pane, clickAutoShareServer.On the Edit menu, click Modify. In the Value data box, type0, and then click OK.Exit Registry Editor, and then restart the computer.Note If the AutoShareServer registry entry does not exist, follow these steps to create it:Locate and then click the following subkey in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\ParametersOn the Edit menu, point to New, and then click DWORD (32-bit) Value.Type AutoShareServer, and then click OK.Double-click AutoShareServer, type 0, and then click OK.At the command prompt, type net stop srvnet, and then press ENTER.
Note When you are prompted, type y, and then press ENTER to stop the services that depend on the Srvnet service Type exit, and then press ENTER to close the Command Prompt window.Now go to the “Did this fix the problem?”section. Did this fix the problem?Check whether the problem is fixed. If the problem is fixed, you are finished with this article.If the problem is not fixed, you can contact support(http://support.microsoft.com/contactus).

BUG: You may receive an error message when you try to initialize full-text indexing for a database on a computer that is running Windows XP SP2

comments Comments Off
By admin, May 25, 2010

Symptoms
When you try to initialize full-text indexing for a database by using an application, such as SQL Server Enterprise Manager, and your instance of Microsoft SQL Server 2000 is running on a computer that is also running Microsoft Windows XP Service Pack 2 (SP2), you may receive an error message that is similar to the following:

Access is denied. Additionally, if you use a stored procedure such as sp_fulltext_database to initialize full-text indexing for a database, a 7619 error may occur and you may receive an error message that issimilar to the following:

Execution of a full-text operation failed. Access is denied. This problem occurs only if all the following conditions are true:You use a local user account or a domain user account on your computer to run the instance of SQL Server 2000.You use an account that does not have administrative permissions to run theinstance of SQL Server 2000.Note The Microsoft Search service must always run under the local system account.
Resolution
To work around this problem, use one of the following methods:Change the SQL Server 2000 logon account information. To do this, start SQL Server 2000 by using any account that has administrative permissions. For more information about how to change the SQL Server services logon account information, visit the following MSDN Web site:
http://msdn2.microsoft.com/en-us/library/aa197921(SQL.80).aspx(http://msdn2.microsoft.com/en-us/library/aa197921(SQL.80).aspx)Bypass DCOM Activation security. To bypass DCOM Activation security for the Microsoft Search Gathering Manager application, follow these steps:Click Start, click Run, type gpedit.msc in the Open box, and then click OK.In the left pane, expand Computer Configuration under Local Computer Policy, and then expand Administrative Templates.ExpandSystem, expand Distributed COM, and then expand Application Compatibility Settings.In the right pane, double-click Allow local activation security check exemptions.Click Enabled, and then click OK.In the right pane, double-click Define Activation Security Check exemptions.Click Enabled, and then click Show.Click Add.In the Enter the name of the item to be added box, type {c7310557-ac80-11d1-8df3-00c04fb6ef4f}.In the Enter the value of the item to be added box, type 1, and then click OK.In the Show Contents dialog box, click OK.In the Define Activation Security Check exemptions Properties dialog box, click OK.Close Group Policy Editor.You can also bypass DCOM Activation security for the Microsoft Search Gathering Manager application by usingRegistry Editor. To do this, follow these steps.
WarningIf you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.Click Start, click Run, type regedit in the Open box, and then click OK.Locate the “AllowLocalActivationSecurityCheckExemptionList” value in the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\DCOM\AppCompatNote If you do not find the DCOM registry subkey in the registry, you must manually create the DCOM registry subkey and the corresponding registry subkeys and entries in the DCOM registry subkey. Double-click AllowLocalActivationSecurityCheckExemptionList.In the Value data box, type 1, and then click OK.Locate the “ListBox_Support_ActivationSecurityCheckExemptionList” value in the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\DCOM\AppCompatDouble-click ListBox_Support_ActivationSecurityCheckExemptionList.In the Value data box, type 1, and then click OK.Locate the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\DCOM\AppCompat\ActivationSecurityCheckExemptionListOn the Edit menu, point to New, and then click String Value.Set the following properties for the new registry key value:Value name: {c7310557-ac80-11d1-8df3-00c04fb6ef4f}Value Data: 1Close Registry Editor.This workaround overrides the security check for the Microsoft Search Gathering Manager COM object and resolves the problem.

Advanced Video Card Driver – Get Them Now !

comments Comments Off
By admin, May 16, 2010

If you're a few minutes to spare, I would like it, you get a simple and reliable method for you on an advanced graphics card driver – you will be glad you no longer. Windows Error? have the majority of users usually do not know that in many cases it is damaged because of the driver. It happens to be that I can give you the essential facts to help about drivers, you will be happy to learn that you can save hours with it and walk away with disappointment.
Click here to get an advanced video card drivers now!
If you're like most users, you probably know not how things operate in the PC world – developers offer running mods for their drivers, the functionality problems to take on performance issues, supporting new devices, etc. Can you imagine how easy it would be could if the advantage of something that could immediately find and cultivate what you need to take driver? Let us explain first what a driver does – A driver is a program that is as
You have to remember that producers of hardware and software regularly come out with new versions of their drivers. A driver-scanner is a real time-saver as you will locate the best drivers for all your components in just a single click and that’s that – what you need, on the spot! Never try to install driver(s) that you got on unknown web pages – this can lead to the hassle of dangerous malicious codes.

A truly effective solution, whether you are looking for an advanced graphics card driver or a sound card to get driver, it will be able to figure out exactly what you need. Think of all the potential computer troubles that you can freely control of how your computer once the drivers are

Isoftwaretv – The Future Of Television !

comments Comments Off
By admin, March 25, 2010

The Future of Television !

You may have heard of the most popular PC to watch high-definition TV satellite television directly to select a new one. When we first heard of these projects, we believe that they do not seem too good to be true.
Click to access the official website of the iSoftwareTV
iSoftwareTV program is a very large user friendly interface and easy navigation. I am not a person who is proficient in computer use, if you know what I mean, but the site is very simple and easy to solve.
The program takes about 10-15 minutes immediately after installation and you have access to about 3,000 channels from anywhere in the world, including news, sports, movies and so on. This is great, because you can watch the local news programs to the South African film, and then in a few seconds a radio station. You do not have to go out to buy or rent movies or something like that. If this is not cool enough, you can access more than one language, the most channels.
Click to access the official website of the iSoftwareTV
This software is great and beats out any program similar. It is not only a form of entertainment but a form of learning. You are able to access news events and documentaries from across the world and it is truly amazing. You must be connected to the internet in order to get your channels, but that is about the only inconvenience. However, for most people who purchase the software, it is no trouble because they have internet connection at all or most times.

If you are interested you can start within minutes. Both of these websites for 60 days 100% money back, so come, to ensure nothing to lose. You can get to you, is not satisfied with a full refund for 60 days, you can try to question anything.
Click to visit the official home page iSoftwareTV

Imacsoft Ipod To Mac Transfer Rapidshare

comments Comments Off
By admin, March 17, 2010

Avgo iPod / iPhone to Mac Transfer is an easy to use iPod / iPhone utility designed to help to restore all your files from your iPod, iPhone or iPod Touch so you can recover any lost or missing music. With this software you can backup and restore all your iPod, iPhone or iPod Touch content including your favorite songs, videos, play lists and much more.
Download Click here

This package gives very good value for money. Great songs ValueeYou your back you can now easily, videos, playlists, podcasts, and more than that of the iTouch, iPhone or your Mac up to any folder on the iPod. All in all the FolderWorks, iPhone or iTouch backup of your iPod model. Compatible with multiple devices
Trail Link Click here

You can manage your iPod/iPod Touch/iPhone content, and import and export files between devices and your Mac. Import and Export between DevicessYou can locate any music or video by album, artist, or genre easily. Easy SearchAuto-scans your iPod or iPhone device, and auto-indexes all files by album, artist, genre, and type. Also auto-searches by album, artist, genre and type. Auto-Scanning, Indexing and SearchingAdvanced settings support the Backup Folder Rule. Backup Folder RuleThis top-rated and powerful iPhone/iTouch/iPod transfer software is simple to install and easy to operate. Easy to Use
Cases, iPod or iPhone with a device, this software utility is required to maintain, iPod or safety iPhone.
iTunes: version 8.2 or higher Video Card: Super VGA (800? 00) resolution, 16-bit graphics card or higher RAM: 512 MB or more free hard drive space: 30 MB free disk space for installation OS: Mac OS X 10.5 or later Processor: PowerPC G4/G5 or Intel processor
The minimum requirements of the iPod / iPhone Apple Transfer
Save Download Click here