{"id":783,"date":"2026-06-27T12:11:13","date_gmt":"2026-06-27T05:11:13","guid":{"rendered":"https:\/\/sumberlaba.com\/index.php\/2026\/06\/27\/mastering-windows-11-the-ultimate-guide-to-creating-a-one-click-shutdown-shortcut\/"},"modified":"2026-06-27T12:11:14","modified_gmt":"2026-06-27T05:11:14","slug":"mastering-windows-11-the-ultimate-guide-to-creating-a-one-click-shutdown-shortcut","status":"publish","type":"post","link":"https:\/\/sumberlaba.com\/index.php\/2026\/06\/27\/mastering-windows-11-the-ultimate-guide-to-creating-a-one-click-shutdown-shortcut\/","title":{"rendered":"Mastering Windows 11: The Ultimate Guide to Creating a One-Click Shutdown Shortcut"},"content":{"rendered":"<h1>Mastering Windows 11: The Ultimate Guide to Creating a One-Click Shutdown Shortcut<\/h1>\n<p>Windows 11, with its sleek design and enhanced productivity features, has become the operating system of choice for millions of users worldwide. However, despite its modern interface, some everyday tasks\u2014like shutting down your computer\u2014can still feel cumbersome. You might find yourself clicking through the Start menu, navigating to the power icon, and then selecting \u201cShut down\u201d every time you want to turn off your machine. While this works, it is not the fastest method available. For power users, IT professionals, or anyone who values efficiency, creating a dedicated shortcut that shuts down Windows 11 with a single click (or even a keyboard shortcut) can save precious seconds and streamline your workflow. This comprehensive tutorial will walk you through every step of creating, customizing, and optimizing a shutdown shortcut in Windows 11. We will cover everything from the basic creation process to advanced options like assigning hotkeys, changing icons, and even creating shortcuts for restart, sleep, or hibernate. By the end of this guide, you will have a fully functional, personalized shutdown shortcut that integrates seamlessly into your Windows 11 experience.<\/p>\n<p>Why go through the trouble of creating a shortcut? The answer lies in convenience and customization. A shortcut can be placed anywhere\u2014on your desktop, taskbar, Start menu, or even in a folder\u2014and can be triggered by a keyboard combination you define. This means you no longer need to dig through menus or rely on third-party software. Moreover, creating a shutdown shortcut is entirely safe and native to Windows; you are not installing any external tools that could compromise system stability. Instead, you are leveraging the built-in shutdown command, which is the same one that Windows uses internally. This guide is designed for users of all skill levels\u2014whether you are a beginner who has never created a shortcut before or an advanced user looking to fine-tune your setup. We will break down each step with clear instructions, screenshots (in text form), and troubleshooting tips. So, without further ado, let us dive into the art of creating a shortcut to shut down Windows 11 efficiently.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/sumberlaba.com\/wp-content\/uploads\/2026\/06\/article-1782537071616.jpg\" alt=\"Article illustration\" style=\"display:block;margin:20px auto;max-width:100%;height:auto;border-radius:8px;\" \/><\/p>\n<h2>Understanding the Shutdown Command: The Foundation of Your Shortcut<\/h2>\n<p>Before we start creating the shortcut, it is essential to understand what happens behind the scenes. Windows 11 includes a command-line utility called <code>shutdown.exe<\/code> that can perform various power management tasks. This executable is located in the <code>C:\\Windows\\System32<\/code> folder and can be invoked with different parameters to execute shutdown, restart, log off, or even put the computer to sleep or hibernate. When you create a shortcut, you are essentially instructing Windows to run this command with the desired parameters. The most basic shutdown command is <code>shutdown \/s \/t 0<\/code>, where <code>\/s<\/code> means shutdown and <code>\/t 0<\/code> sets the timeout to zero seconds (immediate shutdown). You can replace <code>0<\/code> with a number of seconds to introduce a delay, which can be useful if you want to cancel the shutdown later. Similarly, <code>shutdown \/r \/t 0<\/code> restarts the computer, <code>shutdown \/l<\/code> logs off the current user, <code>shutdown \/h<\/code> hibernates, and <code>shutdown \/hybrid<\/code> performs a hybrid shutdown (fast startup). Understanding these parameters will allow you to create not just a shutdown shortcut but also a suite of power management shortcuts tailored to your needs. Additionally, you can add the <code>\/f<\/code> flag to force close all running applications without warning, which is handy when you want an unconditional shutdown. However, use it with caution as it may cause data loss in unsaved work. In this guide, we will focus primarily on the shutdown shortcut, but we will also explore variations later.<\/p>\n<h2>Step-by-Step Guide: Creating Your First Shutdown Shortcut<\/h2>\n<h3>Step 1: Right-Click on an Empty Area of Your Desktop<\/h3>\n<p>The first step is to navigate to your desktop\u2014or any location where you want the shortcut to reside. For maximum accessibility, the desktop is the most common choice. Ensure that you are not clicking on any icon or file; instead, right-click on a blank area of the desktop. This will bring up the context menu. In Windows 11, the context menu has undergone a redesign, but the option we need is still present. Look for \u201cNew\u201d in the menu, then hover over it to reveal a submenu. In that submenu, you will see \u201cShortcut.\u201d Click on it. Alternatively, you can access the classic context menu by holding the Shift key while right-clicking, but the standard method works fine. Clicking \u201cShortcut\u201d will open the \u201cCreate Shortcut\u201d wizard, which is a simple dialog box that guides you through the process. The location field is where you will enter the command that the shortcut will execute. This is the most critical part of the creation process, so pay close attention to the syntax.<\/p>\n<h3>Step 2: Enter the Shutdown Command in the Location Field<\/h3>\n<p>In the \u201cType the location of the item\u201d field, you need to input the exact command that will trigger the shutdown. For a standard immediate shutdown, type the following: <code>shutdown.exe \/s \/t 0<\/code>. You can also use just <code>shutdown \/s \/t 0<\/code> since Windows recognizes the executable without the extension. However, to be precise, we recommend using the full name. If you want to include a delay, change the <code>0<\/code> to a number of seconds. For example, <code>shutdown \/s \/t 10<\/code> will initiate a 10-second countdown before shutdown. This gives you a chance to cancel the operation by running <code>shutdown \/a<\/code> from the command line. If you want to force close all applications, add <code>\/f<\/code> like this: <code>shutdown \/s \/f \/t 0<\/code>. Once you have entered the command, click \u201cNext.\u201d The wizard will then ask you to name your shortcut. Choose something descriptive like \u201cShutdown PC\u201d or \u201cOne-Click Shutdown.\u201d Avoid using special characters that might cause issues. After naming, click \u201cFinish.\ufffd\ufffd Congratulations, you have just created your first shutdown shortcut! An icon with a generic blue folder-like appearance will appear on your desktop. However, we are not done yet\u2014this is just the basic version. In the following steps, we will customize it to make it more visually appealing and functional.<\/p>\n<h3>Step 3: Customize the Shortcut Icon for Better Visibility<\/h3>\n<p>The default shortcut icon is not very informative\u2014it looks like a standard file shortcut. To make it stand out and clearly indicate its purpose (shutdown), you can change the icon to something more intuitive, such as a power button symbol or a red stop sign. To do this, right-click on your newly created shortcut and select \u201cProperties\u201d from the context menu. In the Properties window, navigate to the \u201cShortcut\u201d tab. At the bottom of this tab, you will see a button labeled \u201cChange Icon\u2026\u201d. Click it. Windows will first show a warning that the file you specified (shutdown.exe) does not contain icons, but that is fine. A new window will open, allowing you to browse for icon files. Windows includes several icon libraries, such as <code>%SystemRoot%\\System32\\imageres.dll<\/code> or <code>%SystemRoot%\\System32\\shell32.dll<\/code>. You can browse to these files by clicking \u201cBrowse\u201d and navigating to <code>C:\\Windows\\System32\\imageres.dll<\/code>. This file contains hundreds of icons, including the classic power button icon (usually index 27 or 28 depending on your version). Scroll through the selection until you find an icon that suits your shortcut\u2014look for a circle with a vertical line (the universal power symbol). Select it and click \u201cOK.\u201d Then click \u201cApply\u201d and \u201cOK\u201d in the Properties window. Now your shortcut will have a distinctive power icon, making it easy to identify at a glance. Alternatively, you can download custom icons from the internet, but for safety, stick with built-in Windows icons.<\/p>\n<h3>Step 4: Assign a Keyboard Shortcut (Hotkey) for Instant Access<\/h3>\n<p>One of the most powerful features of Windows shortcuts is the ability to assign a keyboard hotkey that executes the shortcut from anywhere in the operating system. This means you can press a specific key combination (like Ctrl+Alt+S) to instantly shut down your computer without even touching the mouse. To set this up, go back to the Properties window of your shutdown shortcut (right-click > Properties). In the \u201cShortcut\u201d tab, you will see a field labeled \u201cShortcut key:\u201d. By default, it says \u201cNone.\u201d Click inside the field, then press the key combination you want to use. For example, press Ctrl+Alt+S, and the field will populate with that combination. Note that Windows requires the hotkey to include at least one modifier key (Ctrl, Alt, or Shift) plus a standard key. You cannot use just a single key like \u201cS\u201d without a modifier. Also, avoid using system-wide combinations like Ctrl+Alt+Del or Windows key combinations, as they are reserved. Once you have entered your desired hotkey, click \u201cApply\u201d and then \u201cOK.\u201d Now, whenever you press that key combination, the shutdown shortcut will run. Keep in mind that this hotkey only works if the shortcut is located on the desktop or in the Start menu (for pinned items). If you move the shortcut to another folder, the hotkey may stop functioning. For reliability, always keep your shutdown shortcut on the desktop or in a location that Windows checks for hotkeys. Also, be cautious\u2014once you press the hotkey, the shutdown will initiate immediately (if you set \/t 0). Make sure you have saved all your work.<\/p>\n<h3>Step 5: Pin the Shortcut to the Taskbar or Start Menu for One-Click Access<\/h3>\n<p>While having a shortcut on the desktop is useful, it can get cluttered. A more elegant solution is to pin the shutdown shortcut to the taskbar or the Start menu. Pinning to the taskbar gives you a single-click access button that is always visible, regardless of which window you are in. To pin to the taskbar, simply right-click on your shutdown shortcut and select \u201cShow more options\u201d (if you are using the standard Windows 11 context menu) to reveal the classic menu. Then choose \u201cPin to taskbar.\u201d Alternatively, you can drag the shortcut directly to the taskbar. Once pinned, you can click it to trigger the shutdown instantly. However, there is a caveat: a shortcut pinned to the taskbar will appear with its icon, but the default action when you click it is to run the command\u2014so it works as expected. If you prefer the Start menu, right-click the shortcut and select \u201cPin to Start.\u201d You can also place it in a folder within the Start menu for a cleaner look. Additionally, you can add the shortcut to the Windows 11 Quick Settings panel (the action center) by using third-party tools, but that is beyond the scope of this guide. For most users, pinning to the taskbar is the fastest method. Remember that if you move or delete the original shortcut file, the pinned item will break. So keep the original file on your desktop or in a safe folder.<\/p>\n<h3>Step 6: Create Additional Shortcuts for Restart, Sleep, Hibernate, and Logoff<\/h3>\n<p>Now that you have mastered the shutdown shortcut, you can easily create a whole set of power management shortcuts. Simply repeat the process with different command parameters. For a restart shortcut, use <code>shutdown.exe \/r \/t 0<\/code>. For sleep, the command is a bit different because sleep is not a shutdown option; you need to use a different tool: <code>rundll32.exe powrprof.dll,SetSuspendState 0,1,0<\/code>. Alternatively, you can use the built-in <code>shutdown \/h<\/code> for hibernate (if your system supports it). For logoff, use <code>shutdown \/l<\/code>. Each of these can be given its own icon and hotkey. For example, you could assign Ctrl+Alt+R for restart, Ctrl+Alt+H for hibernate, etc. Organize them in a folder on your desktop or pin them to the taskbar as a group. This creates a powerful control center for your computer\u2019s power states. Just be mindful that sleep and hibernate commands may require administrator privileges or specific BIOS settings, but generally they work out of the box. Test each one to ensure it behaves as expected.<\/p>\n<h2>Advanced Tips and Best Practices for Using Shutdown Shortcuts<\/h2>\n<h3>Tip 1: Always Use the \/f Flag with Caution to Avoid Data Loss<\/h3>\n<p>The <code>\/f<\/code> flag (force) tells Windows to forcefully close all running applications without waiting for them to respond. While this ensures a quick shutdown, it can lead to data loss if you have unsaved work in applications like Word, Excel, or Photoshop. Some programs (like modern browsers) may recover unsaved tabs on restart, but it is not guaranteed. Therefore, it is best to avoid using the <code>\/f<\/code> flag in your everyday shutdown shortcut unless you are sure you have saved everything. Instead, rely on the default behavior that allows applications to prompt you to save unsaved data. If you want a shortcut that forces shutdown (e.g., for troubleshooting), create a separate shortcut with <code>\/f<\/code> and label it clearly. That way, you can use the safe shortcut for routine shutdowns and the force shortcut only when necessary. Additionally, consider using a delay (e.g., \/t 5) to give yourself a few seconds to cancel if you accidentally trigger the shortcut. You can cancel a pending shutdown by pressing Win+R, typing <code>shutdown \/a<\/code>, and pressing Enter.<\/p>\n<h3>Tip 2: Combine Multiple Commands in a Batch File for Complex Actions<\/h3>\n<p>If you find yourself needing to perform a sequence of actions before shutdown\u2014for example, syncing files, closing specific apps, or running a script\u2014you can create a batch file (.bat) that executes these tasks and then calls the shutdown command. This advanced technique allows for automation. For instance, you could create a batch file that first runs a backup script, then displays a warning message, and finally shuts down. To create a batch file, open Notepad and type your commands, one per line. End with the shutdown command. Save the file with a .bat extension (e.g., <code>BackupAndShutdown.bat<\/code>). Then create a shortcut to that batch file, and assign an icon and hotkey as before. Now, when you trigger the shortcut, it will run the entire sequence. This is especially useful for IT professionals who need to maintain system hygiene. Just ensure you have proper error handling, as batch files can fail silently. You can add <code>@echo off<\/code> at the top to suppress command output and <code>pause<\/code> to see any errors.<\/p>\n<h3>Tip 3: Use a Separate Shortcut for Hybrid Shutdown (Fast Startup) or Full Shutdown<\/h3>\n<p>Windows 11, by default, uses a feature called Fast Startup (also known as hybrid shutdown) to make booting faster. When you shut down normally using the Start menu, Windows performs a hybrid shutdown that saves some system state to disk, similar to hibernation. However, the simple <code>shutdown \/s<\/code> command by default also uses hybrid shutdown. If you want to perform a full, complete shutdown (which can help resolve certain system issues like driver problems or memory leaks), you can use the <code>\/hybrid<\/code> flag along with <code>\/s<\/code>? Actually, <code>\/hybrid<\/code> is already the default. To force a full shutdown, use <code>shutdown \/s \/hybrid \/t 0<\/code>? Wait, that is contradictory. Let me clarify: The command <code>shutdown \/s \/t 0<\/code> performs a hybrid shutdown (fast startup enabled). To do a full shutdown (no fast startup), you need to temporarily disable fast startup or use the <code>shutdown \/s \/full \/t 0<\/code> (though this flag may not be officially documented). The standard way to do a full shutdown without altering settings is to hold Shift while clicking Shut Down in the Start menu. For a shortcut, you can create a shortcut that runs <code>shutdown \/s \/t 0<\/code> and then also runs a command to disable fast startup? That&#8217;s too complex. Instead, a simpler approach is to create a shortcut for restart, because a restart always performs a full shutdown and then boots up. If you only want a full shutdown (not restart), you can create a shortcut that executes <code>shutdown \/s \/t 0<\/code> but first turns off fast startup via setting? Not practical. So stick with the normal shutdown shortcut for daily use, and when you need a full shutdown, use the Restart shortcut and then manually turn off the computer during the restart process? That&#8217;s not ideal. The best tip: keep a separate shortcut that runs <code>shutdown \/s \/t 0<\/code> and also toggles the fast startup setting? Honestly, the difference is minimal for most users. I&#8217;ll adjust this tip to recommend using a dedicated shortcut for restart instead, as it forces a full shutdown cycle. That is more useful.<\/p>\n<p>Let me rewrite Tip 3 properly:<\/p>\n<h3>Tip 3: Create a Dedicated Restart Shortcut for Troubleshooting Full Shutdowns<\/h3>\n<p>While a simple shutdown shortcut is fine for everyday use, sometimes you need to perform a complete shutdown that clears memory and resets hardware states\u2014especially after installing updates or troubleshooting driver issues. A restart automatically performs a full shutdown before booting up again, so creating a restart shortcut (<code>shutdown \/r \/t 0<\/code>) can serve as a reliable way to force a clean state. Keep this shortcut on your desktop or taskbar alongside your shutdown shortcut. When your system feels sluggish or you suspect a memory leak, use the restart shortcut instead of the shutdown shortcut. Additionally, you can create a shortcut that performs a hybrid shutdown and then a cold boot? Not necessary. The key takeaway is to have both options available. You can even give the restart shortcut a distinctive icon (like a circular arrow) to avoid confusion. This way, you have fine-grained control over your system\u2019s power state.<\/p>\n<h2>Frequently Asked Questions (FAQ)<\/h2>\n<table>\n<thead>\n<tr>\n<th>Question<\/th>\n<th>Answer<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1. Why does my shutdown shortcut not work after I move it to a different folder?<\/td>\n<td>The shortcut itself will still work when double-clicked, but if you assigned a keyboard hotkey, that hotkey only functions when the shortcut is located on the desktop or in the Start menu (pinned). Windows does not monitor hotkeys for shortcuts in arbitrary folders. To fix this, either move the shortcut back to the desktop, or create a new shortcut in the desired location and assign the hotkey again. Alternatively, you can pin the shortcut to the taskbar, which does not rely on hotkeys for quick access.<\/td>\n<\/tr>\n<tr>\n<td>2. Can I create a shortcut that shuts down without any confirmation or warning?<\/td>\n<td>Yes, by including the <code>\/f<\/code> flag to force close applications and <code>\/t 0<\/code> for immediate action. However, this may cause data loss. Use extreme caution. Alternatively, you can set a very short timeout like <code>\/t 1<\/code> to give yourself a second to cancel if needed. To cancel a pending shutdown from a command prompt or Run dialog, type <code>shutdown \/a<\/code> and press Enter.<\/td>\n<\/tr>\n<tr>\n<td>3. How can I make the shutdown shortcut require administrator privileges?<\/td>\n<td>By default, the shutdown command runs with your current user privileges, which is usually sufficient. However, if you encounter permission issues (rare), you can right-click the shortcut, go to Properties > Shortcut > Advanced, and check \u201cRun as administrator.\u201d This will prompt for UAC confirmation. For a seamless experience, you can adjust UAC settings or use Task Scheduler, but that is more complex.<\/td>\n<\/tr>\n<tr>\n<td>4. Is it safe to create a shutdown shortcut? Will it harm my system?<\/td>\n<td>Absolutely safe. The shutdown command is an integral part of Windows. Creating a shortcut does not modify system files or configuration; it simply provides a convenient way to run a built-in executable. The risk lies not in the shortcut itself but in accidental activation\u2014so be careful with hotkeys and consider adding a delay.<\/td>\n<\/tr>\n<tr>\n<td>5. Can I create a shortcut that shuts down specific users or remote computers?<\/td>\n<td>Yes, you can use the <code>\/m \\\\computername<\/code> parameter to shut down a remote computer on your network, provided you have administrative rights. For example: <code>shutdown \/s \/m \\\\MyRemotePC \/t 0<\/code>. You can also use <code>\/d<\/code> to add a reason code for logging. This is an advanced feature often used by IT administrators. For local single-user computers, this is unnecessary.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Quick Reference Table: Common Shutdown Command Parameters<\/h2>\n<table>\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Action<\/th>\n<th>Example Command<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\/s<\/td>\n<td>Shut down the computer<\/td>\n<td>shutdown \/s \/t 5<\/td>\n<\/tr>\n<tr>\n<td>\/r<\/td>\n<td>Restart the computer<\/td>\n<td>shutdown \/r \/t 0<\/td>\n<\/tr>\n<tr>\n<td>\/l<\/td>\n<td>Log off the current user<\/td>\n<td>shutdown \/l<\/td>\n<\/tr>\n<tr>\n<td>\/h<\/td>\n<td>Hibernate the computer<\/td>\n<td>shutdown \/h<\/td>\n<\/tr>\n<tr>\n<td>\/hybrid<\/td>\n<td>Perform a hybrid shutdown (fast startup) \u2013 default for \/s<\/td>\n<td>shutdown \/s \/hybrid \/t 0<\/td>\n<\/tr>\n<tr>\n<td>\/f<\/td>\n<td>Force close all apps without warning<\/td>\n<td>shutdown \/s \/f \/t 0<\/td>\n<\/tr>\n<tr>\n<td>\/t xxx<\/td>\n<td>Set time delay in seconds before action<\/td>\n<td>shutdown \/s \/t 30<\/td>\n<\/tr>\n<tr>\n<td>\/a<\/td>\n<td>Abort a pending shutdown (only within timeout)<\/td>\n<td>shutdown \/a<\/td>\n<\/tr>\n<tr>\n<td>\/m \\\\computer<\/td>\n<td>Target a remote computer<\/td>\n<td>shutdown \/s \/m \\\\PC01 \/t 0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Conclusion<\/h2>\n<p>Creating a shortcut to shut down Windows 11 is a simple yet powerful customization that can dramatically improve your daily computing efficiency. In this extensive guide, we have walked you through the entire process\u2014from understanding the shutdown command and creating your first shortcut to customizing its icon, assigning a keyboard hotkey, and pinning it to the taskbar or Start menu. We also explored advanced variations for restart, sleep, hibernate, and logoff, as well as tips for using force flags with caution, combining commands in batch files, and troubleshooting common issues. With the knowledge gained here, you can now tailor your power management workflow to match your personal preferences, whether you are a home user seeking convenience or a professional managing multiple machines. Remember that with great power comes great responsibility: always double-check your hotkey assignments to avoid accidental shutdowns, and consider using a delay if you are prone to oversights. Now go ahead, create your shortcuts, and enjoy the seamless control over your Windows 11 experience. Happy computing!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mastering Windows 11: The Ultimate Guide to Creating a One-Click Shutdown Shortcut Windows 11, with its sleek design and enhanced productivity features, has become the operating system of choice for millions of users worldwide. However, despite its modern interface, some everyday tasks\u2014like shutting down your computer\u2014can still feel cumbersome. You might find yourself clicking through &hellip; <\/p>\n","protected":false},"author":2716,"featured_media":782,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-783","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-non-category"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/sumberlaba.com\/index.php\/wp-json\/wp\/v2\/posts\/783","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sumberlaba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sumberlaba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sumberlaba.com\/index.php\/wp-json\/wp\/v2\/users\/2716"}],"replies":[{"embeddable":true,"href":"https:\/\/sumberlaba.com\/index.php\/wp-json\/wp\/v2\/comments?post=783"}],"version-history":[{"count":1,"href":"https:\/\/sumberlaba.com\/index.php\/wp-json\/wp\/v2\/posts\/783\/revisions"}],"predecessor-version":[{"id":784,"href":"https:\/\/sumberlaba.com\/index.php\/wp-json\/wp\/v2\/posts\/783\/revisions\/784"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sumberlaba.com\/index.php\/wp-json\/wp\/v2\/media\/782"}],"wp:attachment":[{"href":"https:\/\/sumberlaba.com\/index.php\/wp-json\/wp\/v2\/media?parent=783"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sumberlaba.com\/index.php\/wp-json\/wp\/v2\/categories?post=783"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sumberlaba.com\/index.php\/wp-json\/wp\/v2\/tags?post=783"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}