Skip to content

Commit e945773

Browse files
authored
Update archmigrate.rb
1 parent 5ee570b commit e945773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/manage/archmigrate.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(info = {})
2323
[
2424
OptString.new('EXE', [true, 'The executable to start and migrate into', 'C:\windows\sysnative\svchost.exe']),
2525
OptBool.new('FALLBACK', [ true, 'If the selected migration executable does not exist fallback to a sysnative file', true ]),
26-
OptBool.new('IGNORE_SYSTEM', [true, 'Migrate even if you have SYSTEM privileges', true])
26+
OptBool.new('IGNORE_SYSTEM', [true, 'Migrate even if you have SYSTEM privileges', false])
2727
],
2828
self.class
2929
)

0 commit comments

Comments
 (0)