Skip to content

Releases: GChuf/RCWM

RCWM v3.0.0

20 Mar 21:31
ca0a376

Choose a tag to compare

New major release with a lot of changes and improvements

Issues resolved

  • RCWM installs for all users will now work for newly added users as well (users added/logged in after RCWM is installed)
  • Removed ps2exe to generate .exe files from powershell
  • .exe files no longer flagged by antivirus software
  • Win11 installations report major version "10" - as a result old context menu was not installed
  • Adding links to folders with certain names didn't work
  • Robocopy/move into folders with certain names didn't work
  • Remove dir now moved to Remove item - works on both folders and files
  • Copying/Moving with robocopy script now works for files as well (not just directories)

Options added

  • SCP from/to
  • Paste from Clipboard
  • Reboot/Shutdown in x seconds
  • Run Script as Administrator for .ps1 scripts

Misc

  • Added Disable UAC
  • Added Always open cmd as admin
  • Added EnableLongPaths
  • Added compatibility check (Windows server 2008+ with powershell v2 and Windows 7+ are supported)
  • Added version and titles into all scripts
  • Multiple copying and moving now supports folders and files
  • Many other small additions, simplifications, speedups and improvements
  • Reworked robocopy's mirror option so it actually makes sense

Removals

  • Installing for certain users only (Decide option) is removed for now

Bug Fixes

  • Solved a bug with copying into destinations with leading zeroes in their names (windows 7 only)
  • Solved a bug with creating links in destinations with leading zeroes in their names (windows 7 only)

Changes

  • Project now uses .exe files compiled from c++ to store info into registry
  • Console output changes for copying/moving files

Known issues

  • Some commands won't work for non-admin users (like take ownership) - that is expected.
    However, some issues might also be present for admin users, when performing "delete directory" or "create link" because the scripts aren't run with administrative privileges.

RCWM v2.1.1

12 Mar 14:56

Choose a tag to compare

  • Add killall
  • Add icon for signout
  • Use another ps2exe version to decrease false security threats positives

RCWM v2.0.2

09 Jul 14:31

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

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

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

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

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

Choose a tag to compare

Added God Mode
Contains uninstall godmode from commit d4b22b4

RCWM v1.5.1

09 Jan 09:56

Choose a tag to compare

Fixed sign out not working on some systems
Minor improvements

RCWM v1.5

30 Nov 20:15

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