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

Discus and support [NEW PROBLEM] STREAM_Numbers.wav on Windows C: in Windows 10 Network and Sharing to solve the problem; 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... 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:


    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 to re-install my Windows and completely clean all files like doing a Factory Reset, at the Windows C: Folder it always appearing a file "STREAM_number.wav". Staring from STREAM_1.wav, STREAM_2.wav, and creating other with unlimited number. I always tried to delete it and it always appearing again like an automatic thing. Every time I delete all, it create again from STREAM_1.wav until endless as time goes.


    I have tried to do a registry clean or registry fix using Kerish Doctor and my problem still isn't solved. I also have disabled all sound effects on my microphone, because I saw that some problems automatic .wav files is solved by disabling the sound effect for microphone. I have tried many solutions on the Internet regarding this problem, I also have tried to completely reset the PC and the problem still appear. I believe that it wasn't a malware or a virus because it's categorized safe by Windows Defender.


    The size of every WAV files is 68 bytes, and it have no duration. Please help me because I think it's a new problem. I have tried to search my problem STREAM_number.wav on the internet, but I even didn't found any SAME problem with my problem. I would really appreciate any help from the Microsoft Community.

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

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

    Device Spec:

    Device name DESKTOP-EEDLCRO

    Processor IntelR CoreTM i7-8550U CPU @ 1.80GHz 1.99 GHz

    Installed RAM 8.00 GB 7.88 GB usable

    Device ID 5D6482DA-A8FE-4EDD-A486-BFB546091315

    Product ID 00342-41377-40088-AAOEM

    System type 64-bit operating system, x64-based processor

    Pen and touch Pen and touch support with 10 touch points


    Windows Spec:

    Edition Windows 10 Home Single Language

    Version 20H2

    Installed on ‎3/‎26/‎2021

    OS build 19042.867

    Experience Windows Feature Experience Pack 120.2212.551.0




    Thank you,

    Kenji.

    :)
     
    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. 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: :DATS > nul

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

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

    )

    popd
     
    Frederik Long, Mar 27, 2021
    #3
  4. [NEW PROBLEM] STREAM_Numbers.wav on Windows C:

    Windows 10 keeps resetting my Default Programs for .wav and internet.

    Hi Carey,



    Welcome to Microsoft Community and thank you for posting your query.

    Sorry for the inconvenience caused to you.



    To understand the issue better, I would like to know how did you set the .wav files default to Windows Media Player?
    Please elaborate the steps.



    For now let’s try simple troubleshooting steps and check if this helps in resolving the issue. Follow the below steps.


    • On the Windows search bar type default program and select
      Default Program.

    • Click on Default app and click on
      Choose default app by file type.


    • Locate for the .wav, click next to it and select
      Windows media player.


    If the issue still persist, if might be possible that the user account is corrupt. I suggest you to create a new user account and check if the issue still persist. Visit the below link to create new user account.

    Create a user account in Windows



    Hope this helps. Keep posting us with the status we will be glad to help you.
     
    Billion Debbarma, Mar 27, 2021
    #4
Thema:

[NEW PROBLEM] STREAM_Numbers.wav on Windows C:

Loading...
  1. [NEW PROBLEM] STREAM_Numbers.wav on Windows C: - 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. [NEW PROBLEM] "STREAM_Numbers.wav" on Windows C: Driver

    in Windows 10 Network and Sharing
    [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...
  8. [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...
  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