• 0 Posts
  • 33 Comments
Joined 11 months ago
cake
Cake day: August 15th, 2023

help-circle














  • I work pretty frequently with PS and have no issues with syntax. It’s easy to read and you always have autocomplete so there is just 1 extra click to get from -r to -Recurse. Same command could be also written as this due to alias feature.

    rm 'C:' -r -fo

    It’s just not the best practice since in PowerShell it is recommended to not use aliases for readability reasons. Also less chance to mess things up due to how verbose all commands and their parameters are.






  • Depends on app I guess, but I never had any issues with Magisk hide feature including Intune root detection for Company Portal app.

    That said I do not think I would have a use for any app now that requires root. I used Adaway in the past, have switched to Blokada now which works quite well. Have not switched my first non rooted phone yet so no idea how problematic it will be to migrate app data but most important apps I have either store everything in online account or there is an export/import data option.