I have found a workaround solution. As to my understanding they screwed something with how audio works, the Windows audio is running with local service's permission, and it doesn't have something it needs.
you have 2 options to make it work.
method 1: (i don't think it's the best option)
Run as administrator a cmd window
type: net localgroup Administrators /add localservice
Restart
this command gives your ntsystem/local service "user" administrator rights, your audio will work, but every service will have administrative rights wich runs with this user.
method 2:
log in with an account who has administrator rights
open services.msc
search for windows audio service
right click->properties
on the log on panel, choose Local System account
ApplyRestart
after theese steps, the audio works fine for me.