We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4354c21 commit 17e6baeCopy full SHA for 17e6bae
1 file changed
bin/RegCleaner.au3
@@ -1,8 +1,12 @@
1
#RequireAdmin
2
#include <GUIConstantsEx.au3>
3
-#include <WindowsConstants.au3>
4
#include <GuiListView.au3>
5
#include <MsgBoxConstants.au3>
+#include <WindowsConstants.au3>
6
+
7
+#AutoIt3Wrapper_Run_AU3Check=Y
8
+#AutoIt3Wrapper_AU3Check_Stop_OnWarning=y
9
+#AutoIt3Wrapper_AU3Check_Parameters=-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7
10
11
_Cleaner()
12
0 commit comments