You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-2Lines changed: 28 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
This utility is a compilation of Windows tasks I perform on each Windows system I use. It is meant to streamline *installs*, debloat with *tweaks*, troubleshoot with *config*, and fix Windows *updates*. I am extremely picky about any contributions to keep this project clean and efficient.
> Winutil is a relatively large script, so it's split into multiple files which're combined into a single `.ps1` file using a custom compiler. This makes maintaining the project a lot easiler.
55
+
56
+
Get a copy of the source code, this can be done using GitHub UI (`Code -> Download ZIP`), or by cloning (downloading) the repo using git.
57
+
58
+
If git is installed, run the following commands under a PowerShell window to clone and move into project's directory:
To build the project, run the Compile Script under a PowerShell window (admin permissions IS NOT required):
65
+
```ps1
66
+
.\Compile.ps1
67
+
```
68
+
69
+
You'll see a new file named `winutil.ps1`, which's created by `Compile.ps1` script, now you can run it as admin and a new window will popup, enjoy your own compiled version of WinUtil :)
70
+
71
+
> [!TIP]
72
+
> For more info on using WinUtil and how to develop for it, please consider reading [the Contribution Guidelines](https://winutil.christitus.com/contributing/), if you don't know where to start, or have questions, you can ask over on our [Discord Community Server](https://discord.gg/RUbZUZyByQ) and active project members will answer when they can.
73
+
48
74
## 💖 Support
49
75
- To morally and mentally support the project, make sure to leave a ⭐️!
50
76
- EXE Wrapper for $10 @ https://www.cttstore.com/windows-toolbox
@@ -53,7 +79,7 @@ If you have Issues, refer to [Known Issues](https://winutil.christitus.com/known
53
79
54
80
These are the sponsors that help keep this project alive with monthly contributions.
Copy file name to clipboardExpand all lines: config/applications.json
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@
85
85
"content": "AnyDesk",
86
86
"description": "AnyDesk is a remote desktop software that enables users to access and control computers remotely. It is known for its fast connection and low latency.",
"description": "Arc is a Chromium based browser, known for it's clean and modern design.",
255
-
"link": "https://arc.net/",
256
-
"winget": "TheBrowserCompany.Arc"
257
-
},
258
250
"clementine": {
259
251
"category": "Multimedia Tools",
260
252
"choco": "clementine",
@@ -555,7 +547,7 @@
555
547
"category": "Multimedia Tools",
556
548
"choco": "ffmpeg-full",
557
549
"content": "FFmpeg (full)",
558
-
"description": "FFmpeg is a powerful multimedia processing tool that enables users to convert, edit, and stream audio and video files with a vast range of codecs and formats.",
550
+
"description": "FFmpeg is a powerful multimedia processing tool that enables users to convert, edit, and stream audio and video files with a vast range of codecs and formats. | Note: FFmpeg can not be uninstalled using winget.",
559
551
"link": "https://ffmpeg.org/",
560
552
"winget": "Gyan.FFmpeg"
561
553
},
@@ -2309,7 +2301,7 @@
2309
2301
"content": "Viber",
2310
2302
"description": "Viber is a free messaging and calling app with features like group chats, video calls, and more.",
0 commit comments