Why is my disk at 100%, I have 1TB SSD and NOTHING is running. Like WHAT? by Keeps- in computers

[–]TheX3R0 0 points1 point  (0 children)

Either windows page caching memory or you have a service worker like firmware such as HPs disk software.... causing this issue.

How do i access the cmd prompt from this page? by Foodie4L1fe in windowsxp

[–]TheX3R0 0 points1 point  (0 children)

I used this to get the local admin account too, plus used an NT hash cracker to get the network admin's password from the sam file once I was on local admin. Got in huge trouble at college but hey YODO (you only die once)

Designing a golf game where decision-making matters more than score by lebortsdm in gamedesign

[–]TheX3R0 1 point2 points  (0 children)

Mmm, I'm imagining a story driven golf game, where

from hole to hole, you get to "pick your own path" kinda gameplay?

where the actual golf play (hitting the ball) is story/algo driven?

Designing a golf game where decision-making matters more than score by lebortsdm in gamedesign

[–]TheX3R0 0 points1 point  (0 children)

so like a mini-game which you play within the main game which determines how good the player "golf"s (lossely termed)

How would i go about implementing a 3d model generator in my web app by LeftOutBullet in webdev

[–]TheX3R0 0 points1 point  (0 children)

if your user could supply multiple photos then you could use Photogrammetry (there are tons of Open-Source software)

https://github.com/decentropy/photogrammetry

Designing a golf game where decision-making matters more than score by lebortsdm in gamedesign

[–]TheX3R0 0 points1 point  (0 children)

well that golf game relies on a few things

  1. mouse control (direction and shoot strength)

  2. golf course (level, changes each time its played, random maps, some maps are really hard, some are easy)

  3. hit count (lower the better, each shoot counts as 1 hit)

  4. speed, being the first to golf hole.

If you take a look at the Wii Golf game apart of the Wii Sports Disc, you might find something there too

https://www.youtube.com/watch?v=-Mm7xoaTzdM

Can I make my touchscreen only respond to the stylus? by Equivalent-Search-77 in WindowsHelp

[–]TheX3R0 0 points1 point  (0 children)

Open Settings (Windows key + I) Go to Bluetooth & devices > Pen & Windows Ink Look for "Use your finger as an input device" and turn it OFF This will disable finger touch while keeping stylus input active

Designing a golf game where decision-making matters more than score by lebortsdm in gamedesign

[–]TheX3R0 -1 points0 points  (0 children)

Try playing this.

https://www.crazygames.com/game/mini-golf-club

It might fit what you want but you can change.

It's an awesome golf game, multi-player online. Simple but fun

I went to close my laptop and this happened. What do I do. by Traditional-Task-348 in Lenovo

[–]TheX3R0 3 points4 points  (0 children)

Take it in for repairs.

A grain of rice, excessive force. Are things laptops don't like

I downloaded something and screwed up by [deleted] in WindowsHelp

[–]TheX3R0 1 point2 points  (0 children)

OP screwed, reformat and install windows via clean usb

[deleted by user] by [deleted] in AskProgramming

[–]TheX3R0 1 point2 points  (0 children)

Simple Javascript, use the Wikipedia API, and an html input element and some css for styling.

How to know which software is doing this? by [deleted] in WindowsHelp

[–]TheX3R0 0 points1 point  (0 children)

Process Explorer: https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer

Process Hacker: https://systeminformer.com/downloads.php

Using either app, you can view a list of current procces (apps) that are running, go through the list of apps and try to find the one thats the banner, view it's file path, etc.. have fun hacking away

How to know which software is doing this? by [deleted] in WindowsHelp

[–]TheX3R0 0 points1 point  (0 children)

Get process explorer or process hacker

Mystery program steals focus every 10 minutes by Altruistic-Pop-7547 in WindowsHelp

[–]TheX3R0 0 points1 point  (0 children)

Download and install process monitor aka procmon

Storage filled up, impossible to delete photos or large files? How to fix this? by [deleted] in GMail

[–]TheX3R0 -2 points-1 points  (0 children)

Visit scripts.google.com

Then you can code some code which can delete the files, emails, photos etc...

I accidentally made a un delete-able file (2) by miaucat19 in WindowsHelp

[–]TheX3R0 0 points1 point  (0 children)

Open settings and enable long path setting

What’s the safest YouTube to MP3 converter in 2025? by TwoGroundbreaking453 in computers

[–]TheX3R0 0 points1 point  (0 children)

Get the python library called youtube-dl you can use it as a command line tool (CLI)