Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Calling somebody a failure for not wanting your relatives PC to get abused by somebody, since teamviewer is known for that?
-
lotd79227y@waitwhat
$ echo "[Desktop Entry]
Encoding=UTF-8
Name=Facebook
Type=Link
URL=http://facebook.com
Icon=facebook.ico" >> ~/.local/share/applications/Facebook.desktop
$ chmod +x ~/.local/share/applications/Facebook.desktop
$ ln -s ~/.local/share/applications/Facebook.desktop ~/Desktop/Facebook.desktop
That will probably do.
Might need to grab the icon from the web though or just lazy it to text-html ;D -
lotd79227y@waitwhat Oh yeah. On windows, well.. Maybe remote powershell :)
http://powershellblogger.com/2016/... -
waitwhat3317y@lotd Very impressive indeed :) But how would you tackle good old "the thing comes up on my screen and I can't go back so I switch it off"?
(All based on true stories) -
lotd79227y@waitwhat psKill it with a -t ;)
if it's something that sometimes pops up, i'd monitor & log the processes with psList and manually evaluate and kill the process(es) :p
if psTools isn't available, taskList & probably Powershell's Invoke-Command + a bit manual scripting :p
Powershell's Get-Process could probably substitute for taskKill, if it's been disabled...
If your relative's computer doesn't have a TeamViewer (or similar) client running 24/7, you're a failure and deserve to have your rant privileges revoked.
rant