topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Sunday September 20, 2026, 11:11 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 13 14 15 16 17 [18] 19 20 21 22 23 ... 158next
426
Coding Snacks / Re: A script for a black screen
« Last post by Contro on November 07, 2020, 02:45 PM »
 ;D
A tricky moment indeed turning round the screen and come back.  :)
The program is good for controlling brilliant. I don't know how to take advantage from an automation point of view. I can also turn off brilliance with the hewlett packard keyboard.
I have found a program that put a blank screen, but is a trial.

This is
Blank Screen Utility


427
Coding Snacks / Re: A script for a black screen
« Last post by Contro on November 07, 2020, 02:24 PM »
You will have to experiment with tools to find something that might work. You can try to control the monitor via DDC using this tool: https://www.majorgee...ickmonitorddc,1.html (select a MajorGeeks download)

It is very likely the combination of some software on your system that wakes it up every so much minutes, and a monitor that has a very poor power-save implementation.

(Edit: Changed url, original site isn't reachable)
Thanks Ath. Running to try.
 :-* :P
428
Coding Snacks / Re: A script for a black screen
« Last post by Contro on November 06, 2020, 05:04 AM »
Ath. Don't you think that this utilitywill fails as the others based in the options standard in windows 10 ?

I am having a problem with the display off of my monitor as you know.
 :-* :P
429
Coding Snacks / Re: A script for a black screen
« Last post by Contro on November 06, 2020, 04:55 AM »
You still need to develop your google skills :(
Tools like this exist since the beginning of Windows (well, since around the Windows 3.x releases)
Just an example:

https://www.bleeping...eature-with-new-app/
I'll try and comment Ath.
Best Regards
430
Coding Snacks / Re: A script for a black screen
« Last post by Contro on November 05, 2020, 06:41 PM »
proposed for nanny 2021 !!!!!!!!!!


 :-* :P
431
N.A.N.Y. 2021 / Re: NANY 2021: Only 8 Weeks To Go!
« Last post by Contro on November 05, 2020, 03:38 PM »
I propose to program this :

https://www.donation...ex.php?topic=50673.0

I need desperately !!!!!!!!

P.D. Not desperately anymore. The fault was of my mouse Trust
I usually use an external mouse with the laptop.

https://www.donation...?topic=50673.new#new

432
Non-Windows Software / Re: A good app for paste premade phrases and multimedia ?
« Last post by Contro on November 05, 2020, 06:40 AM »
For Android use Google Keyboard GBoard.

It has clipboard text save and pin etc., which I use as fixed phrase text.

Regards,

Anand
Installed. Seems very promising.
Do you use for insert in the messages frequent images ?
433
Non-Windows Software / Re: A good app for paste premade phrases and multimedia ?
« Last post by Contro on November 05, 2020, 04:25 AM »
For Android use Google Keyboard GBoard.

It has clipboard text save and pin etc., which I use as fixed phrase text.

Regards,

Anand
Running to try !
 :-* :P
434
Non-Windows Software / Re: A good app for paste premade phrases and multimedia ?
« Last post by Contro on November 03, 2020, 04:56 PM »
I know a little about clip utilities in windows. I use intensively Ditto, but in Android I have no idea....

If necessary I will try and put here the results.
Best regards
435
Coding Snacks / Re: A script for a black screen
« Last post by Contro on November 03, 2020, 04:54 PM »
I am trying to find a script in web for changing the wallpaper or background, but nothing seems go well for me.
 :-* :P

dim shell dim user

Set shell = WScript.CreateObject("WScript.Shell") user = shell.ExpandEnvironmentStrings("%USERNAME%")

Set fso = CreateObject("Scripting.FileSystemObject")

windowsDir = fso.GetSpecialFolder(0) wallpaper = "c:\wallpaper.jpg"

shell.RegWrite "HKCU\Control Panel\Desktop\Wallpaper", wallpaper

shell.Run "%windowsDir%\System32\RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters", 1, True


--------------------------------------


@echo off
reg add "HKCU\control panel\desktop" /v wallpaper /t REG_SZ /d "" /f
reg add "HKCU\control panel\desktop" /v wallpaper /t REG_SZ /d "C:\[LOCATION OF WALLPAPER HERE]" /f
reg delete "HKCU\Software\Microsoft\Internet Explorer\Desktop\General" /v WallpaperStyle /f
reg add "HKCU\control panel\desktop" /v WallpaperStyle /t REG_SZ /d 2 /f
RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters
exit


---------------------------
436
Coding Snacks / A script for a black screen
« Last post by Contro on November 03, 2020, 02:41 AM »
I would like a script I can launch from an icon in the desltop for :

a) decrease the brightess of the monitor to the minimum
b) put a black or blank screen in the desktop
c) Reactivate the monitor only with the space bar.

 :P :P :-*
437
Non-Windows Software / A good app for paste premade phrases and multimedia ?
« Last post by Contro on November 03, 2020, 01:29 AM »
Is for using in whatsapp or similar programs. For prefabricated phrases , images and videos. Something similar to phrase express.

Best Regards
438
General Software Discussion / Re: Manage the display in the laptop
« Last post by Contro on October 25, 2020, 09:46 AM »
TIRO LA TOALLA

when apply nirsoft from the console
nircmd monitor off produce the display off of the monitor for a second. Then return
powercfg -requests produce none in all results....

By the way. It seems to me that the very first time when apply nircmd monitor off goes well. Next No. After reiniating again in safe mode : NO
439
General Software Discussion / Re: Manage the display in the laptop
« Last post by Contro on October 25, 2020, 07:28 AM »
The problem with other display off utilities is that they are reactivated...

