My Batch-Programm ist supposed to remove registery listings to delete a folder from my Spacetree
I would like to combine it with some java code, but it asks me for permission when started (as shown in the picture 1) This asking is the problem why my java programm isn't working the way I want to, therefore I have to get rid of the asking
Does anyone know how to do that?
My Code:
@Echo OFF
reg delete HKCU\Software\Classes\CLSID\{5107667c-149a-47c8-b0c9-e4bf9132f17d}
reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{5107667c-149a-47c8-b0c9-e4bf9132f17d}
reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel
1) [The Output of my Programm]: https://i.stack.imgur.com/5NKQL.png
- I have to enter whether I would like to execute my action or not