Skip to content

Commit 17e6bae

Browse files
authored
Update RegCleaner.au3
1 parent 4354c21 commit 17e6bae

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

bin/RegCleaner.au3

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
#RequireAdmin
22
#include <GUIConstantsEx.au3>
3-
#include <WindowsConstants.au3>
43
#include <GuiListView.au3>
54
#include <MsgBoxConstants.au3>
5+
#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
610

711
_Cleaner()
812

0 commit comments

Comments
 (0)