Posts

Showing posts with the label Windows/Computer

Libre Office Development Environment (Setup)

Let's get into the topic without wasting any time. This blog will provide you tips and tricks to set up the development  environment for those who want to contribute to libre office code. Some documentations and reference sources to check before building. Youtube video: https://youtu.be/whHBiTwstWI   Watch Now Documentation : https://wiki.documentfoundation.org/Development  Read Docs Some additional tricks: On Windows One of the most important things to do is install Visual Studios and all its components properly. One of the quickest ways are 1. Instal Visual Studio Community Edition which is free form the official website. 2. Check the dependencies and select components individually on Installer UI.       Refer to https://wiki.documentfoundation.org/Development/BuildingOnWindows 3. You also need other components not mentioned in the documentations. For this, visit      https://git.libreoffice.org/core/+/refs/heads/master/.config/20...

STOP or PAUSE Windows Updates on Win11/10

1. Press “ WIN(key)+R ” key combination to launch RUN dialog box(OR) Find RUN in Apps then type regedit and press Enter. It’ll open Registry Editor . 2. Now go to following key: <HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings> 3. In right-side pane, look for following DWORD : < FlightSettingsMaxPauseDays > 4. If not present create DWORD with same name. 5. Put Hexadecimal /Decimal Value of your choice. 6. Check you windows update setting -> pause updates The number of days you put in the DWORD would reflect on the Pause Option.