If you're saying that the display turns on after getting it to turn off then one more thing to try that may, (or may not), show something:

  • Safe boot,
  • Run nircmd: nircmd.exe monitor off
  • When the display turns on again, (assuming you haven't used the keyboard or knocked the mouse), try powercfg -requests again, see if it shows a reason it turned on.

BTW, what happens if you set the Screen Saver to Blank after a minute?
Does it work?

4wd is right (as per usual), ...

Thanks but I think my wife would like to have words with you :P ;D
Running to try in safe mode. I download both version x86 and 64 for nirmd
440
General Software Discussion / Re: Manage the display in the laptop
« Last post by Contro on October 25, 2020, 04:07 AM »
If needed, I could program a Screen-Off-Overrider.
In past I already successful did the counterpart for my own Movie-Player, Screen/Drives/Everything (3 different options from windows) stay endless On however energy is configured.
It would react on mouse/keyboard input and how long to wait after last mouse/key-event...

Problem would be, if another program do the same backwards....  :huh:
Be careful if you try because for some reason after the screen or display is off after a while begin again on...
 :tellme:
441
General Software Discussion / Re: Manage the display in the laptop
« Last post by Contro on October 25, 2020, 04:05 AM »
Application Frame Host, WMI Provider host, COM surrogate....all functionality that Windows relies upon to run in the background to give you the Windows experience you expect. And all have little to nothing to do with your screen not turning off.

WMI stands for Windows Management Instrumentation. A big name for functionality that keeps track of how and when the available resources from your computer are being used. Pretty handy also when you need to keep track of resource usage from many computers in 1 central location. Application Frame host is used for standardizing how and when available resources are spent on applications running on your computer. COM is used to enable information exchange between applications and services that may or may not have information exchange functionality built into them. All without user interaction. MS Office automation used COM a lot. Now less and less, because of REST/JSON.

Yes, perhaps you could make the point that indirectly these functionalities can have an impact on your screen not turning off, but it is highly unlikely that any of these functionalities are the cause of your problem.

4wd is right (as per usual), sounds more and more like there is a problem within your Windows installation.
thanks Shades.

Perhaps the only answer by now is wait to improve windows .
442
General Software Discussion / Re: Manage the display in the laptop
« Last post by Contro on October 25, 2020, 04:04 AM »
Tried.

The display don't display off after the minute of inactivity.

Which still points to a problem within Windows itself so your only probable solutions, (that won't require installing Windows from scratch or otherwise trying to locate the fault), is Kodezwerg's software, (or similar), or an In-place Upgrade.
At the present moment I am applying :

Turn to the minimum brilliance with the key in the laptop associated to F2
apply an addon : "C:\Program Files (x86)\Turn Off Monitor\Add Ons\BlankScreen.exe"
This put in black the screen except the cursor. Seems stable. The problem with other display off utilities is that they are reactivated...
 :-* :P
443
General Software Discussion / Re: Manage the display in the laptop
« Last post by Contro on October 24, 2020, 05:12 PM »
Tried.

The display don't display off after the minute of inactivity.
Eventually in safe mode I close :
Application Frame Host
WMI Provide Host
COM Surrogate
Broken runtime or something like that

The display don't go off after the minute...
444
General Software Discussion / Re: Manage the display in the laptop
« Last post by Contro on October 24, 2020, 04:24 PM »
I also don't understand why we can't do the proofs in safe mode.
Even in safe mode the display off fails...

You can, try it.
Let me try this. It's a simple curiosity
 :-* :P
445
General Software Discussion / Re: Manage the display in the laptop
« Last post by Contro on October 24, 2020, 04:23 PM »
Auggghhhhhhh Auggghhhhhhh

We will desist I suppose until the next windows update !
446
General Software Discussion / Re: Manage the display in the laptop
« Last post by Contro on October 24, 2020, 11:33 AM »
It's a mistery. A few minutes ago the display decay and after a seconds display off.
But not happen again.
Now is pending an update .....
So I will comment in the future after reinitiating...
Best Regards
 :-* :P
447
General Software Discussion / Re: Manage the display in the laptop
« Last post by Contro on October 22, 2020, 06:55 PM »
If needed, I could program a Screen-Off-Overrider.
In past I already successful did the counterpart for my own Movie-Player, Screen/Drives/Everything (3 different options from windows) stay endless On however energy is configured.
It would react on mouse/keyboard input and how long to wait after last mouse/key-event...

Problem would be, if another program do the same backwards....  :huh:
With external software or addons monitor off the best result I have obtained is applying a simple black screen...
 :(
448
General Software Discussion / Re: Manage the display in the laptop
« Last post by Contro on October 22, 2020, 06:53 PM »
It would seem to indicate that Windows itself is the problem, no software has made any requests to keep the system awake or the display on, (if the output is to be believed).

Try again but wait for a longer period, say an hour or two.

There's always the option to try an In-place Upgrade as a last resort.

I have no idea.
Applying the method of closing applications initially point to atnotes.exe

but after continues with the problem.

I also don't understand why we can't do the proofs in safe mode.
Even in safe mode the display off fails...


449
General Software Discussion / Re: Manage the display in the laptop
« Last post by Contro on October 20, 2020, 05:39 PM »
I put a screenshot with the result :
AsusPortatil - 20_10_2020 , 23_38_11.png
AsusPortatil - 20_10_2020 , 23_39_48.png
450
General Software Discussion / Re: Manage the display in the laptop
« Last post by Contro on October 20, 2020, 03:17 PM »
Note : I have tried in other forums too.

In microsoft tell me to the BIOS
In HP no answer.
In some other forums enigmatic answers or erratic measures to be taken.

The closing of the apps don't give me result in normal mode. The only thing I haven't tried is closing services...

 :-* :P
Pages: prev1 ... 13 14 15 16 17 [18] 19 20 21 22 23 ... 158next