Explorar o código

Update Windows10DebloaterGUI.ps1

Richard Newton %!s(int64=6) %!d(string=hai) anos
pai
achega
1d25c80dda
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Windows10DebloaterGUI.ps1

+ 2 - 2
Windows10DebloaterGUI.ps1

@@ -1151,7 +1151,7 @@ $RemoveRegkeys.Add_Click( {
         Write-Host "Additional bloatware keys have been removed! `n"
     })
 $RemoveOnedrive.Add_Click( { 
-        Write-Output "Checking for pre-existing files located in the OneDrive folders..."
+        Write-Output "Checking for pre-existing files and folders located in the OneDrive folders..."
         Start-Sleep 1
         If (Get-Item -Path "$env:USERPROFILE\OneDrive\*") {
             Write-Output "Files found within the OneDrive folder! Checking to see if a folder named OneDriveBackupFiles exists."
@@ -1169,7 +1169,7 @@ $RemoveOnedrive.Add_Click( {
             }
             Start-Sleep 1
             Move-Item -Path "$env:USERPROFILE\OneDrive\*" -Destination "$env:USERPROFILE\Desktop\OneDriveBackupFiles" -Force
-            Write-Output "Successfully moved all files from your OneDrive folder to the folder 'OneDriveBackupFiles' on your desktop."
+            Write-Output "Successfully moved all files/folders from your OneDrive folder to the folder 'OneDriveBackupFiles' on your desktop."
             Start-Sleep 1
             Write-Output "Proceeding with the removal of OneDrive."
             Start-Sleep 1