-
Hello👋, I recently came across your GitHub page (and website—I assume they are the same) to configure my Windows Defender and improve my system security. However, as a newbie I’m feeling a bit lost. I hope you don’t mind if I ask some questions to clarify things. My Previous Approach:In the past, I relied on DefenderUI with the recommended profile. I also installed Malwarebytes Free, which I didn’t keep running in the background. Instead, I used it for on-demand scans whenever I felt something might be wrong. From what understand, the free scan feature is equivalent to the Malwarebytes Pro scan, except the paid version offers real-time protection (which I don’t need as I use Windows Defender). Recently, I saw a video by TheoJoe about using AppLocker, and it caught my interest. I decided to implement it but wanted to do it on a fresh Windows installation because my current setup was quite old and I wanted to start new. My Current Setup After Reinstalling Windows:After reinstalling Windows from USB drive, I came across your website. It seems highly detailed, effective, and well-documented(Thank you!), so I decided to not follow my previous methods entirely and follow your recommendations instead. Here’s what I’ve done so far:
That’s it—I haven’t even made any tweaks yet like using WinToys, which I used to do before. I’m now using my Windows setup cautiously and paying full attention till I use your tool (as I dot't know how secure default settings are) as everything at its default settings. My Questions:
I’m looking forward to your guidance, as I want to make sure I implement everything correctly and securely. Thank you for your time and for sharing such valuable resources for everyone! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, To answer your 1st question, those are links to different sections of this repository, i'll change the wording on the readme page to clarify that. 2nd question: There is only 1 PowerShell module and you can access it in CLI (command line) mode or GUI (Graphical User Interface), so whichever option you choose you'll be using the same tool/product. It used to be just a script before, but it has evolved a lot since then and continues to evolve. 3rd question, So this repository currently contains 2 main products, the Harden Windows Security module and AppControl Manager. The 1st one is general purpose while the 2nd one is a Windows application specifically built to manage Application Control in Windows. You don't need AppLocker (which is an old feature that was replaced by Application Control since Windows 10), so it's recommended to use Application Control and to do that you can use the AppControl Manager app. I have an introduction article written here that i think will be useful in explaining what Application Control is: https://github.com/HotCakeX/Harden-Windows-Security/wiki/Introduction If you have more questions or need more explanations, please feel free to ask, that'll help me adjust the documentations to be more clear ^^ |
Beta Was this translation helpful? Give feedback.
This page should include answer to all of your questions regarding Harden Windows Security module, it explains what each command does. It also shows you how changes can be reverted. Online/Offline lets you browse for the necessary files on your system so the module won't download them from Microsoft servers, such as security baselines, LGPO.exe etc.
Here is more info about them: https://github.com/HotCakeX/Harden-Windows-Security/wiki/Group-Policy
Essentially, it's recommended to use App Control if you don't need to enforce policies for different users on the same system. It's more mature, secure and actively developed. Some more info: https://github.com/HotCakeX/Harden-Windows-Security/w…