Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Operating Systems
Windows 10
Windows 10 Lite versions is safe?
Message
<blockquote data-quote="forgottenuser79643" data-source="post: 950933" data-attributes="member: 88069"><p>If you don't mind doing some research into Windows commands through PowerShell. You can create your own empty environment legally during- or post-installation with just one self written (PowerShell) script. During the installation enter Audit mode or post-installation run it from a (temp.) Admin account. In the case of the latter, entering a temporary admin account makes it the default modified environment for any accounts subsequently created thereafter (having run the script).</p><p></p><p>[SPOILER="unrelated-addition"]I personally have written the script to run to only remove apps adhere to the conditions of:</p><p>A. Non-removeable is set to false (internal tag in powershell commands)</p><p>B. IsFramwork also set to false.</p><p>Yes, windows also has non-removable tagged apps and services, meaning breakage equals reinstallation of the entire OS. And everything removed can be reinstalled through Microsoft store, in case functionality is needed or breakage has been accidentally applied.</p><p></p><p>You could, alternatively, use a GUI if you still have PowerShell ISE installed (it just needs to be installed as it won't be used directly). This is what I prefer to use, easier to double-check. [ICODE]Get-AppxPackage -AllUsers | Out-GridView -PassThru[/ICODE] add [ICODE] | Remove-AppxPackage[/ICODE] if you wish to remove apps using the same GUI. Like wise for provisioned applications and services [ICODE]Get-AppxProvisionedPackage -online | Out-GridView -PassThru[/ICODE] and [ICODE] | Remove-AppxProvisionedPackage -online[/ICODE]</p><p>[/SPOILER]</p><p></p><p>I personally don't trust any modified .ISO or image touched by a third-party. There is always a risk, yes even with MS certified images, but the tools used could have vulnerabilities and the "modders" may not even know it. Just to name one example. And another point to remember the "junk" removed is subjective to uses.</p><p></p><p><strong><em><strong><em>One man's junk, is another man's </em></strong></em></strong><s><strong><em><s>livelihood</s></em></strong></s><strong><em> <strong><em>treasure</em></strong>.</em></strong></p></blockquote><p></p>
[QUOTE="forgottenuser79643, post: 950933, member: 88069"] If you don't mind doing some research into Windows commands through PowerShell. You can create your own empty environment legally during- or post-installation with just one self written (PowerShell) script. During the installation enter Audit mode or post-installation run it from a (temp.) Admin account. In the case of the latter, entering a temporary admin account makes it the default modified environment for any accounts subsequently created thereafter (having run the script). [SPOILER="unrelated-addition"]I personally have written the script to run to only remove apps adhere to the conditions of: A. Non-removeable is set to false (internal tag in powershell commands) B. IsFramwork also set to false. Yes, windows also has non-removable tagged apps and services, meaning breakage equals reinstallation of the entire OS. And everything removed can be reinstalled through Microsoft store, in case functionality is needed or breakage has been accidentally applied. You could, alternatively, use a GUI if you still have PowerShell ISE installed (it just needs to be installed as it won't be used directly). This is what I prefer to use, easier to double-check. [ICODE]Get-AppxPackage -AllUsers | Out-GridView -PassThru[/ICODE] add [ICODE] | Remove-AppxPackage[/ICODE] if you wish to remove apps using the same GUI. Like wise for provisioned applications and services [ICODE]Get-AppxProvisionedPackage -online | Out-GridView -PassThru[/ICODE] and [ICODE] | Remove-AppxProvisionedPackage -online[/ICODE] [/SPOILER] I personally don't trust any modified .ISO or image touched by a third-party. There is always a risk, yes even with MS certified images, but the tools used could have vulnerabilities and the "modders" may not even know it. Just to name one example. And another point to remember the "junk" removed is subjective to uses. [B][I][B][I]One man's junk, is another man's [/I][/B][/I][/B][S][B][I][S]livelihood[/S][/I][/B][/S][B][I] [B][I]treasure[/I][/B].[/I][/B] [/QUOTE]
Insert quotes…
Verification
Post reply
Top