Windows 10: [NEW PROBLEM] "STREAM_Numbers.wav" on Windows C: Driver

Discus and support [NEW PROBLEM] "STREAM_Numbers.wav" on Windows C: Driver in Windows 10 Network and Sharing to solve the problem; Dear Microsoft Community, I have an issue with my HP Notebook HP Pavilion x360 - 14-ba135tx operating Windows 10 Home Single Language. After doing a... Discussion in 'Windows 10 Network and Sharing' started by KenjiArk, Mar 27, 2021.

  1. KenjiArk Win User

    [NEW PROBLEM] "STREAM_Numbers.wav" on Windows C: Driver


    Dear Microsoft Community,

    I have an issue with my HP Notebook HP Pavilion x360 - 14-ba135tx operating Windows 10 Home Single Language. After doing a factory reset including reinstalling Windows from cloud and cleaning all files, there are some files appearing on the Windows C: Drive. The unwanted file "STREAM_numbers.wav". It's starting from STREAM_1.wav, STREAM_2.wav, STREAM 3_wav. , and continues. I've tried to delete all these unwanted files and the system will create the same thing starting from STREAM_1.wav and continues.


    I think it's a registry error since I used CCleaner Registry Fix, because I heard some people complaining about CCleaner Registry is dangerous and may causes unwanted errors. So, I decided to reinstall Windows from the Settings and I wanted to choose cloud install. But, apparently I can't reinstall my Windows using cloud install. So, I tried to download the Windows 10 Setup from official Microsoft website and choose to clean all the files. After doing that, my computers are completely cleaned. After doing this, I think that my problem was done. But suddenly it's appearing back on the Windows C: drive and start to annoyed me.


    I have tried searching this issue on the Google, but I didn't saw the exact problem with me. I saw couple problems with automatic .wav files and the solution is to disable Microphone Effect through Realtek Audio Driver. But since my HP only supports B&O Play Audio Control, so I can't access the Realtek Audio Driver. Even trying to update the driver or by downloading from the official website, the computer will always open B&O Play Audio Control instead of Realtek Audio Driver. So, I decided to open the control panel > sounds > recording > microphone array - Realtek R Audio > enhancements, and untick "Disable all sound effects".


    But the problem still isn't fixed yet. The system will starting to create the unwanted files again with no pattern. I also have tried to do a Registry Clean by using Kerish Doctor and the problem still isn't fixed. I have attached the file properties to make the problems clear enough. I believe that this unwanted file isn't a malware or a virus, but it's a registry or maybe other errors related to sound/microphone thing. I hope the Microsoft Community can help me with this weird maybe new? problem because I can't find this problem anywhere on the internet.


    Thank you,

    Kenji.


    [NEW PROBLEM] "STREAM_Numbers.wav" on Windows C: Driver 5cb34d0b-be43-47fe-a965-4265f7e4e0a2?upload=true.png

    [NEW PROBLEM] "STREAM_Numbers.wav" on Windows C: Driver 9081f76b-2226-43b1-a36f-2baef4137a5f?upload=true.png [NEW PROBLEM] "STREAM_Numbers.wav" on Windows C: Driver 9adf81a2-f849-4b4b-a59f-e7f0727a38b4?upload=true.png [NEW PROBLEM] "STREAM_Numbers.wav" on Windows C: Driver dc845863-1059-4e66-a499-acfec071b943?upload=true.png

    :)
     
    KenjiArk, Mar 27, 2021
    #1

  2. Can't copy .wav file to c:\windows\media

    This is a very perceptive observation. It now turns out that I was wrong and you were right:

    • The format of the .wav file does not seem to matter much, if at all.
    • The correct access permissions make all the difference.
    Executing this command from an elevated command prompt should fix the problem:

    icacls c:\Windows\media\*.wav /grant "nt service\Trustedinstaller":f
     
    Frederik Long, Mar 27, 2021
    #2
  3. Monk.e83 Win User
    Unlocked Realtek HD Audio Drivers Windows 7 & 8 (With Dolby Digital Live and DTS Interactive)

    DTS supported natively by Windows 8/8.1 and it should work on windows 10 too just DDL require to unlock your driver .
     
    Monk.e83, Mar 27, 2021
    #3
  4. [NEW PROBLEM] "STREAM_Numbers.wav" on Windows C: Driver

    Can't copy .wav file to c:\windows\media

    More or less. Please repeat Steps 1 . . 3 from my previous post but use the code below instead. You will end up with a lot of .wav file in your temp folder, all the same size. You can safely delete them when finished.

    Code starts below this line!

    @Echo off

    goto Start

    -------------------------------------------------------------

    Replace the ACLs of all .wav files with those from write.exe.

    8.Feb.2018 FNL

    -------------------------------------------------------------

    :Start

    pushd

    cd /d c:\Windows\media

    for %%a in (*.wav) do (

    echo Processing "%%a"

    if exist "%temp%\%%a" del "%temp%\%%a"

    robocopy c:\Windows\System32 "%temp%" write.exe /copy[NEW PROBLEM] "STREAM_Numbers.wav" on Windows C: Driver :DATS > nul

    ren "%temp%\write.exe" "%%a"

    robocopy "%temp%" c:\Windows\Media "%%a" /copy:S > nul

    )

    popd
     
    Frederik Long, Mar 27, 2021
    #4
