Skip to content

Releases: GChuf/RCWM

RCWM v2.0.2

09 Jul 14:31
Compare
Choose a tag to compare
  • Fix issues when copying folders with spaces in the name (powershell 5)
  • Fix issues when copying directly into drives (powershell 4 and older)

RCWM v2.0.1

29 Apr 08:13
66ad5de
Compare
Choose a tag to compare
  • Speed up the initialization time for robocopy/mvdir script in Windows 10/11
  • Typo/bug fix for robocopying

RCWM v2.0.0

26 Mar 16:51
Compare
Choose a tag to compare

Changes in v2:

  • Install for individual users now possible (uninstall v1 first!)
  • Moved some batch scripts to powershell
  • No more console flicker when selecting which folders to copy/move
  • Fixed problems with UNC paths when copying/moving
  • Fixed encoding issues in old windows versions (XP/7/8) - the culprit was the default cmd.exe/powershell font
  • Multiple minor speedups

RCWM v1.5.4

04 May 11:38
Compare
Choose a tag to compare

Added the option to copy folder structure only with RoboCopy (exclude files)
Fix RCopyStructure not working on Win7

RCWM v1.5.3

15 Feb 15:25
Compare
Choose a tag to compare

Minor improvements
Add reboot to recovery and safemode options to desktop as well

RCWM v1.5.2

11 Jan 18:51
Compare
Choose a tag to compare

Added God Mode
Contains uninstall godmode from commit d4b22b4

RCWM v1.5.1

09 Jan 09:56
Compare
Choose a tag to compare

Fixed sign out not working on some systems
Minor improvements

RCWM v1.5

30 Nov 20:15
Compare
Choose a tag to compare
  • Moved reading/writing filepaths to files on disk to reading/writing to registry! (currently works for links and single robocopy & mvdir)
  • Fixed encoding issues - using UTF-8 for Windows 10 and UTF-7 for Windows 7 (characters like čć / öü / áà should work now)
  • Made the magic even more ugly thanks to registry

RCWM v1.4.1

27 Nov 11:42
Compare
Choose a tag to compare

Fix encoding issues in batch files (would not properly read characters like šć / őö / ... ) - only for Windows 10!
Using UTF-8 now.

This release is broken on Windows 7 / powershell v2!

RCWM v1.4

26 Nov 22:58
7d135eb
Compare
Choose a tag to compare

Added the option to add the old context menu in Windows 11!
Added the option to Sign Out from the Desktop
Added the old "MoveTo / CopyTo Folder" options from Windows 7