old_radist: (Default)
[personal profile] old_radist


Если у вас есть дети, пребывание которых перед компьютером вы хотите ограничить, киньте в папочку для автостарта один из следующих бэтч файлов.

Для одного ребенка:

if exist D:\%date%.txt (
shutdown /s /t 300
goto ende
)

if not exist D:\%date%.txt (
shutdown /s /t 3600
echo > D:\%date%.txt
)

:ende

Для двух детей:

if exist D:\%date%_2.txt (
shutdown /s /t 300
goto ende
)

if exist D:\%date%.txt (
shutdown /s /t 3600
echo > D:\%date%_2.txt
goto ende
)

if not exist D:\%date%.txt (
shutdown /s /t 3600
echo > D:\%date%.txt
)

:ende

Для трех детей:

if exist D:\%date%_3.txt (
shutdown /s /t 300
goto ende
)

if exist D:\%date%_2.txt (
shutdown /s /t 3600
echo > D:\%date%_3.txt
goto ende
)

if exist D:\%date%.txt (
shutdown /s /t 3600
echo > D:\%date%_2.txt
goto ende
)

if not exist D:\%date%.txt (
shutdown /s /t 3600
echo > D:\%date%.txt
)

:ende

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

Profile

old_radist: (Default)
old_radist

May 2026

S M T W T F S
      12
3 45 6789
10111213141516
1718 19 20212223
24252627282930
31      

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated May. 22nd, 2026 01:49 pm
Powered by Dreamwidth Studios