Thema:

[NEW PROBLEM] "STREAM_Numbers.wav" on Windows C: Driver

Loading...
  1. [NEW PROBLEM] "STREAM_Numbers.wav" on Windows C: Driver - Similar Threads - PROBLEM STREAM_Numbers wav

  2. Problem opening a .wav file

    in Windows 10 Software and Apps
    Problem opening a .wav file: I regularly receive and open .wav files on my computer. There is one file I've received from a trusted source that I cannot open/download. The download says it's 40.4MB, but when I download it, the properties screen says it's 00:00:00 in length. The error message I receive...
  3. Problem opening a .wav file

    in Windows 10 Gaming
    Problem opening a .wav file: I regularly receive and open .wav files on my computer. There is one file I've received from a trusted source that I cannot open/download. The download says it's 40.4MB, but when I download it, the properties screen says it's 00:00:00 in length. The error message I receive...
  4. batch renaming file extensions .WAV to .wav

    in Windows 10 Network and Sharing
    batch renaming file extensions .WAV to .wav: Hi folks,my audio devices produce thousands of .WAV files. To analyze them I use a R-package, but the scripts are using ".wav" , so the commands do not work with my files. I tried to rename them with a couple of files in a test folder on the C: drive withren *.WAV *.wavThis...
  5. batch renaming file extensions .WAV to .wav

    in Windows 10 Gaming
    batch renaming file extensions .WAV to .wav: Hi folks,my audio devices produce thousands of .WAV files. To analyze them I use a R-package, but the scripts are using ".wav" , so the commands do not work with my files. I tried to rename them with a couple of files in a test folder on the C: drive withren *.WAV *.wavThis...
  6. batch renaming file extensions .WAV to .wav

    in Windows 10 Software and Apps
    batch renaming file extensions .WAV to .wav: Hi folks,my audio devices produce thousands of .WAV files. To analyze them I use a R-package, but the scripts are using ".wav" , so the commands do not work with my files. I tried to rename them with a couple of files in a test folder on the C: drive withren *.WAV *.wavThis...
  7. [BRAND NEW PROBLEM] STREAM_Numbers.wav on Windows C:

    in Windows 10 Network and Sharing
    [BRAND NEW PROBLEM] STREAM_Numbers.wav on Windows C:: Dear Microsoft Community, First of all, please understand that English isn't my first language so maybe I have some bad grammar. I have an issue with my HP Notebook HP Pavilion x360 - 14-ba135tx with Windows 10 Home Single Language. After doing a complete Windows 10 Setup...
  8. [NEW PROBLEM] STREAM_Numbers.wav on Windows C:

    in Windows 10 Network and Sharing
    [NEW PROBLEM] STREAM_Numbers.wav on Windows C:: Dear Microsoft Community, First of all, please understand that English isn't my first language so maybe I have some bad grammar. I have an issue with my HP Notebook HP Pavilion x360 - 14-ba135tx with Windows 10 Home Single Language. After doing a complete Windows 10 Setup...
  9. wav to wma

    in Windows 10 Network and Sharing
    wav to wma: How can I convert my wav music files to wma to play in my car? I want better quality than MP3. I think I can do it in MS 10 but, just not sure how. Can anyone assist? Jiffy https://answers.microsoft.com/en-us/windows/forum/all/wav-to-wma/c302c3ac-ea67-4e06-a0ad-de0908147ab8"
  10. WAV format

    in Windows 10 Customization
    WAV format: Is there a way to copy files in mp3 format from windows media player to a memory stick. Mine copy in WAV format https://answers.microsoft.com/en-us/windows/forum/windows_10-other_settings/wav-format/601ef330-212b-4539-a209-b195de9397d9