4 mai 2018


Windows 10 PRO 1803 - April Update - Breaks already configured Hyper-V console pointing to Hyper-V servers witch are not part of the domain


Here it is how to solve it fast !
In my case was just simply start PowerShell as Administrator and run the following command:

Enable-PSRemoting


After that I was able to reopen my Hyper-V MMC console.

Important note: Please note that before I install Windows 10 update Version 1803 (OS Build 17134.1) I was having Version 1709 (OS Build 16299.371) and I was not having any issues to connect to Hyper-V servers before.

23 octombrie 2016


HOW TO FIX TF400898 in your TFS Server

Replacing one single DLL in TFS server could solve your problem with backlog or WORK items !!!
How to solve ? You need to replace one single DLL microsoft.teamfoundation.workitemtracking.common.dll with older version.


Steps:

  • In Windows Explorer on TFS server go to C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.TeamFoundation.WorkItemTracking.Common\v4.0_12.0.0.0__b03f5f7f11d50a3a then
  • Rename microsoft.teamfoundation.workitemtracking.common.dll file  with something else (please don't delete DLL in case you need to undo this)
  • Paste this file http://www.copydll.org/microsoft.teamfoundation.workitemtracking.common.dll/en-download-5536.html in this directory.
  • Restarting TFS server itself of IIS services was enough for me to get rid of this error. (restarting is mandatory !)
Sure, you may have doubts about origin of this file but you can scan it on VirusTotal or get this file from other station/server.......at this moment it's clean, See below hashes for each version !

Version: 12.0.40629.0
MD5: A666D4C688618A670E6BA54F257D4BCF
SHA1: 6704CE3D85E524E5245600CE57F09A913CC6C08E

Version: 12.0.31101.0
MD5: 0067B759EEE5D56D63F2A1DC21BA528B
SHA1: 69F6A9CBFCA1E4C14739D257B8525BB0765396A7

In my case I have replace installed newer version of this DLL 12.0.40629.0 with older version 12.0.31101.0 and the problem was solved.


If doesn't work put back your installed version ! 
 
My situation was generated after I installed VS2013 Shell witch was required by TFSSideKicks.

29 septembrie 2015

How to fix WIFI connection under LINUX on DELL INSPIRON 1720

Here is how to do it if you have Broadcom BCM4311 b/g WLAN (rev 01)


sudo apt-get install linux-firmware linux-firmware-nonfree && sudo modprobe b43 && sudo apt-get install firmware-b43-installer && sudo modprobe b43 && sudo rfkill unblock all



Don't forget to reboot after you launch this line in your terminal window.

The WiFi will come on if put the physical switch from left side in the proper position.

4 mai 2015

Windows 10 Enterprise Insider Preview with no PS2 keyboard support.

Incredible: Microsoft decides to pull-out default keyboard support for PS2 keyboards (even mouse probably).

 

I just installed Windows 10 Enterprise Insider Preview and I was surprised to discover that PS2 keyboards are no longer supported by default.

Microsoft decides this for us but again doesn't ask the community, this creates problems when new installations are made. In my case I setup the station using an USB keyboard then I give this station to someone else to use, because he doesn't know how to install.
I have legally access to MSDN subscriber downloads if you are wondering ... :)

Anyway the solution for this issue when you have PS2 keyboard on Windows 10 Insider Preview is to download from Microsoft site Microsoft IntelliType Pro

You can use this link: https://www.microsoft.com/en-us/download/details.aspx?id=11105

TIP: You can connect using RDP / TeamView to control the station then you should donwloadn and install the kit above then issue the command : shutdown -r to reboot the station.

24 februarie 2015

How to FIX - Marvell Yukon 88E850 PCI-E Gigabit been OFF after reboot on 1GB Connection


1 - Download NSSM from http://www.nssm.cc/download > and extract nssm.exe x64 or x32 depending of what OS version you are using on your C:\Windows (you could put it somewhere else and configure paths accordingly)

2 - create on BAT file with this contents :

ECHO OFF
netsh interface set interface "Local Area Connection" disabled
netsh interface set interface "Local Area Connection" enabled



3 - Save this BAT file, for Example FixNetworkCard.bat and save it in C:\Windows\FixNetworkCard.bat

4 - now, open a CMD and write this command to create this SERVICE:

               a - C:\Windows\System32>nssm install FixNetworkCard


               b - Configure de Path to the BAT that you created in step 2



               c - In seccond tab named Details select Automatic (Delayed Start) to be sure the system it's ready when this service it's started. See picture below.



              d - In the TAB - Exit Actions >

             e - Delay Restart ..... Make it 3000ms it will be OK for most systems.

             f - Below > Select - No Action

5 - You are now press "Install Service" ..... You are DONE.

In your Services you will see.


Notes: after reboot this Marvell Yukon 88E850 PCI-E Gigabit on ASUS main boards type of chipset remains OFF when it's connected to 1GB switch. You can try downloading latest driver from Marvell site, but in my case the Ethernet Interface remains still OFF after reboot.

With these steps above you will shortly make issue Disable comment on Network stack then immediately make it Enable and this bring the 1Gb connection UP.


It's very likely that other network chipsets suffer the same BUG. Please comment with name of the chipset you have.



MODELS AFFECTED by this issue: 
Marvell Yukon 88E850 PCI-E Gigabit - on ASUS P5E3 PRO Mainboard