Search This Blog

Tuesday 23 August 2016

Chromium browser adobe flash player installation command.

​sudo apt-get install adobe-flashplugin​

ISAPI Filter ‘C:\Windows\Microsoft.NET\Framework\v4.0.30319\\aspnet_filter.dll’ could not be loaded due to a configuration problem

Opened IIS Manager and selected the IIS web server node:

In the middle pane, browse to the IIS section and select ISAPI Filters:

Expand the columns as required, looking for an Executable path with \\ in it, then click Edit:

From the above screenshot, change the \\ to \ so the path reads:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_filter.dll

Just keep in mind that the folders Framework and Framework64 or the .NET version may change depending on your implementation.

After clicking OK, all my testing started to work again and the 500 Internal Server errors went away.

Post tfs restoration steps after using power tool on different instance.

  • ​TFSConfig RemapDBs /DatabaseName:hades;TFS_Configuration /SQLInstances:hades /AnalysisInstance:hades
  • TFSConfig Accounts /ResetOwner /SQLInstance:hades /DatabaseName:Tfs_Configuration
  • TfsConfig RegisterDB /SQLInstance:hades /DatabaseName:Tfs_Configuration​

Tuesday 16 August 2016

How to remove Windows Licensing Monitoring Service from Windows operation system.

  1. Open- task manager.
  2. Go to- File
  3. Create- New Task
  4. Check the "Create this task with administrator privileges" checkbox.
  5. Type- cmd
  6. Press- Enter
  • Run the command psexec –I –d –s cmd
  • Agree the license and ensure the user login as nt authority\system
  • Delete the service using following cmd:sc delete WLMS
  • Delete WLMS folder from following location - HKEY_LOCAL_MACHINE->System->CurrentControlSet->Services
  • Restart the computer

Friday 5 August 2016

Linux fdisk "No Free Sectors Available"

​VM Linux Guest os showing ​ "No Free Sectors Available" eventhough extending VM guest with vsphere client/vmware workstation.

use command: cfdisk instead of fdisk.