This error keeps showing up on my desktop - popup

This Javascript error keeps showing up on my desktop, and when i delete it another one will pop up.
Can anybody with knowledge about this please help me?
Oh the image is on Danish so yeah. Translated it says that there was a script-error with the script, and asks if i still want to play the script on this site.

Solution Found
Go to Control Panel
Go to Programs and Functions
See if there is any program that refers to the url-error-message you got, and if there is, delete it.
Note If the program is a program that you need to have for running your system or just an important program, don't delete it, there could be other ways to fix it.
Other ways to fix it
1. Start up the installer that you used to install the program, if there is a button that says "Repair software/program" or something like that; tap the button.
If there isn't a button that says "Repair software/program" (or something like that); try to install the program again.

Related

How to disable the "Get Started" tab in Theia before the first execution?

I have a Theia IDE built in a docker.
Every time I launch a new docker and open a python file for the first time, I got some annoying pop-up:
A new tab: Python - Get Started
A pop up: Linter pylint not installed
Both have a Do not show again option. However, it does not work in my use case because every time a user connects, he will get a new Docker.
I tried to look in the settings and preferences but could not find where to disable these pop-ups.
I also tried to look at the settings files (launch.json for example) after having clicked the Do not show again button but nothing change.
The perfect solution for me would be to add a line in the launch.json file to tell Theia to never display those pop-up in the first place but I am not sure it is possible.
If you know a way to do it (in the launch.json or another way) I would be pleased to hear it!
If you know how to do it in VS code I would also be pleased to hear about it as Theia took a lot from VS code
Thanks!
I finally found the answer by observing which files were changed last on the docker.
I found out that you have to write "python.showStartPage": false in /home/theia/.theia/settings.json
However, it was not enough, I also had to add some lines in /home/theia/.theia/plugin-storage/global-state.json.
I don't know which lines exactly as I just copied-pasted the full file from a previous execution. But I would guess that it is one of the lines beginning with gettingStarted.overrideCategory

Powershell Popup Message with timer

Hello my programming gods...
I'm trying to create a popup message with timer with powershell to include with SCCM scripts. This popup will be called if a program needing update is detected.
What I want is something like this that I found on the net:
Basically:
1- I want to be able to put a banner in the popup window.
2- The name of the program to be updated
3- Show a timer
4- When the timer is expired or the next button is pressed, the script would continue and installed the update.
I began thinkering with this tutorial: https://www.red-gate.com/simple-talk/sysadmin/powershell/building-a-countdown-timer-with-powershell/
So far the timer works but everything is pretty barebone. Am I on the right track? How would you go about it? Also, the popup window don't go to the foreground... Dunno what Im doing wrong.
I am not a programmer and I'm trying to do this as a favor for someone. I just don't really know how I should go about it. Maybe powershell is not the good tool for this?
It looks like you are looking for a tool such as below:
https://psappdeploytoolkit.com/
https://github.com/PSAppDeployToolkit/PSAppDeployToolkit/releases
PS-App-Deployment Toolkit provides a set of functions to perform common application deployment tasks etc.
I use this myself for handy deployments to users within my workplace through SCCM.
See the above links for instructions and detail.

Ubuntu 16.04 suddenly starts booting into Kodibuntu or something like it

Last week, I saw a dropdown next to the login field for Ubuntu with a few "boot options" or something like that, one of them being Kodi. I was curious and wanted to see what it was so I picked Kodi and rebooted. Nothing happened, and I forgot about it.
Today I had to reboot for another reason and Ubuntu is now booting into a fullscreen version of kodi (Kodibuntu?) with seemingly no way to exit. I can't alt-tab, I can't open a terminal (neither ctrl-alt-t or f1/f4 work). I looked in the system settings and I see no way to revert it. I can see that my document's are still there using Kodi's file browser but can't access any of them. I really need this fixed today, please help.
Check out this documentation on kodibuntu for how to swap back
you can exit the full screen version of kodibuntu by following the steps outlined in the link above.
Sorry if this is unclear but a screenshot would be useful to know what screen you're on.

working with workspaces and Pydev in Eclipse

im not sure what i did.. but i am working through some tutorials to get up to speed on python, and i started getting this error message... any ideas on how to fix this? from the error, i looked up the message, and it looks like wham i press the run button it is looking for a file that is no longer there.... but I'm not even working on that file anymore... I'm trying to run something different that does not refer to the previous file.
what does work is if i do run as.. but id rather not do that every time. I'm sure there is a setting I'm just not aware of that i messed up.
Well, not sure how exactly you're getting to that point from your explanation, but please take a look at: http://pydev.org/manual_101_run.html to see how to properly run a module inside PyDev.

eclipse stop popup "Web launch already running"

I am developing in PHP with Xdebug and for some reason every now and then the debug session stops working, so i click again the debug button but it gives me this error all the time "Web launch already running", so i have to go to Debug Perspective and click "Terminate and Relaunch".
Is there a way to make eclipse automatically terminate and relaunch or launch two sessions or don't show this popup, for 2 years this popup has been bugging me xD
As noted in response to questions like this one and this one, the best current solution appears to be binding "Terminate and Relaunch" to a keyboard shortcut.
Not automatic, but at least a lot less clicking around.
I have taken care of pesky popups in Eclipse with AutoHotkey script which have worked very well. I could create an AutoHotkey script which sends specific keystrokes automatically every time there is a specific pop-up.
So the flow I had in mind was as follows :
You click on the debug button -> The Error popup appears and as soon as that happens the AutoHotKey script kicks in and automatically does what you have to do manually.
If you think that might be worth looking into then we can talk more in a Chat session somewhere. I would need some information about the Pop up using the AU3_Spy.exe bundled with the AutoHotkey Installer.
Searching on Google, I found that many people have the same problem.
Bellow are some links that help you, I think:
https://aptanastudio.tenderapp.com/discussions/questions/123-definitive-installation-guide-for-php-debugging-on-linuxubuntu
A good article: http://www.latenightpc.com/blog/archives/2008/05/24/a-complete-lamp-development-environment-xampp-eclipse-pdt-and-xdebug
See this, too: http://www.eclipse.org/forums/index.php/m/57493/
Take a look here, too: Getting error in XDEBUG
So, read and try, read and try.