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