At 4:00 , you stated that you cannot pipe commands together in Command Prompt (cmd.exe). That isn’t true; ever since MS-DOS 2.00, you can pipe commands like “dir|more” and it will work. This has carried over to the NT Command Prompt to this day.
0:45 Veraxity: sit back and relax. Grab you popcorn. Grab your dog. Grab your chinese weather balloon. Me: ok, i will Veraxity: haha, you where just joking right? Veraxity: Right? Me who has a chinese weather ballon from asia that i fogot i even had
getting back the task bar is not working, I took the text from your description 2nd one, it's not working, plaese anyone do you have solution for this😭😭😭
how to revert all changes in mouse: swap mouse button: open settings using windows + i type in 'change the primary button on your mouse' use your inverted mouse to change it from right to left swap scroll wheel: input same command but put the 1 at the end to a 0 (thanks to Duplicate for this) taskbar funny: if you have no powershell then win + r to run and input powershell.exe then change the original command from (look at bold text) &{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer} the three in there to a 2 so it looks like &{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer} invert colours: shift + windows + prtsc i think
Completely unrelated to the topic but, WHAT'S THE GAME IN THE BACKGROUND IS LOOKS FUN. Specifically in the "What is PowerShell?" and the "Conclusion" Section
I have a thing that bluescreens the computer for powershell first you run powershell as administrator then type wininit it will bluescreen the computer
how to revert all changes in mouse: swap mouse button: open settings using windows + i type in 'change the primary button on your mouse' use your inverted mouse to change it from right to left swap scroll wheel: input same command but put the 1 at the end to a 0 (thanks to Duplicate for this) taskbar funny: if you have no powershell then win + r to run and input powershell.exe then change the original command from (look at bold text) &{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer} the three in there to a 2 so it looks like &{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer} invert colours: shift + windows + prtsc i think
@@spashi how to revert all changes in mouse: swap mouse button: open settings using windows + i type in 'change the primary button on your mouse' use your inverted mouse to change it from right to left swap scroll wheel: input same command but put the 1 at the end to a 0 (thanks to Duplicate for this) taskbar funny: if you have no powershell then win + r to run and input powershell.exe then change the original command from (look at bold text) &{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer} the three in there to a 2 so it looks like &{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer} invert colours: shift + windows + prtsc i think
Oh boi, I tried the code for ohio mouse and I thought it wasn't working. Now I restarted the computer and the wheel is suddenly inverted lol (2000 IQ tactic to make people rewatch your video!)
go to settings (windows + i) in 'find a setting' type in 'change the primary button on your mouse' then use ur inverted mouse to go from right to left and boom win
how to revert all changes in mouse: swap mouse button: open settings using windows + i type in 'change the primary button on your mouse' use your inverted mouse to change it from right to left swap scroll wheel: input same command but put the 1 at the end to a 0 (thanks to Duplicate for this) taskbar funny: if you have no powershell then win + r to run and input powershell.exe then change the original command from (look at bold text) &{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer} the three in there to a 2 so it looks like &{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer} invert colours: shift + windows + prtsc i think
Brother tell me how to put real virus in pendrive and when we put that pendrive in other computer or laptop so in their laptop or computer their come a virus and I can see all information through my computer through cmd just for educational purpose It is my project
Dude listen to me a sec, when you said "Ohio CMD" I kinda agreed because you know what powershell tells you when you try to know what is its background color and foreground color? It tells you that it's MAGENTA...... and foreground it tells you that it's DARK YELLOW....?! What is wrong with this terminal. Look, if you will try retrieving it too it will tell you the same thing. I think who programmed this OHIO cmd is color blind
how to revert all changes in mouse: swap mouse button: open settings using windows + i type in 'change the primary button on your mouse' use your inverted mouse to change it from right to left swap scroll wheel: input same command but put the 1 at the end to a 0 (thanks to Duplicate for this) taskbar funny: if you have no powershell then win + r to run and input powershell.exe then change the original command from (look at bold text) &{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer} the three in there to a 2 so it looks like &{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer} invert colours: shift + windows + prtsc i think
@@QuickDilemma To reverse the changes made by the first PowerShell command Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 1 }, you can run the same command, but with the value of FlipFlopWheel set to 0 instead of 1. So the command would be: Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 0 } This will reset the FlipFlopWheel setting to its default value for all HID devices with parameters. To reverse the changes made by the second command rundll32.exe user32.dll,SwapMouseButton, you can simply run the same command again. This will swap the functions of the left and right mouse buttons back to their original positions.
To reverse the changes made by the first PowerShell command Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 1 }, you can run the same command, but with the value of FlipFlopWheel set to 0 instead of 1. So the command would be: Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 0 } This will reset the FlipFlopWheel setting to its default value for all HID devices with parameters. To reverse the changes made by the second command rundll32.exe user32.dll,SwapMouseButton, you can simply run the same command again. This will swap the functions of the left and right mouse buttons back to their original positions.
Veraxity in 2035: Today we are going to hack BANKS using powershell *(Educational purposes only)*
lol fr
💀🗿💀
lol so true
O I' m a tile traveler I can comfirm further. that's true dude ye
Ye
Not me working with PowerShell all day and still watching this ....
5:11 the pure *dread* and *horror* in is eyes as he watches as his screen transforms into the basic background
Drinking game: take a shot every time he says "Ohio"
guess i aint drivin for the rest of life
Bro how to prevent massage bombing and call bombing??????
At 4:00 , you stated that you cannot pipe commands together in Command Prompt (cmd.exe). That isn’t true; ever since MS-DOS 2.00, you can pipe commands like “dir|more” and it will work. This has carried over to the NT Command Prompt to this day.
🤓
@@KnotLucapookyou jealous 😂
I really enjoy your vibes dude, liked you vid XD
0:45
Veraxity: sit back and relax. Grab you popcorn. Grab your dog. Grab your chinese weather balloon.
Me: ok, i will
Veraxity: haha, you where just joking right?
Veraxity: Right?
Me who has a chinese weather ballon from asia that i fogot i even had
If you run both the taskbar commands, it breaks your computer even more and you have to restart it
For me my computer is just dark, no matter if i restart it. How did u stop it?
didn´t happend
And how do I turn the Ohio Mouse back to normal??
Nice video, but WHAT IS THE GAME THAT YOU PLAY AT 1:30 (and at many other points in the video) I just have to know.
Exo one
@@Veraxity oh ok thx
@@Veraxity how can i undo the mouse prnk
The swap mouse button thing works even without admin access! That's great
@Kona Just restart your PC
@Kona Try running the same command again and restart your PC. It worked for me
Wait... really?
@@usacolover Yeah. Which means you can do that prank in any PC without needing of admin password. Like your friend's PC or school computer
put your mouse at the bottom of the screen when the taskbar is hidden to show it
kinda like "Auto-hide desk" in chrome os
how do I fix the inverted scroll wheel because I did this and now I dont know how to fix it I need an answer this in urgent
Same. Maybe ask chatGPT
Shoutout veraxity for these nefarious powershell pranks for educational purposes only ‼‼
how do you fix the left click to right click left click to right click
powershell is microsofts jab at trying to make a *unix like shell
getting back the task bar is not working, I took the text from your description 2nd one, it's not working, plaese anyone do you have solution for this😭😭😭
Can you please make a video on how to unblock cmd at school because it says access denied when i run a command.(for educational purposes only)
You need administrator acces
@@PirateJeff0 in that case he could make a video on how to get administrative access. (For educational purposes only)
Bro I wanna get wallpaper like yours where I could get 💀
But how do you change it to normal?
Settings --> Mouse settings --> Primary mouse button
how do i make the mouse prank on my friends go back to normal
how do you stop the mouse pranks
bro how do u undo the mouse swap cmd i tried everything it wont work pls help cuz i kinda did it to myself instead of anyone else
how to revert all changes in mouse:
swap mouse button:
open settings using windows + i
type in 'change the primary button on your mouse'
use your inverted mouse to change it from right to left
swap scroll wheel:
input same command but put the 1 at the end to a 0 (thanks to Duplicate for this)
taskbar funny:
if you have no powershell then win + r to run and input powershell.exe
then change the original command from (look at bold text)
&{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}
the three in there to a 2 so it looks like
&{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}
invert colours:
shift + windows + prtsc i think
how to undo mouse prank i did it on myself to see if it would work and i dont know anyhthing about this stuff
so, uhh, how can i switch the scroll wheel back, google and youtube currently are not helping me
Settings --> Mouse settings --> Primary mouse button
mate, if you rum powershell as admin and type wininit on the pc it bsods
@veraxity how can i undo the mouse prnk?
did you ever fix it LUL
@@Poofusboothus oh yea i did
Help how do you unswap the mouse. I share this laptop with my mom, she'll be pissed
Completely unrelated to the topic but, WHAT'S THE GAME IN THE BACKGROUND IS LOOKS FUN.
Specifically in the "What is PowerShell?" and the "Conclusion" Section
fr bro
Its called Exo One on Steam
"Powershell is blue"
Powershell 7 and in Windows 11 23H2 : *looks black*
you do know you can do all of those without powershell (settings app and shift+alt+PrtSc)
whats the background game in the first part??
How to repair reverse mouse button ?
How do I undo the contrast mode thing? I tried it on my computer and now I need to undo it so yea
What game is that that you are always playing when you are talking?
Bro got shocked when he vanished task bar 😂
Guys help me I ran the swap mouse button thing but how do i change it back i can't do it again
how do i un-invert my right-click and my left-click?!
I have a thing that bluescreens the computer for powershell first you run powershell as administrator then type wininit it will bluescreen the computer
How do I revert my mouse back to normal?!?!?!?
I accidentally swapped my mouse button. How do i change it back...
How i reverse the mouse prank? ahhaahah ohshit
go to settings and search like invet mouse button or something
how do you reset the mouse wheel?
do u found the solution?
how to revert all changes in mouse:
swap mouse button:
open settings using windows + i
type in 'change the primary button on your mouse'
use your inverted mouse to change it from right to left
swap scroll wheel:
input same command but put the 1 at the end to a 0 (thanks to Duplicate for this)
taskbar funny:
if you have no powershell then win + r to run and input powershell.exe
then change the original command from (look at bold text)
&{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}
the three in there to a 2 so it looks like
&{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}
invert colours:
shift + windows + prtsc i think
@@spashi how to revert all changes in mouse:
swap mouse button:
open settings using windows + i
type in 'change the primary button on your mouse'
use your inverted mouse to change it from right to left
swap scroll wheel:
input same command but put the 1 at the end to a 0 (thanks to Duplicate for this)
taskbar funny:
if you have no powershell then win + r to run and input powershell.exe
then change the original command from (look at bold text)
&{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}
the three in there to a 2 so it looks like
&{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}
invert colours:
shift + windows + prtsc i think
PLEAS HELP HOW DO I SWITCH BACK MY MOUSE CLICK FORM RIGHT TO LEFT
I actually bought a custom back door, so now I can hack other people's computers for advanced pranks
you know that for the high contrast you could just press shift alt and prt sc just to turn it on
How about registry pranks?
Why the hell do you use the black cursor
Oh boi, I tried the code for ohio mouse and I thought it wasn't working. Now I restarted the computer and the wheel is suddenly inverted lol (2000 IQ tactic to make people rewatch your video!)
I just wanna know what you are playing in the start of the vid the game
exo one
how do i undo the mouse thing i tried it on my self and now yeah
go to settings (windows + i)
in 'find a setting' type in 'change the primary button on your mouse'
then use ur inverted mouse to go from right to left and boom
win
can you pls teach me how to gimme full access to my school laptop since some stuff is restricted
POV:me after the video:High contrast is a cool theme
How to fix the mouse button again
how to revert all changes in mouse:
swap mouse button:
open settings using windows + i
type in 'change the primary button on your mouse'
use your inverted mouse to change it from right to left
swap scroll wheel:
input same command but put the 1 at the end to a 0 (thanks to Duplicate for this)
taskbar funny:
if you have no powershell then win + r to run and input powershell.exe
then change the original command from (look at bold text)
&{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}
the three in there to a 2 so it looks like
&{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}
invert colours:
shift + windows + prtsc i think
Brother tell me how to put real virus in pendrive and when we put that pendrive in other computer or laptop so in their laptop or computer their come a virus and I can see all information through my computer through cmd just for educational purpose It is my project
What game is that in the back ground of the planet rolling around
how do i fix my mouse help me
Dude listen to me a sec, when you said "Ohio CMD" I kinda agreed because you know what powershell tells you when you try to know what is its background color and foreground color? It tells you that it's MAGENTA...... and foreground it tells you that it's DARK YELLOW....?! What is wrong with this terminal. Look, if you will try retrieving it too it will tell you the same thing. I think who programmed this OHIO cmd is color blind
Can u do Kali Linux pranks
what game was he playing at the beginning of the video???
What is that gameplay I need to know
the scroll wheel prank is bassicly using a hackintosh with a not apple mouse
Me and the boys turning every mouse in the computer lab into an Ohio mouse
Can you do pranks in cmd in wihdows 11 home
W bro uploaded again
*_ohio cmd_*
i accidentally pasted everything for the taskbar part plz help
was he using a wireless logitech g502???
does anyone know how to reverse the mouse flipflop prank?
Powershell's pretty good because school often only block cmd
Huh, how in the world do you have 7.7B views in 3 seconds?
@@impostmate9816 It's in my username
Veraxity make a video how to speed your windows for gaming
how do i go back into powershell without a taskbar
win + r
then input in the run box 'powershell.exe'
thats to open powershell i think
I tried the last ohio setting in the video but I can't change it back even when I pressed Shift + Alt + Print screen, I think I destroyed my computer
you can do all of this in settings
the chad is back with a full video yipeeee also im not a bot >:(
How do you turn the mouse prank off?
how to revert all changes in mouse:
swap mouse button:
open settings using windows + i
type in 'change the primary button on your mouse'
use your inverted mouse to change it from right to left
swap scroll wheel:
input same command but put the 1 at the end to a 0 (thanks to Duplicate for this)
taskbar funny:
if you have no powershell then win + r to run and input powershell.exe
then change the original command from (look at bold text)
&{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}
the three in there to a 2 so it looks like
&{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}
invert colours:
shift + windows + prtsc i think
Perfect, my school blocked cmd but powershell still works😂😂
what game are you playing?
If you run powershell as an administrator and use the command “wininit” it causes a BSOD
For the "FULL OHIO MODE" prank you can just press shift+alt+prtsc and it toggles it
omg my computer looked like absolute ohio poop for a second
Did you create computer cmd?
aw thanks i was needing a weather balloon
ummm. How do i swap the mouse button back?
Settings --> Mouse settings --> Primary mouse button
What happened to your discord?
What game are you playing
00:59 What is the name of this game
exo one
@@axelsmaxel thx
the second mouse prank is usefull for me bc im left handed so it makes it easier to use a mouse
Thank you I have been living with an Ohio mouse for years and I know how to fix it
how fix it help me
@@QuickDilemma To reverse the changes made by the first PowerShell command Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 1 }, you can run the same command, but with the value of FlipFlopWheel set to 0 instead of 1. So the command would be:
Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 0 }
This will reset the FlipFlopWheel setting to its default value for all HID devices with parameters.
To reverse the changes made by the second command rundll32.exe user32.dll,SwapMouseButton, you can simply run the same command again. This will swap the functions of the left and right mouse buttons back to their original positions.
To reverse the changes made by the first PowerShell command Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 1 }, you can run the same command, but with the value of FlipFlopWheel set to 0 instead of 1. So the command would be:
Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 0 }
This will reset the FlipFlopWheel setting to its default value for all HID devices with parameters.
To reverse the changes made by the second command rundll32.exe user32.dll,SwapMouseButton, you can simply run the same command again. This will swap the functions of the left and right mouse buttons back to their original positions.
@@duplicake4054 I've sorted it but thanks anyway
@@QuickDilemma for the mouse tho: Settings --> Mouse settings --> Primary mouse button
broooo i tried to do with my computer the invert one i can do it back what do i doooo plzzz tell broo il sub i promiseeee
What is the game called in the background?
exo one
Bro its gone😂😂😂 I cant het it back
w video i pranked my mom on her laptop lol
Can someone tell me what game hes playing?
exo one
What is name of the game in the background bruh ? :'O
exo one
do you know Crosh hacks?
Hey, Veraxity i can't join your discord server.
Powershell was basically blue command prompt, but in my Windows 11 computer it was black like original command prompt…
oh well no Ohio mode cmd for you.
loved it dont do it in school
Me watching this at 4:12am: