topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday June 23, 2025, 2:16 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 05, 2020, 06:41 PM »
proposed for nanny 2021 !!!!!!!!!!


 :-* :P
427
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

428
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 ?
429
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
430
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
431
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


---------------------------
432
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 :-*
433
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
434
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
435
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
436
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:
437
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 .
438
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
439
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...
440
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
441
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 !
442
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
443
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...
 :(
444
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...


445
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
446
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
447
General Software Discussion / Re: Manage the display in the laptop
« Last post by Contro on October 20, 2020, 03:15 PM »
An utility to override the windows system display off and get real display off when inactivity

 :tellme:
448
General Software Discussion / Re: Manage the display in the laptop
« Last post by Contro on October 20, 2020, 03:14 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:
My problem is pretty painful.
Sometimes when closing apps like ATnotes the display off after a minute. But recover again and again and then don't goes off.
In safe mode the display don't goes off.
In normal mode is erratic then.

I need an utility to have a garanty of display off all the time.
 :-* :P
449
General Software Discussion / Re: Manage the display in the laptop
« Last post by Contro on October 20, 2020, 10:19 AM »
I think everyone can try this and comment :

With the laptop connected try to set the suspend mode : NEVER
and Display OFF : 1 minute
Observe the result.

Now set the suspend mode : 5 hours
and Display OFF : 1 minute.

In my case when the suspend mode is never I can't get the display off never, except using external apps like Display turn off from sourceforge or similars. But sometimes fails and when return the monitor is on again. This happen to me with radial menu.
Another option is use a black screenshot....

With uTorrent I had configured to prevent suspension during the downloads.
Can I have this with Firefox ?

I do what Ath recommend me but now I have to reinitiate, so I will see the final results.


450
General Software Discussion / Re: Manage the display in the laptop
« Last post by Contro on October 20, 2020, 03:02 AM »
Note : the display don't go off in safe mode...
Is normal this function don't go in safe mode ?
In safe mode most applications aren't running.
In safe mode in the configuration window appear the time of the display to be turn off : 1 minute.
So my question is in safe mode this configuration is active or not.

Must the display to be turned off in safe mode ?

If not, applying your answer that most applications are not running, mus I continue closing apps and services ?

What happening if not ?

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