Showing posts with label update. Show all posts
Showing posts with label update. Show all posts

Monday, October 18, 2021

Make your compiler from Python

 http://www.dabeaz.com/ply/

PLY (Python Lex-Yacc) compilers maker

https://stephan-bester.medium.com/free-pascal-in-visual-studio-code-e1e0a240a430


REGISTRY KNOWLEDGE:

Disable_Cortana.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]

"AllowCortana"=dword:



Enable_Cortana.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]

"AllowCortana"=dword:00000001



NoAutoupdate.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AU]
"NoAutoUpdate"=dword:00000001





Block that PC Health sucker1.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHC]
"PreviousUninstall"=dword:00000001



Block that PC Health sucker2-plus.reg:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealthCheck]
"installed"=dword:00000001






Printer hell in Windows 10 workaround:

-------------------------------
Thankfully, there’s a workaround for 0x0000011b printing errors. To address the 0x0000011b error, open Registry Editor and follow these steps:

In Registry Editor, open HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print key.
Create a new DWORD-32 bit value.
Name it “RpcAuthnLevelPrivacyEnabled”.
Set the value to 0.
Save the changes and close the editor.

---------------------------------
Ja, ja, KOSOVOSCHWITZ DAS IST FUR SERBIEN !


Thursday, October 7, 2021

Kako napraviti koristan bekap svega

 https://www.howtogeek.com/213145/how-to%C2%A0convert-a-physical-windows-or-linux-pc-to-a-virtual-machine/


https://www.virtualbox.org/wiki/Migrate_Windows



More tips for a good party:

https://www.homemade-circuits.com/simple-hobby-circuits/

Kako zaraditi od čepova:

https://www.instructables.com/Recycled-Chopping-Board/?utm_source=newsletter&utm_medium=email

MORE TIPS:

C:\>

cmd

edit c:\driver.bat

shutdown -s

Alt+F+S
Alt+F+X

C:\>

at 15:40 /every:M,TW,Th,F,S,Su c:\driver.bat


Ова команда ће Вам осигурати да се искључи компјутер после радног времена Ваших заборавних радника !

EndeavourOS+Firefox+YouTube_ram_usage = 1,28 GB





GOOD TIPS:

1) Run > Services.msc
WindowsUpdate, Disable

+ 2)
Run > Regedit
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
On The Left Panel...
New>Key
\WindowsUpdate
New>Key
\AU
On The Right Panel... > RightMouseKeyPress > New > REG_DWORD (32-bit) Value
NoAutoUpdate
1



----------------
OR
----------------

noautoupdate.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AU]
"NoAutoUpdate"=dword:00000001



NE555 pin functions

Tuesday, October 5, 2021

Windows 10 update


With a backup at hand, now it's safe to customize a Windows 10 update without receiving any forced updates on your computer. Here's how to make the change in Registry: 1. Press the Windows key + R key to open the Run command. 2. Type regedit, and click OK to open the Registry. Browse the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows 3. Right-click the Windows folder, select "New" and then click "Key". 4. Name the new key "WindowsUpdate" and press "Enter". 5. Right-click the newly created key, select "new", and click "Key". 6. Name the new key AU and press Enter. Inside the newly created key, right-click on the right side, select "New", and click on "DWORD (32-bit) Value". 7. Name the new key AUOptions and press Enter. Double-click the newly created key and change its value to 2. It's for "Notify for download and notify for install". Click "OK". 8. Close the Registry to complete the task. Using this value prevents Windows 10 from downloading updates automatically, and you'll get a notification when new updates are available. In this way, you can avoid any auto Windows 10 update effectively. That's how you could make an attempt to disable Windows 10/11 updates in every way. Each method has been proved to work as long as you wish to turn off all the automatic updates in Windows 10.

*




An incredible idea:

<?php

require('./fpdf.php');

$pdf=new FPDF();
$pdf->AddPage();
$pdf->SetFont('Arial','B',16);
$pdf->Cell(40,10,'Hello World!');
$pdf->Output('c:\test1.pdf');
shell_exec("'C:\Program Files\Adobe\Acrobat 6.0\Reader\acrord32.exe' /t c:\test1.pdf \\myserver\myprinter");
?>

CMD>

path "C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\"


acrord32 /p /h d:\20200122082625.pdf


Antix, MX, PepprmintOS are the fastest ever, you can install everything from Ubuntu-Debian realm. PeppremintOS has preinstalled Flatpak and Synaptic package manager.
NuTyX and NixOS are an independent distros. NixOS is a brilliant distro.
NeptuneOS is Debian-based Plasma KDE. Nitrux is very good too, it has a Calamares installer.



Monday, October 21, 2019

Nightmare from Windows 10 resolve

Control Panel > Programs > Programs and Features > Installed updates > KB4517389 > Uninstall.



LPT issues:
If you are using an older software program that was designed before the USB standard became popular for printers, the program may not recognize your USB printer. Many older programs expected a printer to be connected to the “LPT1” port and may be so old that updates to the program are no longer being released. There is a way to redirect software from the LPT1 to the USB port within Windows that will allow you to print from such programs.

Connect the USB printer to the computer and install it by following the included instructions.

Click the “Start” button, then “Control Panel” and “System.” Click the “Network Identification” tab to view the computer’s share name. Note the name without the period for the following steps.

Click the “Start” button, then “Control Panel” and “Printers.” Right-click the USB printer and click “Sharing.” Click the button next to “Shared as” to view the shared name of the printer. If no name has been entered, enter a short name without spaces. Note this name for the following steps.

Click the “Start” button and type “cmd” into the search box and press “Enter” to open a command prompt.

Type “net use LPT1 \” without the quotes followed by the computer name, then a “\”, then the shared name of the printer from the previous steps. Add a space, then type “/Persistent:Yes” without the quotes. The entire command should look like this: net use LPT1 \computername\sharedprinter /Persistent:Yes


Press “Enter” to enter the command. The printer will now register as if it were connected to the LPT1 port in older programs and enable printing.

Monday, October 8, 2018

win xp + win 10

https://winaero.com/blog/enable-smb1-sharig-protocol-windows-10/

https://serverfault.com/questions/925263/how-to-access-shared-folder-on-windows-10-from-windows-xp



These registry keys were defined on both platforms:
KEY: HKLM\System\CurrentControlSet\Control\Lsa
DATA: everyoneincludesanonymous = 1
KEY: HKLM\System\CurrentControlSet\Control\Lsa
DATA: NoLmHash = 0
KEY: HKLM\System\CurrentControlSet\Control\Lsa
DATA: LmCompatibilityLevel = 1
KEY: HKLM\System\CurrentControlSet\Services\LanManServer\Parameters
DATA: restrictnullsessaccess = 0

----------------------------------
share.bat
----------------------------------

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"everyoneincludesanonymous"=dword:00000001

"restrictanonymous"=dword:00000000




----------------------------
Win+R
optionalfeatures
check this:
SMB1.0 CIFS Client
-II- Server

Thursday, October 4, 2018

Monday, September 24, 2018

Beware of M$...

C:\Users\%User%\AppData\Local\Microsoft\InputPersonalization\TextHarvester\WaitList.dat

Affected:
Windows 8, Windows 8.1 and Windows 10

Reče mi neki čoek, da čovek ne poveruje, Microsoft nas špijunira.

Dakle Windows prikuplja mnoge osetljive podatke u datoteku WaitList.dat, koju možete pregledati iz običnog Notepad-a.