#troubleshooting Windows
Explore tagged Tumblr posts
Text
Cara Efektif Mengatasi Kursor yang Menghilang di Windows
Penyebab Kursor Menghilang pada Sistem Windows Surau.co – Kursor yang tiba-tiba menghilang di layar komputer atau laptop berbasis Windows bisa sangat mengganggu aktivitas sehari-hari. Tanpa kursor, Anda akan kesulitan menavigasi sistem operasi, terutama jika Anda mengandalkan mouse atau touchpad. Untungnya, Anda bisa mengatasi masalah ini dengan beberapa solusi praktis tanpa perlu membawa…
#antivirus Windows#cara mengatasi kursor hilang#driver mouse#kursor hilang#masalah kursor Windows#panduan komputer#Teknologi#tips Windows#touchpad Windows#troubleshooting Windows#tutorial Windows#update driver#Windows Explorer restart
0 notes
Text
I need to be going to sleep but my spite for Windows and its automatic updates/forcing people to upgrade to Windows 11 without their OK makes me need to spread the word on how to stop that crap
Open Start.
Search for regedit and click the top result to launch the Registry Editor.
Navigate to the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
Right-click the Windows (folder) key, select the New submenu, and choose the Key option.
Name the new key WindowsUpdate and press Enter.
Right-click the newly created key, select the New submenu, and choose the Key option.
Name the new key AU and press Enter.
Right-click the AU key, select the New submenu, and choose the DWORD (32-bit) Value option.
Name the new key NoAutoUpdate and press Enter.
Double-click the newly created key and change its value from 0 to 1.
Click the OK button.
Restart the computer.
After you complete the steps, automatic updates will be permanently disabled on the device. However, you can still download updates by clicking the "Check for updates" button on the Windows Update settings page.
If you want to undo the changes, you can use the same instructions outlined above, but on step 4, right-click the WindowsUpdate key, select the "Delete" option, then reboot the computer to apply the settings.
If you want picture steps you can see so here (its the place where I learned to do this anyways)
#yes this is completely out of spite#disabling windows auto updates#troubleshooting#Windows 11 is a trash heap and I'm tired of losing my drives GBs to garbage updates#went from having 105 GB to 97 GB after the last update and I'm so tired of it#there's no optimization for these greedy jerks
27 notes
·
View notes
Text
me after my mom called and said 'hey I found this old canon eos 400D with a bunch of lenses if you're interested'
#why yes. I am. a bunch of lenses you say?#an actual legitimate camera?#it's probably older than a solid chunk of my followers on here but like hi yes I am listening actually.#she says it had a battery issue and it was too complicated for her to figure out#but I would loooove to at least see it and troubleshoot.#I love my new camera but it's not a 'real' camera because that's just not an affordable thing for me.#it's a very fun digital/instant hybrid that's GREAT for little trips and printing 'polaroids' [instax film] with friends and stuff#but I've really been struggling with the automatic controls. it does not have good... dynamic range I think it's called?#its lighting autofocus is bad and it's going to be the death of me#but if I can get this old camera mom found working then I might be able to get some cool stuff done with it that this one can't do.#it's out of date and I'd need to buy a CF card/cf reader (usb probably and not just an sd adapter)#but all things considered that's probably less than $40 for a few hundred dollars worth of equipment counting the lenses.#and filters! it has a polarizing filter that I am very excited about. even my current one could use it.#it 'sees through' polarized/reflected light. it's how people take pictures through windows or water or minimizing leaf shine etc.#and like. 'real' camera equipment is like >1k these days for the camera alone. it's not an easy hobby to get into#so it's really a 'take what you can get' kind of thing for me.#if I can get this to work then I'll have a great vacation/road trip/hangout instant-printing camera AND an Actual Camera™#even if the actual camera is a legal adult.#it would still get me laughed off of the photography reddit lmao but I'm suuuuper excited to mess with it soon.#loving the instax mini evo but it is much better suited to 'easy' shots and not actual focus/lighting/etc.#great camera! I will still use it for years but I am learning what it's suited for and what it isn't.#and hopefully what it isn't suited for will be something this new (well. old) one *is*#no live view which is... pretty fucking annoying but I am still excited
7 notes
·
View notes
Text
me: why doesn't this work 🙄
also me: *did not read the instruction manual*
#x — personal ⋆★#windows 11 latest update has once again yoinked my bluetooth 🙄#i cannot be bothered to troubleshoot it again 🙄#i have finally decided to read my keyboard instruction manual and learned how to use the 2.4g mode instead of the bluetooth mode 🙃#[insert surprised_pikachu.jpg]
8 notes
·
View notes
Text
On Boot Failures
Headlines everywhere on Friday, the 19th of July, 2024 were about the massive computer outages caused by a faulty update to the CrowdStrike antivirus software. It seems some config file choked up a kernel module causing Windows machines to fail with the infamous Blue Screen of Death.
I recently started a new job and was perhaps a little smug in the fact that in my new job I am no longer responsible for hundreds of endpoints running CrowdStrike.
Karma's a bitch though.
I shut down my home PC Friday night to install a memory upgrade and after powering it back on I was met with the very same Blue Screen of Death.
"A critical process died" it told me, with no information about what said process actually was.
And no log files.
And no dump files.
System Restore failed. sfc /scannow failed. dism /cleanup-image failed. Everything I could find failed. I couldn't even just reinstall Windows over the existing installation because apparently that requires being already booted into the OS that currently isn't running.
The log files from dism led me to believe the problem might be related to registry corruption, but my attempts at replacing system registry files with clean ones from an install wim were not successful.
I was grasping at straws. Starting from scratch with a clean install is daunting and would have set me back weeks. I was contemplating pulling out an old SSD and just running with Linux Mint for a while.
Through desperation, I downloaded Hiren's BootCD PE so I could poke around a little more. None of the tools included there were able to resolve the issue either, but just having access to a standard Explorer shell and a web browser helped.
Finally I came across ShadowCopyView, a program that can explore the System Restore images that Windows (can) take regularly. In one last desperate effort, I moved out all of the system registry files from C:\Windows\System32\config and used ShadowCopyView to replace them with copies from an automatic restore point the previous Monday.
That actually did the trick. I was able to reboot into my primary Windows partition and sign in like normal.
I have no idea what may have been lost in a few days of registry updates, and I have no idea what may have caused the problem to begin with. But I am happy I was able to find something in the end that would get me back into my system without having to reinstall everything from scratch.
... Although maybe I should anyway.
And should anyone encounter something similar in the future, these were the kind of errors I was seeing that a Google search wasn't really coming up with anything useful:
dism.log: failed to open registry root
dism.log: failed to query for path to user profiles directory
dism.log: failed to load the default user profile registry hive
dism.log: failed to load offline store from boot directory
srttrail.txt: pending package install
strtrail.txt: boot manager generic failure
28 notes
·
View notes
Text
i literally just cleared cache and stuff & things
#a.personal#windows issue? ffox issue? both? im bald & dont want to troubleshoot rn i want ot writee
7 notes
·
View notes
Text
in my research for what the hell Linux is in an effort to switch to it, I've watched a few "What your distro says about you" knowing that they're only partly joking probably.
Anyway I'm waiting for "Mint: you're scared of the command line but you're more scared of windows recall"
#Pire.txt#If it's not blatantly obvious that's me#I'm scared of the command line but more scared of windows recall#Anyway if anyone has Linux (specifically mint cinnamon) tips I probably haven't heard yet I welcome some advice#Or pointers to tools that mark me as today's lucky 10k#I'm gonna do it scared but by god am I going to do it#I already have it downloaded onto a flash drive#Which took more than one try already so I'm sure that bodes well for me#I'm already using Firefox and libreoffice#And discord and steam and minecraft is supposed to be supported#So I should be good on the programs I use#And I'm keeping the windows 10 on my laptop for troubleshooting until it dies completely and totally
4 notes
·
View notes
Text
crawls away from my keyboard covered in blood and pissed off but satisfied at the fact that i finally enabled windows firewall
#for like two months now i've been getting the notification “windows firewall is disabled click here to turn it back on” and it NEVER DID#and Every time i've tried to turn it on manually it has Spat In My Face#NOW though..........after i have taken the registry editor by the neck and beat it into submission................i have WON#WHY THE HELLL I HAD TO DO ALL THAT IN THE FIRST PLACE IS SOMETHING I WILL NOT DWELL ON SO AS TO NOT RUIN MY GOOD MOOD!!!!!!!!!!!!!!!!!!!!!!#there is no greater feeling of “who do you think you ARE” than being told by my own computer that i don't have permission to do something#this is MYYYYYY HOUSE!!!!! I OWN YOU!!!!!!!!!!!!#ahem. hi guys first week of classes went pretty well#ngl i kinda gave up on trying to fix this until this morning when i downloaded a textbook and it was Slowww#and i thought hm. you know what maybe i really shouldn't be rawdogging this actually#and it took a couple hours of troubleshooting and making faces at my screen but i GOT IT and Base Filtering Engine can KISS my ASS
2 notes
·
View notes
Text
I'm two seconds away from nuking my file system altogether and reinstalling Kubuntu, or just throwing in the towel and going back to Windows with my tail between my legs.
Can't get past the login screen. Put in password, everything freezes. Try logging in through recovery mode, get past login screen but now I get a black screen and a mouse cursor.
Systemctl says my page file didn't load but I can't tell if I should trust that because I'm only able to access my console through recovery mode. Also I've officially run out of spoons to deal with this.
Windows never did this shit to me. I've been enjoying Linux, but when it fails, IT FAILS.
#linux#ubuntu#kubuntu#tech help#I'm reasonably computer savvy or so I thought#troubleshooting windows rarely scared me#but troubleshooting Linux is like trying to offer customer service to someone who only half speaks English
7 notes
·
View notes
Text
sfc /scannow worked????
#sorry i still have one (1) windows pc#just in case#i hate troubleshooting on windows#plus all this was for fucking rgb#anyway i'm going to dual boot that bitch#with nixos for a change#see what all the hype is about
9 notes
·
View notes
Note
Did you make Salvador with OpenUTAU in mind? Whenever i try to use his voicebank in og UTAU it doesnt make any noise.
i made him with UTAU-Synth in mind, unfortunately ;; _ ;; standard windows UTAU suddenly stopped working for me several years ago (see: everything works fine until i hit play, whereupon it pops up the render window, renders everything, closes the render window, and does nothing. no playhead, no sound, no scrolling. yet somehow i can still export full renders) so i'd been leaning heavy on UTAU-Synth in the meantime
when i put together salvador, i hadn't yet made the jump to using OpenUTAU and vLabeler either, so he's kind of in a weird limbo where i did my best to make sure he'd work in all three versions, but i had no real way of testing to make sure he did ;; _ ;;
#mio answers things#anon#about all i can offer is the usual troubleshooting info#like making sure you're pulling from the oto.ini and not the oto_ini.txt#though you should be able to import the oto_ini using the voicebank properties window (file > open config)#if that's not the issue then i'd say make sure the lyric encoding matches his oto#but beyond that i um uh know very little about fixing for winUTAU unfortunately OTL
6 notes
·
View notes
Text
I miss the sims 2 :(
#wish I could download my ultimate collection on my macbook#man I can't even download it on a windows computer without troubleshooting#the sims 2 my beloved come home to me#the sims 2
2 notes
·
View notes
Text
Peering at my laptop on my desk to see what's going on bcos bubbles is on my bed cuddling into my arm
#i uninstalled the last QOL update and that enabled me to do the 'windows start troubleshooting' thing#and that stayed on a screen that said 'attempting repairs' for a While like up to an hour maybe#and now its booted back to the windows 10 install bcos the usb is still plugged in#but fucking HOPEFULLY i can choose to continue to windows 10 and my laptop will be working#if it loops again. im killing
3 notes
·
View notes
Text
there should be one day a year where we just go open season on all software engineers wild hunt style. just to keep them humble
#the nemesis speaks#troubleshooting struggles. i should be allowed to hunt everyone at windows for sport#windows is a blight on this earth that should not be allowed to exist. that is all.#yeahhh most of the problems im complaining about are actually managerial in nature. trust me i want the fear of god put in them too
3 notes
·
View notes
Text
my art gallery page's responsiveness isn't perfect but if you happen to use a screen that falls into a Very particular range of widths somewhere on the smaller side between the 720px-1280px ratio then im sorry but i've done everything i can and the image containers jumping out of their designated rows is at that point on you
#soda offers you a can#the problem comes from the image descriptions really like most of the time they're all one row#but if you resize the window enough some words jump into new rows which changes the size of the container#and for some reason in some layouts they push other containers out of line in a goofy fashion#i imagine there's a fix for this but man will i have the patience to troubleshoot this??
3 notes
·
View notes
Text
the fact that computers can just randomly forget they have wifi/bluetooth adapters IN them is insane to me. like why did my ancient laptop just try to tell me it didn’t have bluetooth capability. bitch i was just typing on you with a bluetooth keyboard this morning which one of us is senile
#this is the same laptop that forgot what wifi was#it was the troubleshooter saying it didn’t have bt#after a restart still no bt so now windows update yay#ever.txt
10 notes
·
View notes