Search found 8 matches

by SS##66
2023-May-14, 2:51 pm
Forum: Windows VBScript
Topic: Making CTRL+Z for Recycle Bin only restore deleted item - and in the background
Replies: 3
Views: 1407

Re: Making CTRL+Z for Recycle Bin only restore deleted item - and in the background

SS##66 wrote: 2023-Jan-26, 12:57 pm [...]
#2] How to make this run in the background?
[...]
Well, anyone?
by SS##66
2023-Jan-28, 11:43 am
Forum: Windows VBScript
Topic: Making CTRL+Z for Recycle Bin only restore deleted item - and in the background
Replies: 3
Views: 1407

Re: Making CTRL+Z for Recycle Bin only restore deleted item - and in the background

Thank you for this roadmap - but it is way too complex for my very limited coding skills

What about the
SS##66 wrote: 2023-Jan-26, 12:57 pm [...]
#2] How to make this run in the background?
[...]
issue?
by SS##66
2023-Jan-26, 12:57 pm
Forum: Windows VBScript
Topic: Making CTRL+Z for Recycle Bin only restore deleted item - and in the background
Replies: 3
Views: 1407

Making CTRL+Z for Recycle Bin only restore deleted item - and in the background

I have this script Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "explorer.exe shell:RecycleBinFolder", 9 WScript.Sleep 1111 WshShell.SendKeys "^z" WshShell.SendKeys "%{F4}" which executes the CTRL+Z on a Windows Explorer with opened Recycl...
by SS##66
2023-Jan-24, 9:09 pm
Forum: General Tech News, Notes and Queries
Topic: The FTC Votes Unanimously to Enforce Right to Repair
Replies: 1
Views: 5533

Re: The FTC Votes Unanimously to Enforce Right to Repair

One of the few good things about living in the Western Block was that if you finally was able to buy a fridge or a washing machine, you could count for it to work even for decades - because of the shortage of materials and non-consumer market the states could not afford to waste resources and factor...
by SS##66
2023-Jan-24, 8:49 pm
Forum: General Tech News, Notes and Queries
Topic: Muting your mic doesn’t stop big tech from recording your audio
Replies: 2
Views: 3205

Re: Muting your mic doesn’t stop big tech from recording your audio

BIOS? Safe? BIOS is a software level built upon hardware. How can you know that it is not laying to you, be it on purpose or by a mistake [i.e. a bug]? I always go for the physical kill-switch - thus hate if it is not present A year ago a had a lengthy conversation with a GIGABYTE about a motherboar...
by SS##66
2023-Jan-24, 7:44 pm
Forum: Meta: Site Feedback / Forum Q&A
Topic: A need for new section
Replies: 1
Views: 1249

A need for new section

Hi I am a new user of this forum - and I do not want to sound insolent, but this forum could use a new section I wanted to post my first topic about Unicode font- and there was no proper section for it, as it was a general question, only related to coding. [I ended up using the General Tech News sec...
by SS##66
2023-Jan-24, 5:00 pm
Forum: General Tech News, Notes and Queries
Topic: Unicode font containing all signs - does it exist?
Replies: 3
Views: 1157

Unicode font containing all signs - does it exist?

Every now and then when doing some graphic related stuff I run into counterproductive annoying issue of using a font which does not have some unusual / rare Unicode signs like ▲◗ ● █ The simplest way to cope with that would be to have on my operating system a font named like Unicode version XXX - wh...