Jump to content

ryan1980

Members
  • Posts

    8
  • Joined

  • Last visited

Reputation

0 Neutral

About ryan1980

Personal Information

  • Biography
    none
  • Occupation
    it
  • Interests
    it
  • Location
    aruba
  1. Does somebody know if the latest build of windows 10 has problems with the start menu (windows 10 build 14342)
  2. i created it on a physical machine
  3. this is a computer at work that is connected on a network use. yes i made a image of it with sysprep d.wim files
  4. It's already full updated , if you click on the startmenu i does not open. i already did a sfc /scanow in powershell i removed the profiles. I ran this command: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} in the powershell as well. butt still it is not working . it is a windows 10 buil 10586 version that im using
  5. The start menu in windows 10 build 10568 is not working doe somebody have a solucion for this issue.
  6. 3s-gtech It works butt it removes the hole folder i just need that it removes the subkey. can you help me out with that.
  7. 3s-gtech these 4 keys that the batch file has to delete or subkeys. And can you help me out with the batch file script
  8. Dear all Made a batch file that has to remove 4 registry keys but i did not work.Who can help me out with this issue.below you see the batch file i made. @echo off setlocal set regkey="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render\{2b5c4fa0-a797-4651-b7da-279e22a916c1}\Properties"{9c119480-ddc2-4954-a150-5bd240d454ad},1"="\\\\?\\SWD#MMDEVAPI#{0.0.0.00000000}.{2b5c4fa0-a797-4651-b7da-279e22a916c1}#{e6327cad-dcec-4949-ae8a-991e976a79d2}" reg delete "%RegKey%" /f set regkey="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render\{2b5c4fa0-a797-4651-b7da-279e22a916c1}\Properties"{9c119480-ddc2-4954-a150-5bd240d454ad},2"="SWD\\MMDEVAPI\\{0.0.0.00000000}.{2b5c4fa0-a797-4651-b7da-279e22a916c1}" reg delete "%RegKey%" /f set regkey="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render\{82c5f292-8f3d-475d-a638-43c810072c99}\Properties"{9c119480-ddc2-4954-a150-5bd240d454ad},1"="\\\\?\\SWD#MMDEVAPI#{0.0.0.00000000}.{82c5f292-8f3d-475d-a638-43c810072c99}#{e6327cad-dcec-4949-ae8a-991e976a79d2}" reg delete "%RegKey%" /f Set regkey="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render\{82c5f292-8f3d-475d-a638-43c810072c99}\Properties"{9c119480-ddc2-4954-a150-5bd240d454ad},2"="SWD\\MMDEVAPI\\{0.0.0.00000000}.{82c5f292-8f3d-475d-a638-43c810072c99}" reg delete "%RegKey%" /f ECHO press any key to exit pause > null who can help me out
×
×
  • Create New...