[How-To] Powershell command to move file to Recycle Bin | วิธี

[How-To] Powershell command to move file to Recycle Bin | วิธี

Published on ● Video Link: https://www.youtube.com/watch?v=Kyq2xc875w8



Category:
Guide
Duration: 18:08
70 views
0


-- ToC --
00:00:00 Install module Recycle
00:00:28 Create dummy file for test
00:00:56 Command to move to the recycle bin + Test run
00:01:39 Optionally create simple command
00:06:00 Verify the custom command result
00:06:47 Summerise again
00:14:26 In case of error Restricted Policy

1. Open Powershell as Admin
2. Type Command "Install-Module -Name Recycle"
2.1 See if no any errors as well
3. When you want to move some file to Recycle Bin, use this command
"Remove-ItemSafely ,file,"
4. [Optionally] make simple command via your Powershell Profile
4.1 New file "Microsoft.PowerShell_profile.ps1" at your documents folder, e.g. for mine is "E:\OneDrive\Documents" and in subfolder "WindowsPowerShell" or use $profile variable for the file path.
4.2 Code new function in this file

function delr {
Param($fname, $force=$false)
#for using with python os.system code because it needs to replace " " with "+" for helping separation of space characters
if (-Not (Test-Path $fname)) {
#replace "+" with " " for the argument from python os.system command
$fname=$fname.replace("+"," ")
}
Remove-ItemSafely $fname
}
4.3 Save the file
4.4 Run command "Powershell" again in the Powershell application window
4.5 If error about "Restricted execution policy", run this command in powershell "Get-ExecutionPolicy". It must shows result "Restricted"
4.6 You need to set new policy with this command "Set-ExecutionPolicy RemoteSigned"
4.7 Run the command "powershell" again to test it has no any errors




Other Videos By PanyapiN Gaming ปัญญพินจ์ เกมมิ่ง


2021-03-06Boss Cryo Regisvine W7 L91 PL85 20210223 | Genshin Impact | เก็นชินอิมแพกต์
2021-03-06Lawachurl Time Trial W5 L70 Multiplayer PL77 SE Guyun Stone Forest | Genshin Impact | เก็นชินอิมแพก
2021-03-06Magical Crystal Rocky Hill NE Qingyun Peak | Genshin Impact | เก็นชินอิมแพกต์
2021-03-06Common Chest Small Stone Pile Peak W Mt Tianheng | Genshin Impact | เก็นชินอิมแพกต์
2021-03-06Boss Pyro Regisvine W7 L91 PL78 | Genshin Impact | เก็นชินอิมแพกต์
2021-03-06Hilichurl Bow Practice S Dihua Marsh | Genshin Impact | เก็นชินอิมแพกต์
2021-03-06Geo Sigil Far Peak NE Jueyun Karst | Genshin Impact | เก็นชินอิมแพกต์
2021-03-06[EP.52] | The Elder Scrolls V: Skyrim | Let's Play | No Commentary | ดิ เอลเดอร์ สครอลล์ส 5: สกายริ
2021-03-06Exquisite Chest Hilichurl Shooter SE Luhua Pool | Genshin Impact | เก็นชินอิมแพกต์
2021-03-06Falmer Raldbthar | The Elder Scrolls V: Skyrim | ดิ เอลเดอร์ สครอลล์ส 5: สกายริม
2021-03-06[How-To] Powershell command to move file to Recycle Bin | วิธี
2021-03-06Steel Plate Armor of Destruction Superior | The Elder Scrolls V: Skyrim | ดิ เอลเดอร์ สครอลล์ส 5: ส
2021-03-05Event Challenge On the Hunt I day 1 date 2021 03 06 | Genshin Impact | เก็นชินอิมแพกต์
2021-03-05Event Vishaps and Where to Find Them | Genshin Impact | เก็นชินอิมแพกต์
2021-03-05Magical Crystal Mountain Trail W Qingyun Peak | Genshin Impact | เก็นชินอิมแพกต์
2021-03-05Geovishap Hatchling Island W Dihua Marsh | Genshin Impact | เก็นชินอิมแพกต์
2021-03-05Dwarven Warhammer of Debilitation | The Elder Scrolls V: Skyrim | ดิ เอลเดอร์ สครอลล์ส 5: สกายริม
2021-03-05CQ The Lost Relic W7 L77 PL90 | Genshin Impact | เก็นชินอิมแพกต์
2021-03-05Pyro Whopperflower x2 Road E Luhua Pool | Genshin Impact | เก็นชินอิมแพกต์
2021-03-05[Cut-Scene] The Origin of the Lanterns Talk to Wang'ya | Genshin Impact | คัทซีน เก็นชินอิมแพกต์
2021-03-05[EP.51] | The Elder Scrolls V: Skyrim | Let's Play | No Commentary | ดิ เอลเดอร์ สครอลล์ส 5: สกายริ



Tags:
game
gaming
guide
panyapin
play
บทสรุป
ปัญญพินจ์
เกม
เกมมิ่ง
เฉลย