Skip to content

Instantly share code, notes, and snippets.

View robintel's full-sized avatar

Robin Molnar robintel

View GitHub Profile
@robintel
robintel / clean.ps1
Created April 30, 2017 18:25 — forked from mkubenka/clean.ps1
Remove the ‘Modern apps’ (anything from the ‘Store’) from the profile you are using to create your Windows 10 image.
# Remove some Windows Store pakacges which are blocking Sysprep
# Execution of scripts has to be neabled: Set-ExecutionPolicy RemoteSigned
# https://forums.fogproject.org/topic/5873/windows-10-unattend-xml-sysprep-answer-file-challenge/16
$AppsList = "Microsoft.Bing" , "Microsoft.BingFinance" , "Microsoft.BingMaps" , "Microsoft.BingNews"`
, "Microsoft.BingSports" , "Microsoft.BingTravel" , "Microsoft.BingWeather" , "Microsoft.Camera"`
, "microsoft.microsoftskydrive" , "Microsoft.Reader" , "microsoft.windowscommunicationsapps"`
, "microsoft.windowsphotos" , "Microsoft.XboxLIVEGames" , "Microsoft.ZuneMusic"`
, "Microsoft.ZuneVideo" , "Microsoft.Media.PlayReadyClient"
, "9E2F88E3.Twitter", "king.com.CandyCrushSaga"
@robintel
robintel / about.txt
Last active October 21, 2016 09:03
FactChecker Bot
FactChecker Bot allows you to determine the check-worthyness of any number of claims.
PRIVACY POLICY
1. This bot does not externally store any data. If you use it, it may be that only you and the mesaging service (be it Skype, Facebook Messenger or something else) have access to your data, as I don't. This bot is designed not to store any data. As such, it should not pose privacy concerns.
2. As fact-checking is performed by ClaimBuster, they may have some activity logs, but we're not sending particularly identifiable data.
3. ClaimBuster works via HTTP POST. Thus, traffic to it is unencrypted. If I get a plethora of requests, I will work some magic to add some form of HTTPS encryption to it.