Apparently you can refresh the desktop using this command but it is inconsistent. Could always try having it run multiple times from the batch file: rundll32 user32.dll,UpdatePerUserSystemParameters
Thanks, yes I tried using that, but it was terribly unreliable - I kept spamming that command and nothing happened. For what I'm concerned, it was no better than placebo.
fun fact: the begging part can be done without cmd! right click the desktop folder in file explorer, select properties and go to the location tab. once there, you can easily change your desktop's folder, and even move all your files from the old desktop folder into the new one (optional)!
@@revival_of_the_canned_justiceSkill issue, learn how to use it Or just use Ubuntu or some other Linux distro that doesn't need you to use the Terminal a lot
You can do this using the usershellfolders reg keys 😂 That's all that folder redirection group policies and the location tab in folder properties does anyway. All a batch script would need is: Add the registry key Kill the explorer process
Cool video! a possible improvement to the script can be to also automatically refresh the desktop by making a VBScript that calls SendKeys with {F5}, can even expand further the possibilities by using Powershell which has the ability to call native Win32 functions using Add-Type :)
That's a really neat makeshift implementation of Folder Pages from Stardock Fences. One more thing I'd mention is, you can create shortcuts to the batch scripts and set a custom keybind for them. As long as the shortcuts are within a folder in the %path% environment variable, these will work from anywhere.
something that wasn't said, you can use a different disk, and iirc that also works for moving a whole user's folder if they aren't logged in. I did something like that to move my user folder onto my 2nd drive when I had a 60Gb ssd. Also you don't need to use symlinks for a few folders including desktop, you can use the regustery key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders or just right click on desktop -> properties and you can change the location in the location tab
Simlinks are better, because they are just files. Registry exists just because Microsoft sucks and can't implement something like registryfs that can be mounted from some actual file in System32 or something, if they are so afraid that each file will take 4k each time.
I've switched to linux now, but my god, this is actually such a nice tutorial. It's such a breath of fresh air to see another person that actually, properly know how to use Windows
No disrespect but I'd rather encrypt all my "homework" with 7z and put that encrypted file in a safe place. Who even needs their "homework" folder at all times? In fact, if you're on your family computer; don't even leave that encrypted file on the disk. The size of it will make it suspicious if any of your family member has the potential to understand computers. Store it on a secret Google Drive or some other storage option you have. Store it in many spaces if you're able to for backup. Practice good opsec, Your homework is important.
Learned on our school laptops running windows 11 that I could literally switch desktops by swiping on the trackpad with 4 fingers… Guess I don’t need to worry about tabbed out sites as well now.
If you right click the "desktop" folder, go to properties, there's a "location" tab, that lets you either move the desktop to another path, or make the system look for the desktop folder elsewhere.
I think I'll just continue with my encrypted vm protected with 2fa at windows login with invisible folder maze marked as hidden system file on desktop and virtualization disabled in password protected bios setup, thank you
we can change the desktop to another directory by right clicking desktop, choose properties then location, perhaps it's able to use registry rather than making links
It should work on any Windows that has a desktop, I expect it to work down to XP at least (even though for XP, the path to the desktop is slightly different. Windows 7, 8, 10 should work just the same as in the video.)
you can actually automatically refresh desktop icons after switching desktop folders by associating a file extension through an admin command line assoc .asdasd=asdasd assoc .asdasd=
I cant test this myself since i have no device to safely try this on, But i think you can restart Explorer to refresh desktop. Just a little taskkill should do the trick, I think. I dont completely know.
Apparently you can refresh the desktop using this command but it is inconsistent. Could always try having it run multiple times from the batch file:
rundll32 user32.dll,UpdatePerUserSystemParameters
yoo thiojoe
ThioJoe!
THIOJOE???
Thanks, yes I tried using that, but it was terribly unreliable - I kept spamming that command and nothing happened. For what I'm concerned, it was no better than placebo.
@@FlyTechVideos37 secs ago
I genuinely feel like someone could implement a shell extension (or SendTo prompt) to make desktop switching easier
shouldnt be too hard, might try it later lol (i can program but im lazy)
The send to menu is just a folder, you could easily put a batch script there.
@@jjjacer just use "%1" in send to!
@@GalaxinTM i could make one prob
LinkShellExt
Free and open-source but not made by me
fun fact: the begging part can be done without cmd! right click the desktop folder in file explorer, select properties and go to the location tab. once there, you can easily change your desktop's folder, and even move all your files from the old desktop folder into the new one (optional)!
It can also be done by turning off the pc and standing on the street
Lol i just commented that
@@Thomario20 lol sorry didnt notice
@@oklol681its fine you were the first to comment
Microsoft will never add this they are too busy implementing pointless AI (5:05)
It's still infinitely better than the Linux terminal
@@revival_of_the_canned_justiceSkill issue, learn how to use it
Or just use Ubuntu or some other Linux distro that doesn't need you to use the Terminal a lot
@@tokileau-1042 fake default profile
@@tokileau-1042 wdym by won't add this if it's already possible??
if they add this, it will be useless
Thx for hidden rickroll at 0:59
I love how you call your user folder the home directory like Linux /home/cart = ~
i wonder what morally concerning text will be in those documents?
war crimes and undocumented missile features
@@FlyTechVideos freaky party found footage
fly hid the files
ascii art of poop
@@Randi_MyMan ruclips.net/video/sPShnuBSvBg/видео.html
Very useful, now I can hide my homework
What's your homework about for needing to hide it?
@@Thomario20 oil
@@lewisbeith fair
@@Thomario20 yes
You can do this using the usershellfolders reg keys 😂
That's all that folder redirection group policies and the location tab in folder properties does anyway.
All a batch script would need is:
Add the registry key
Kill the explorer process
Cool video! a possible improvement to the script can be to also automatically refresh the desktop by making a VBScript that calls SendKeys with {F5}, can even expand further the possibilities by using Powershell which has the ability to call native Win32 functions using Add-Type :)
I wish Microsoft would add this to windows 12, but they’re more likely to add copilot to file explorer
That's a really neat makeshift implementation of Folder Pages from Stardock Fences.
One more thing I'd mention is, you can create shortcuts to the batch scripts and set a custom keybind for them. As long as the shortcuts are within a folder in the %path% environment variable, these will work from anywhere.
He most likely studies advanced Windows computer science because he has a reg file for homework
very useful now i can hide my homework from teachers
yes very true
This is very fly
something that wasn't said, you can use a different disk, and iirc that also works for moving a whole user's folder if they aren't logged in.
I did something like that to move my user folder onto my 2nd drive when I had a 60Gb ssd.
Also you don't need to use symlinks for a few folders including desktop, you can use the regustery key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders or just right click on desktop -> properties and you can change the location in the location tab
Simlinks are better, because they are just files. Registry exists just because Microsoft sucks and can't implement something like registryfs that can be mounted from some actual file in System32 or something, if they are so afraid that each file will take 4k each time.
"Bro knows his audience" 🤓☝️
What
Nobody will find me anime stash now
I've switched to linux now, but my god, this is actually such a nice tutorial. It's such a breath of fresh air to see another person that actually, properly know how to use Windows
Some batch file or something would automate this really nicely
Back in the days i still used windows, i always wanted this.
microsoft will probably use this idea and then sue you for like 10 million [currency] for "stealing their idea"
No disrespect but I'd rather encrypt all my "homework" with 7z and put that encrypted file in a safe place. Who even needs their "homework" folder at all times?
In fact, if you're on your family computer; don't even leave that encrypted file on the disk. The size of it will make it suspicious if any of your family member has the potential to understand computers. Store it on a secret Google Drive or some other storage option you have. Store it in many spaces if you're able to for backup.
Practice good opsec,
Your homework is important.
Learned on our school laptops running windows 11 that I could literally switch desktops by swiping on the trackpad with 4 fingers… Guess I don’t need to worry about tabbed out sites as well now.
Finally, another idea that can be implemented safely on physical machines! Keep it up Fly! Looking for more ideas like this!
If you right click the "desktop" folder, go to properties, there's a "location" tab, that lets you either move the desktop to another path, or make the system look for the desktop folder elsewhere.
I think I'll just continue with my encrypted vm protected with 2fa at windows login with invisible folder maze marked as hidden system file on desktop and virtualization disabled in password protected bios setup, thank you
The type of person who would have a guardsman at his pc
Improvement: use Batch menus to make an desktop selection menu, and add autorefresh (via rundll or vbs)
There's not enough desktops that could cover my whole library of homework.
You can also save and load HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop to preserve the desktop icon arrangement for each desktop
You can change the desktop's location (or any personal folder like documents, music, etc.) With right click>Properties and then Location
Imagine Microsoft would combine this with their virtual desktops, where you can only change the background
I would love to implement this. Just wondering how to make it remember item positions on the desktop...
@@ShevkoMore I don't think you can unfortunately
@@superJK92 only with code
we can change the desktop to another directory by right clicking desktop, choose properties then location, perhaps it's able to use registry rather than making links
You can add a shortcut key to .lnk files to start your scripts without the "Run" window. Look into the properties of the .lnk file.
Thanks for the information! ❤
*_can finally hide my videos_* 💀🗿
IMO, there is a better way to point to the user folder location in cmd. Just use the %userprofile% system variable.
Just like KDE Plasma Activities function, but barebones.
You can also create a shortcut to the batch file and set a keyboard shortcut to run it
I always wanted this feature
apparently, you dont need language channels because of voice track language option and captions language option
hey there tech fly, nice video, keep it up.
btw does all of that stuff also works on windows 10?
It should work on any Windows that has a desktop, I expect it to work down to XP at least (even though for XP, the path to the desktop is slightly different. Windows 7, 8, 10 should work just the same as in the video.)
ok thanks for the info bud! :)
you can actually automatically refresh desktop icons after switching desktop folders by associating a file extension through an admin command line
assoc .asdasd=asdasd
assoc .asdasd=
That 🌽.mp4 in the thumbnail💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀
1. kill current explorer
2. run explorer as SYSTEM
3. now you have another hidden desktop with black wallpaper!
Explorer as SYSTEM isn't working, as shown in the recent "Ctrl+Alt+Del" video and some others as well
@@FlyTechVideos worked as TrustedInstaller with Psexec
@@FlyTechVideos worked as TrustedInstaller with Psexec
@@FlyTechVideos i made it work by creating a user and that user is a junction to the systemprofile folder
truly a desktop hiding moment
Great video, hey flytech you should corrupt an android os and them force it to boot to see what happends
now install a shortcut / macro app and make it run these commands ! here you go you've got a fewer key stroke switch
I'm not clicking I'm not clicking I'm not clicking I'm not clicking I'm not clicking I'm not clicking
Im clicking it's a new Fly Tech video!!!!
Woah. A million+ blogger spoke.
Underrated channel
Will that crash my desktop! UWU ❤
*Bro you know your audience clearly* 💀
This video will blow, just wait 😏
I cant test this myself since i have no device to safely try this on, But i think you can restart Explorer to refresh desktop. Just a little taskkill should do the trick, I think. I dont completely know.
video: 😊
thumbnail: 💀💀
🌽.mp4
Are you using A Virtual Machine for that windows 11 you're working on?
actually, you can do this without the complicated stuff, just press the win+tab keys all at once and like.... do stuff, idk
I bet you could hide the bat file as a png or zip or smth so that its more difficult than executing a bat file
rmdir Desktop deleting my folder?
and what if I have onedrive?
you can also save the icon positions by saving the ItemPosXXXxXXX values at HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop
Would it refresh desktop by killing and restarting explorer
Flytech, why is my Desktop folder at C:/Users/*username*/Onedrive/Desktop?
you have onedrive enabled.
I thought you could change the Desktop path in the registry?
🌽
in linux you can hide the folder just by adding . at the start of its name
what happens if force end the system task on windows 10
Hello!
i was gonna use this but then i noticed windows 10 already had this feature
windows task view lets you create multiple desktops already
edit: nvm it only does it for windows and not files
thx
There isn't a built-in feaure with Win+Tab?
THE LEGEND POSTED❤
5:06 probably would have to pay extra for it though.
i was in the premiere lol
Is it save? I'll try it on my real computer.
I'm not ashamed of what I have on my desktop 🗿😏
Don't be fooled. 🌽.mp4 is an assignment made for animation class describing how growing corn helps the environment.
...right?
😇
😈
Xd
I'm hiding my homework on school
Just embed it into an image at this point 💀
putting the cia documents here now
neVer GOnna GIVE YoU UP,neVer Gonna LET YoU DOwn,neVer Gonna rUN Around and deSERT You
why not just hide your files in a folder?
bro the nuclear launch codes , and porn.mp4 💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀
What about mac?
L
This video jus aint for you
nuclear launch codes
Why is it saying in the thumbnail that u have neuclear codes
🌽 💀
Can we please get back to the old content?
i got access denial
Corn 💀
Chrome has done it so why not Microsoft?
chromeos is linux based
Desktop C:/
🌽.mp4
🌽