# FAQ

HOW TO RUN OBS STUDIO V29 IN WINDOWS 7

HOW TO RUN OBS STUDIO V29 IN WINDOWS 7

I’ll keep post updated if any changes happen. Recently last officially supported version was [27.4.2]. But from now on we can use actual version of software. Here is small instruction list on how to make things rollin’ under mighty Windows 7: Obtain hacked [QT 6.3.1 DLLs for Windows 7] ||| [Mirror] [QT6 is not officially supported] Download [CFF Explorer][direct link] for basic resource hackery Obviously grab latest zipped archive [OBS Studio 29.
HOW TO BRING BACK CLASSIC SQUARE TABS IN RECENT FIREFOX

HOW TO BRING BACK CLASSIC SQUARE TABS IN RECENT FIREFOX

Tired of round shaped chrome-like tabs? These tweaks attempt to recreate the feel of Quantum with its squared tabs and menus, but in the Proton UI. As of FF91, the about:config option to disable proton has been deprecated, leaving CSS as the main way to revert the UI. Want to bring back minimalistic strict lines and make things more serious? [Firefox-Proton-Square] tweak will help ya. INSTALLATION PROCESS Enable userChrome.css support Go to about:config toolkit.
HOW TO MAKE TEXT INDENT IN HUGO FRAMEWORK VIA CSS

HOW TO MAKE TEXT INDENT IN HUGO FRAMEWORK VIA CSS

Locate your style.css NAME-OF-THE-PROJECT\themes\NAME-OF-THEME\assets\css\style.css Add following code to apply 30px indentation. p { text-indent: 30px; } For no indentation: p { text-indent: 0px; } or just remove the whole block of p code. Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik
EXIFTOOL ▀ HOW TO FAST TAG GRAPHICS FILES WITH PERSONAL METADATA

EXIFTOOL ▀ HOW TO FAST TAG GRAPHICS FILES WITH PERSONAL METADATA

[Exiftool] is a convenient command line tool, which allows to change meta data of media files, like photos and pictures. You can download it [here]. CLEARING IPTC/EXIF METADATA IN ALL EXISTING FILES c:\exiftool.exe -overwrite_original -all= C:\PATH-TO-YOUR_FOLDER exit CHANGING/OVERWRITING TAG METADATA IN APPOINTED FOLDER c:\exiftool.exe -overwrite_original -XMP-iptcCore:CreatorWorkEmail="YOUR EMAIL ADDRESS" -XMP-iptcCore:CreatorWorkURL="YOUR WEBSITE" -artist="YOUR NAME" -copyright="YOUR COPYRIGHT" -Credit="YOUR NAME" -Source="YOUR NAME" -sep ", " -keywords="background, backdrop, postcard, design, element, wallpaper, dramatic, concept, decoration, scene, vivid, vibrant, travel, trip" C:\FOLDER-TO-PROCESS exit Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik
HOW TO RUN AFFINITY PHOTO USING CLASSIC WINDOWS 7 INTERFACE WITHOUT AERO ENABLED

HOW TO RUN AFFINITY PHOTO USING CLASSIC WINDOWS 7 INTERFACE WITHOUT AERO ENABLED

By default software forbids execution when you are using classic desktop and aero is not enabled. However, there is a nice workaround. By adding –no-dwm-warning switch to starting shortcut you can avoid internal restriction. "C:\Program Files\Affinity\Photo\Photo.exe" --no-dwm-warning NOTE: with some graphical drivers you may experience visual artifacts and not so precise image rendering. Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik
HOW TO GET RID OF ANNOYING NIK COLLECTION UPDATE NOTIFICATION

HOW TO GET RID OF ANNOYING NIK COLLECTION UPDATE NOTIFICATION

[Nik Collection] is a great graphical effects plugin pack to work with your favorite raster editor [mine is [Affinity Photo] in case you are interested]. Everything is fine, except annoying update popup, which is opening right after every plugin initialization. Such stuff completely breaks workflow if you don’t want to update for some reason. And there is no way to turn it off from GUI using normal methods. However, you can shut update checks off from configuration file, which is located here:
HOW TO REMOVE ANNOYING CONFIRMATION WINDOW WHEN COPYING FILES FROM PUTER TO CELLPHONE OVER DUMB MTP PROTOCOL

HOW TO REMOVE ANNOYING CONFIRMATION WINDOW WHEN COPYING FILES FROM PUTER TO CELLPHONE OVER DUMB MTP PROTOCOL

Of course you run into situations when you would like to copy “non-standard” files to your Android smartphone and dumb MTP protocol showed up window like this one: And this torture repeated after every new file type copied. Such imbecility can be removed by following command in admin console: regsvr32 /u wpdshext.dll That’s all, limitation is gone. Another hint, which potentially can help to overcome weird design of MTP protocol.
HOW TO OPEN LINKS IN A NEW TAB IN MAINROAD HUGO THEME

HOW TO OPEN LINKS IN A NEW TAB IN MAINROAD HUGO THEME

I bet that many of you would like to open site links not in the same window, but in a background tab. Such behavior is restricted by default settings of most Hugo themes. Mainroad is restricting it also. Here is a solution on how to overcome weird limitation. Create file render-link.html in _default folder of the theme. Name_of_your_site\themes\mainroad\layouts\_default\_markup\render-link.html Contents of render-link.html should be like this: <a href="{{ .Destination | safeURL }}"{{ with .
HOW TO REPAIR BROKEN WINDOWS 7

HOW TO REPAIR BROKEN WINDOWS 7

To check system hard drive and fix errors: chkdsk c: /f To check system hard drive, fix errors, locate and mark bad sectors: chkdsk c: /r Very basic command to check integrity of system files: sfc /scannow If sfc can’t help you try DISM. Check system health for any corruption presence: Dism /Online /Cleanup-Image /CheckHealth Check system health for store corruption presence: Dism /Online /Cleanup-Image /ScanHealth Finally, repair command: