Strange process while turning off my computer [closed] - windows

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
So I was on my way to turn off my computer when unexpectedly, in the screen where you see the programs that block Windows to turn off, i saw one process with a strange name like {4593-9493-8949-9390} (not the exact same name but similar) and before i could click on the cancel button the process close.
My question here is if I should be wondering about that strange process or its just some random Windows 10 routine

This very well could be a malware of sort being executed in the background. I would recommend scanning your computer with your preferred anti-virus program and then installing Process Monitor which should help you detect and analyze suspicious processes running on your computer:
Process Monitor is an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity. It combines the features of two legacy Sysinternals utilities, Filemon and Regmon, and adds an extensive list of enhancements including rich and non-destructive filtering, comprehensive event properties such session IDs and user names, reliable process information, full thread stacks with integrated symbol support for each operation, simultaneous logging to a file, and much more. Its uniquely powerful features will make Process Monitor a core utility in your system troubleshooting and malware hunting toolkit.

Related

Continuosly kill Microsoft Windows processes [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed yesterday.
Improve this question
Windows keeps randomly running processes.. and I don't want it to.
Search Indexer (if I deactivate it, Windows will cry in all places that it is deactivated, on the other side, the benefit of Windows Search is negative. It doesn't work, but uses CPU). So I want to keep killing it, without the system complaining that search is deactivated and now.. search which isn't working in any state of windows is "not working".)
Logitech Hub (I sometimes don't want it running, restarts anyways)
and others
So basically I want a bit of control what is running on my Windows Notebook.
I am looking for a script that I start which works with txt list of processes that it kills on a continous basis.
Any ideas?
I tried killing the processes manually, but Windows superseeds my intent.
Ideally it should not be a new tool to install, but rather running cmd in the background

How do I recover data after factory reset on Windows 10 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
A friend of mine factory reset her computer on Windows 10, and lost an important document, so I'm wondering if there is a way for her to get it back, any help is useful.
I realize that a factory reset sets the computer back to it's original state of when it was first purchased, but I'm just curious if there are any free or cheap options available, besides going to a recover specialist.
Any advice would be nice - thanks!
Download the free version of Piriform Recuva. It is something I have used before for basic file recovery, and I don't know of a simpler GUI tool for Windows. Simply follow the instructions of this tutorial, or search for a simple video tutorial on YouTube if that is insufficient.
To maximize your chances of recovery reduce the amount of writes to the drive- setting it to read-only for example. Avoiding doing anything else while you attempt to recover the files is critical, newer files may silently destroy whatever is left of the older data. If at all possible you should attempt to boot from a drive or disk that doesn't contain the erased data, but if that is not possible/not something you know how to do then you may still be able to recover the data by booting the computer normally.

How to keep multiple windows focused at the same time (on Windows 10) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I am working on making a large multi-touch table which is powered by Windows 10. I have the idea that multiple people could work on the table at once, on different windows. The problem is, Windows 10 only allows one windows to be focused at once. This makes it impossible for more than one person to work on it at once, as the focus would keep changing, and it would not work well at all. I was wondering if there is some way to make multiple windows 'focused' at the same time.
Thanks in advance for any help given.
I cannot give you a definitive answer on this, but I looked into using several mice and keyboards on windows a while ago, and the main problem was that you could not have several windows focussed at the same time, which messed up keyboard input. I have found no solution to this.
Since in windows 10 touch input is similar to mouse input, your only getaway may be virtualization.
E. G. have each window run by a virtual machine which has been assigned one keyboard and one mouse. This way, every window would respond to input whenever (focussed or not)
As for touch input, I guess you have one single input device, but the virtual machines may be able to read input form the screen while out of focus (I never tried this)

are terminals full screen on windows 8? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
This is a pretty small thing, but I have been getting into more and more windows coding, and recently began finding myself in a terminal (msysgit, powershell). However, something that bugs the CRAP out of me is that there is no full screen modes, and they have to be resized
So my question:
For any windows 8 users, are terminals (msysgit, powershell, cmd) maximable / customizable at all?
I HAVE used console2 (http://www.hanselman.com/blog/Console2ABetterWindowsCommandPrompt.aspx), but while it is resizable, it does not maximize.I am weighing if whether my next computer will be a mac or windows, and this info will be useful in making that decision. I am getting tired of crazy work-arounds to get simple things changed in windows.
Windows doesn't really have "terminal" windows (except for those provided by a third party). Windows has a console subsystem which PowerShell, cmd.exe and any other console program you write, run in. The Windows console subsystem is old, hasn't changed much and is definitely showing its age. While there is a maximize button on every console window, as you have no doubt noticed, it doesn't maximize the window to full screen.
For script editing, I would use PowerShell_ISE or Visual Studio with the PowerShell Tools for VS add-in. To enable a number of BASH-like line editing features in PowerShell, you should check out PSReadLine on GitHub. It makes using PowerShell much nicer.

How do you prevent access to the 'calculator' interface on a particular OS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
How do you prevent access to the 'calculator' interface on a particular OS (say Windows). We would want to avoid usage of calculators while taking an online quiz at the site. Is this even possible?
If you're talking about through a purely web interface, then no. In order to do this, you would have to be able to monitor running processes, which is something a web app can't do. It would be too big a security risk.
If you control the machines (they're on your network, in a classroom where you can load and restrict the software, etc), you could write a program to monitor and shut down the processes. For example, a .NET application could use the System.Diagnostocs.Process object to monitor for instances of calc.exe.
A standard executable could do it, but not a web app.
Edit Added
There may be other alternatives if you control the PCs in question. Most corporate IT shops use some sort of monitoring software that will detect the use of "Unauthorized" programs. (I got busted for launching Solitaire once.) That would be more of a question for ServerFault.com, however.
Do you think it would be a good idea if websites were able to stop executable running on remote computers? Think about this seriously for a second, the security/privacy implications this would have.

Resources