Firdaus Archive

Blog pribadi untuk curhat, share tentang script, software, kuliah, project IT dan seputar IT.

Mematikan Windows 10/11 Dengan Registry Tanpa Tool

Copy Script dibawah ini lalu save as reg dan jalankan lalu akan pause sampai 2033, atau bisa di ganti sendiri ke tahun kapanpun Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\Settings]"PausedFeatureStatus"=dword:00000000"PausedQualityStatus"=dword:00000000[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]"FlightSettingsMaxPauseDays"=dword:00000e42"PauseFeatureUpdatesStartTime"="2023-11-06T14:03:37Z""PauseFeatureUpdatesEndTime"="2033-10-31T14:03:37Z""PauseQualityUpdatesStartTime"="2023-11-06T14:03:37Z""PauseQualityUpdatesEndTime"="2033-10-31T14:03:37Z""PauseUpdatesStartTime"="2023-11-06T14:03:37Z""PauseUpdatesExpiryTime"="2033-10-31T14:03:37Z"Windows...
Selengkapnya

Mematikan Windows Update 10/11 Kill Services (Hard Block) - Menunda Windows Update untuk Windows 10/11 (Soft Block)

Tool ini untuk menunda update sampai ke tanggal tertentu (soft block), atau bisa untuk hard block update  Jalankan saja tool dibawah inihttps://greatis.com/stopupdates10/atau bisa pakai WUB jika memang benar2 mau kill tasknya (tapi biasanya ini ngefek ke aplikasi yang butuh update)link Windows Update Blocker sordum.org/downloa...
Selengkapnya

Membuat Windows Menjadi Lebih Cepat Dengan Sekali Klik (NTLite)

Langsung saja download toolnya dan jalankan https://www.ntlite.com/download/ada tool lain juga seperti https://msmgtoolkit.in/ada tool lain seperti https://github.com/LeDragoX/Win-Debloat-Toolsberfungsi menghilangkan bloatware dan sejenisn...
Selengkapnya

Install Windows 11 Tanpa Login Microsoft Account (Windows 11 24H2 Builds 26120 dan lebih baru)

Windows 11 Versi 24H2 mewajibkan untuk login ke Microsft Account, ini jadi menyusahkan para teknisi, ada 2 cara untuk bypass loginnnyaGunakan RUFUS v4.4 atau lebih baru lalu jalankan seperti biasa, pilih usb drive yang mau dijadikan installerPilih...
Selengkapnya

Stored Procedure to Insert or Update Header and Details Table in MySQL

If you need to handle multiple detail records for a single header record in your stored procedure, you can modify the procedure to accept a JSON array of detail records. This way, you can pass multiple details in a single call to the stored procedure.### Updated Stored ProcedureHere’s how you can create a stored procedure that accepts multiple...
Selengkapnya

Cara Mengatasi You can't access this shared folder because your organization's security policies di Windows 11/10

Background:Microsoft has been progressively increasing the security measures in Windows, and disabling insecure guest logins is one of those steps. Insecure guest logins can pose a significant security risk because they allow access to network...
Selengkapnya

Cara Crawl / Index Site ke Google

Kunjungi alamat https://search.google.com/search-consoleKlik Menu dibawah ini lalu pilih add properties Lalu isikan alamatnyaLalu verifikasi melalui DNS management add TXT record seperti dibawah iniJika sudah klik verify jika berhasil...
Selengkapnya

MySQL Pelajari Penting

 - Limit ... Offset...- Group_Concat- Self Join (https://www.educba.com/mysql-self-join/)-&nbs...
Selengkapnya

MySQL LAST_INSERT_ID() how it works at multi-users environment

 Untuk mengambil data id yang terakhir di insertkan bisa memakai fungsi berikutLAST_INSERT_ID()LAST_INSERT_ID() gives you the last autogenerated id on the connection you execute it on, it does not return the last insert id globally produced by the MySQL server.sauce : https://stackoverflow.com/questions/5835677/last-insert-id-...
Selengkapnya

Displaying URL parameter values as text in an element on webpage

 source https://stackoverflow.com/questions/71727647/displaying-url-parameter-values-as-text-in-an-element-on-webpage-question-from<!-- example url https://exampleurl.com/?birthdate=22091977&pdflink=yourlink123.pdf--><html>    <body>        <span id="birthdate"></span> </br> <span...
Selengkapnya

MySQL Stored Procedure : Insert Data in Header and Detail within 1 Transaction

This is Generated by ChatGPT 2023-11-01To insert data into a single-row header table and multiple-row detail table using a stored procedure in MySQL, you can follow these steps. In this example, we'll create two tables: header and detail, with a one-to-many relationship, and then create a stored procedure to insert data into both tables.Assuming...
Selengkapnya

Radmin VPN Alternative

ZeroTierFreelanHamachisc https://www.saashub.com/zerotier-one-alternatives https://www.saashub.com/radmin-vpn-alternativ...
Selengkapnya

Log USB insert / Eject Using USBLogView by nirsoft

USBLogView is a small utility that runs in the background and records the details of any USB device that is plugged or unplugged into your system. For every log line created by USBLogView, the following information is displayed: Event Type (Plug/Unplug), Event Time, Device Name, Description, Device Type, Drive Letter (For storage devices),...
Selengkapnya