diff --git a/samples/mirror_test.ps1 b/samples/mirror_test.ps1 index 963fdced..ea13b09a 100644 --- a/samples/mirror_test.ps1 +++ b/samples/mirror_test.ps1 @@ -39,11 +39,6 @@ $Configs = @( "Destination" = "$($DokanDriverLetter):"; "Name" = "driveRemovable"; }, - @{ - "MirrorArguments" = "/l $DokanDriverLetter /g"; - "Destination" = "$($DokanDriverLetter):"; - "Name" = "ipcBatching"; - }, @{ "MirrorArguments" = "/l $DokanDriverLetter /o"; "Destination" = "$($DokanDriverLetter):";