Showing posts with label registry. Show all posts
Showing posts with label registry. Show all posts

Thursday, 27 October 2011

As you have seen once Norton 2004 Products have been install and a wrong key has been entered, Norton Products aren't able to run, even if you uninstall and reinstall them, well here is the registry entries taht you have to delete as well as the folders




The registry files you need to delete



HKEY_CLASSES_ROOT and delete all symatec entries (there is alot of entries so dont panic just delete all of them)





Second you need to delete the following



HKEY_CURRENT_USER\Software\Symantec



and



HKEY_LOCAL_MACHINE\SOFTWARE\Symantec





Finally delte the folders call Symantec



C:\Program Files\Symantec



C:\Program Files\Common Files\Symantec Shared



And the hidden one thats is at (Must enable "Show hidden files and folders" under the file option menu)



C:\Documents and Settings\All Users\Application Data\Symantec





After doing all this crap reboot and install a fresh copy of Norton


Monday, 24 October 2011

This tip requires a change to the Windows Registry. Please see the MSFN Guide "Backup Your Registry" if you are new to the Windows Registry.




Windows Media Player (WMP) is a built-in application that allows you to play multimedia files. Like many other applications, WMP remembers the most recently played files and displays them in the Recent File List under the File menu. This feature is useful if you regularly play certain files, but you may want to clear the list if you share the computer and a user account or create archives and CDs.





There are two ways you can clear the list:





I. The ClearMRU.exe Utility is available for free in the Windows Media Player Bonus Pack from Microsoft, but Microsoft does not support this tool.





II. You can also manually delete the list through the Windows Registry:





1. Start the Windows Registry Editor, regedit.exe, by typing regedit in the Windows Run Command Line.





2. Go to HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\RecentFileList.





3. Delete the RecentFileList subkey.





4. If you've also streamed content from the Internet, you can delete the RecentURLList subkey.





5. Exit the Registry Editor.





6. Restart the computer.





To keep certain files in the list, don't delete the entire key. Deleting individual entries within the key will get rid of the files that you no longer want in the Recent File List.


Friday, 21 October 2011

Windows Registry Editor Version 5.00




[HKEY_CLASSES_ROOT\CLSID\{00021400-0000-0000-C000-000000000046}\shellex\ExtShellFolderViews\{5984FFE0-28D4-11CF-AE66-08002B2E1262}]



"PersistMoniker"=hex(2):66,00,69,00,6c,00,65,00,3a,00,2f,00,2f,00,25,00,75,00,\



73,00,65,00,72,00,61,00,70,00,70,00,64,00,61,00,74,00,61,00,25,00,5c,00,4d,\



00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,5c,00,49,00,6e,00,74,00,\



65,00,72,00,6e,00,65,00,74,00,20,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,\



00,72,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,2e,00,68,00,74,00,\


Thursday, 20 October 2011

Xp Folder View Does Not Stay To You're Setting., Grab your registry editor and join in




Why Doesn't Windows Remember My Folder View Settings?





If you've changed the view settings for a folder, but Windows "forgets" the settings when you open the folder again, or if Windows doesn't seem to remember the size or position of your folder window when you reopen it, this could be caused by the default limitation on storing view settings data in the registry; by default Windows only remembers settings for a total of 200 local folders and 200 network folders.





To work around this problem, create a BagMRU Size DWORD value in both of the following registry keys, and then set the value data for both values to the number of folders that you want Windows to remember the settings for. For example, for Windows to remember the settings for 5000 local folders and 5000 network folders, set both values to 5000.





Here is how:





Follow these steps, and then quit Registry Editor:



1. Click Start, click Run, type regedit, and then click OK.



2. Locate and then click the following key in the registry:



HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell



3. On the Edit menu, point to New, and then click DWORD Value.



4. Type BagMRU Size, and then press ENTER.



5. On the Edit menu, click Modify.



6. Type 5000, and then click OK.





AND:





1. Locate and then click the following key in the registry:



HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam



2. On the Edit menu, point to New, and then click DWORD Value.



3. Type BagMRU Size, and then press ENTER.



4. On the Edit menu, click Modify.



5. Type 5000, and then click OK.





Note:





When you use roaming user profiles, registry information is copied to a server when you log off and copied to your local computer when you log on. Therefore, you may have performance issues if you increase the BagMRU Size values for roaming user profiles.


Wednesday, 19 October 2011

My problem was a 1 min login delay due the aktiveds.dll that loads at startup (thanks to NicTech Networks Inc.). The following advice worked for me so I guess it works for any .dll made by NicTech since they all use the same registry folder....




Open up regedit.exe and find THIS folder. Navigate to it by clicking the +'s to expand



things like you would in Windows explorer:





HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\Guardian







Right click over "Guardian" in the left pane.



Left click on "Permissions"



Left click "SYSTEM" once to highlight it.



Check "deny" in all boxes that you can at the bottom (Probably only 2)



Left click Apply



Left Click OK





Say "OK" to any warnings about permissions



**Reboot** the system





then problems solved





I got this information from another forum. I had this problem for about six weeks and was just about ready to reformat my hard drive. Worked great for me, hope this helps out somebody else.


Monday, 17 October 2011

By default Windows 2000, Windows XP and WinNT automatically setup hidden admin shares (admin$, c$ and d$), this registry key will disable these hidden shares.




System Key: [HKEY_LOCAL_MACHINE\ System\ CurrentControlSet\ Services\ LanmanServer\ Parameters]



Value Name: AutoShareWks



Data Type: REG_DWORD (DWORD Value)



Value Data: (0 = disable shares, 1 = enable)





This registry key actually stops the recreation of the shares, therefore it may be necessary to delete the shares through the drive properties also or you can also remove the shares through the Computer Management Console.





1. In Control Panel, double-click Administrative Tools, and then double-click Computer Management.





2. Click to expand Shared Folders, and then click Shares.





3. In the Shared Folder column, right-click the share you want to delete, click Stop sharing, and then click OK.





Note : To remove the admin share for only the current session use the second method (Computer Management console), if you want a permanent removal, add the AutoShareWks registry.