Skip to main content

All Questions

Tagged with
0 votes
0 answers
31 views

After changing the windows system time, the Date in the browser console is not updated immediately

After I changed the system date to '2024/2/27', the browser console still returns today's date. When I execute new Date().toISOString(), it returns '2024-02-28T05:37:55.404Z'. But after some time, it ...
Lin Du's user avatar
  • 101
0 votes
0 answers
67 views

After Win 10 Update (KB5028166) all browser javascript debuggers can't load form for debugging. How do I fix this issue?

Folks, The most recent Win 10 Update (KB5028166) was automatically loaded on two 2 of my VMWare Virtual machines. Before the update I could use browser tools, Chrome & Edge & Firefox, to debug ...
Scott M's user avatar
0 votes
1 answer
909 views

Web browser application running javascript, will idle and stop processing in Chrome after Windows 10 lock

A website written in JavaScript with a loop, times out on windows when windows 10 lock screen comes up. When a person logs backs in, JavaScript will then continue, as if it did not stop. So this ...
MichaelEvanchik's user avatar
0 votes
0 answers
404 views

.js File being deleted automatically windows 10

When I run a javascript file, or just leave it, it is being deleted automatically by windows. I've tried on many different code editors and given the code editors admin, but it is still the same ...
Bob joe12's user avatar
2 votes
1 answer
367 views

How do I make Windows 10 ignore the first keyboard input on wake-up?

I have set up a computer for my mother, who has Alzheimer and motor skills impairment. A custom web app displays a menu of options and she just presses the letter corresponding to what website she ...
Kerans's user avatar
  • 33
0 votes
0 answers
151 views

creating a full-screen web slideshow on win

i would like to do this from random images in a folder. the web is full of merchants that advertise this, but theirs are normally from specific named pictures. i've seen instructions on how to do it ...
zdoe's user avatar
  • 1
-1 votes
1 answer
131 views

Is there any particular way to set up files for Web Development? [closed]

I've been working in...studying...Web Dev for about four years and I'm wondering if there is a particular file structure that's beneficial. Example, I noticed one individual had a DEV folder directly ...
markanthony's user avatar
0 votes
0 answers
15 views

Recover JavaScript files from deleted partition [duplicate]

I deleted my whole partition by mistake. To make things worse I created a new partition over it (I didn't leave it like unallocated space). However I didn't copy anything to that partition or used it ...
Happy Coconut's user avatar
1 vote
0 answers
78 views

Parsing wmic logicaldisk get Information [duplicate]

I am retrieving disk information via JavaScript with the wmic statement, wmic logicaldisk get freespace,name,size,volumename, which produces the following output, but in a single string. "FreeSpace ...
oldboy's user avatar
  • 393
0 votes
2 answers
1k views

Running JavaScript in Microsoft Edge browser without installing a userscript manager like Tampermonkey

I have a JavaScript script I desire to run each time I use Microsoft Edge; it should effect all webpages of a particular website. It seems to me that naturally to do so I should install a userscript ...
user avatar
1 vote
1 answer
422 views

How can we disable touchpad via javascript executed by Windows OS

Any bright idea on disabling touchpad - or reenabling it again later - by way of javascript, PowerShell or other scripts having access to execute/write its driver setting so that could automate and ...
user avatar
1 vote
1 answer
2k views

Adding a custom title bar to Electron project

I am new to electron and node.js so I have decided to build an app that extracts critical information about the OS, CPU, RAM, GPU, etc. (yes like CPU-Z, GPU-Z and Speccy) I wanted to use the VS Code ...
Tamim Mirza's user avatar
0 votes
0 answers
62 views

auth.fgx.ms error on brand new Windows 10 install

I have a fresh install of Windows 10 (I did elect to keep files), build 17735. On the first boot, immediately after login, the following error is shown? I know some app is running some JavaScript ...
mikemaccana's user avatar
1 vote
1 answer
2k views

Keeping command prompt from closing after executing JScript

I have a .js file that I am not allowed to modify. I can execute it by opening cmd.exe and entering the following: cscript my_script.js When I do that, the script runs to completion, and once it is ...
De'Angers Van Zan's user avatar
1 vote
0 answers
388 views

How to set location access for local html file in chrome

So i've built my own startpage and I'm using a weather API to display the local weather. Needless to say I don't want to give chrome explicit access to my location everytime i open a tab since I coded ...
Claudio Brasser's user avatar

15 30 50 per page