1. 程式人生 > 實用技巧 >ios numlock_從“提示”框:預設情況下啟用NumLock,無廣告的iOS應用和立體聲供電的派對燈...

ios numlock_從“提示”框:預設情況下啟用NumLock,無廣告的iOS應用和立體聲供電的派對燈...

ios numlock

ios numlock

Tips-How-To-Geek-Template

Once a week we round up some of the great tips readers have sent into the tip box. This week we’re looking at how to enable the NumLock by default, stripping ads from iOS apps, and turning Christmas lights into audio-responsive party lights.

每週一次,我們彙總一些讀者已傳送到提示框中的重要提示。 本週,我們將研究如何預設情況下啟用NumLock,如何從iOS應用中刪除廣告,以及如何將聖誕燈變成對聲音敏感的派對燈。

在啟動時通過登錄檔Hack啟用NumLock金鑰 (Enable the NumLock Key On Boot Via Registry Hack)

2011-12-29_152121

Parthiv writes in with a handy little registry hack to enable the NumLock key on boot: I’d been Googling around for years, ever since I was still on Windows XP, for a way to get my keyboard to turn on the NumLock key by default. I could never find an option for it in the BIOS, which most sites suggested. I finally found the answer: you need a registry tweak! You need to change change all the data titled “InitialKeyboardIndicators” to a value of 2, but only the ones in which it was some sort of number to begin with, since some of the values were directories.

Parthiv編寫了一個方便的小注冊表黑客程式,以在啟動時啟用NumLock金鑰:自從我仍然使用Windows XP以來,我就一直在Google上搜索很多年,以獲取一種預設情況下使我的鍵盤開啟NumLock金鑰的方法。 大多數站點建議在BIOS中找不到它的選項。 我終於找到了答案:您需要對登錄檔進行調整! 您需要將所有標題為“ InitialKeyboardIndicators”的資料更改為2值,但僅將其以某種數字開頭,因為某些值是目錄。

It took a while to find all of the data pieces in the registry, so I wrote up a .reg file to automate the process , which I’ve attached in a 7z file. I also included a file to undo the change, which sets those values to 0 instead.

在登錄檔中找到所有資料花費了一段時間,因此我編寫了一個.reg檔案來自動化該過程,該檔案已附加到7z檔案中。 我還提供了一個撤消更改的檔案,該檔案將這些值設定為0。

Nice work Parthiv! We always appreciate it when readers write in with solutions like this instead of keeping it to themselves—now when someone performs a Google search in the future, looking for the same solution you were looking for, they’ll find your solution right here. We’re attaching the .REG files you shared here and, for readers who would prefer to review the text first and then execute it, here’s the contents of the NumLockOnBoot.reg file:

做得好Parthiv! 當讀者使用這樣的解決方案而不是自己保留解決方案時,我們將始終感激不已。現在,當將來有人進行Google搜尋,尋找與您所需的解決方案相同的解決方案時,他們會在這裡找到您的解決方案。 我們將附加您在此處共享.REG檔案,對於希望先檢視文字然後執行的讀者,這是NumLockOnBoot.reg檔案的內容:

[HKEY_CURRENT_USER\Control Panel\Keyboard] “InitialKeyboardIndicators”=”2”

[HKEY_CURRENT_USER \ Control Panel \ Keyboard]“ InitialKeyboardIndicators” =“ 2”

[HKEY_USERS\.DEFAULT\Control Panel\Keyboard] “InitialKeyboardIndicators”=”2”

[HKEY_USERS \ .DEFAULT \ Control Panel \ Keyboard]“ InitialKeyboardIndicators” =“ 2”

[HKEY_USERS\S-1-5-18\Control Panel\Keyboard] “InitialKeyboardIndicators”=”2”

[HKEY_USERS \ S-1-5-18 \控制面板\鍵盤]“ InitialKeyboardIndicators” =“ 2”

[HKEY_USERS\S-1-5-19\Control Panel\Keyboard] “InitialKeyboardIndicators”=”2”

[HKEY_USERS \ S-1-5-19 \控制面板\鍵盤]“ InitialKeyboardIndicators” =“ 2”

[HKEY_USERS\S-1-5-20\Control Panel\Keyboard] “InitialKeyboardIndicators”=”2”

[HKEY_USERS \ S-1-5-20 \控制面板\鍵盤]“ InitialKeyboardIndicators” =“ 2”

[HKEY_USERS\S-1-5-21-51780718-2047605258-340133435-1000\Control Panel\Keyboard] “InitialKeyboardIndicators”=”2”

[HKEY_USERS \ S-1-5-21-51780718-2047605258-340133435-1000 \控制面板\鍵盤]“ InitialKeyboardIndicators” =“ 2”

[HKEY_USERS\S-1-5-21-51780718-2047605258-340133435-1001\Control Panel\Keyboard] “InitialKeyboardIndicators”=”2”

[HKEY_USERS \ S-1-5-21-51780718-2047605258-340133435-1001 \控制面板\鍵盤]“ InitialKeyboardIndicators” =“ 2”

在iOS上禁用應用內新增 (Disable In-App Adds On iOS)

2011-12-29_153621

Nicole writes in with the following hack for disabling ads in iOS:

Nicole編寫了以下用於在iOS中禁用廣告的技巧:

Normally I’m all about allowing ads in my web browser and apps to support a developer, but something finally drove me to hack the ads out of my iPhone. I’m totally happy to pay a few bucks to buy an app I like (to upgrade from the free to the pro version to get the ads to go away) but there are a couple apps I use that don’t have a pro version. The only version is the free version with ad support. The problem is… the ads get in the way and the interface of the app leads to me constantly hitting the stupid ad banner. I’d rather just give the developer some money to get rid of the ads but there is no option to even do so!

通常,我只是想讓我的網路瀏覽器和應用中的廣告支援開發人員,但最終促使我從我的iPhone中竊取了廣告。 我很高興花幾美元購買喜歡的應用程式(從免費版本升級到專業版,以使廣告消失),但我使用的一些應用程式卻沒有專業版。 唯一的版本是帶有廣告支援的免費版本。 問題是……廣告受阻,而應用程式的介面使我不斷碰到愚蠢的廣告橫幅。 我只想給開發者一些錢擺脫廣告,但是甚至沒有選擇!

The solution I stumbled upon is Disable iAds for iOS. You need a jail broken phone and you need to add the Kokoabim repository (http://apt.kokoabim.com/ios) because the app isn’t in the main repositories like BigBoss. All you do is search for it, install it, and the ads vanish. It’s that simple.

我偶然發現的解決方案是為iOS禁用iAd。 您需要一部越獄的手機,並且需要新增Kokoabim儲存庫( http://apt.kokoabim.com/ios ),因為該應用程式不在BigBoss之類的主儲存庫中。 您所要做的就是搜尋,安裝並消失。 就這麼簡單。

We’re all about supporting developers too, Nicole, but we totally understand where you’re coming from. We’ve played a few games and used a few apps over the years where the ads and interface interacted in such a way that it made it very frustrating to use the app. If you can’t easily upgrade to a pro version to ditch the ad bar it often makes the interface unusable. Nice tip!

Nicole,我們也都在支援開發人員,但我們完全瞭解您來自何處。 多年來,我們玩過一些遊戲,並使用了一些應用程式,其中廣告和介面的互動方式使使用該應用程式感到非常沮喪。 如果您無法輕鬆升級到專業版來拋棄廣告欄,則通常會使介面無法使用。 不錯的提示!

將聖誕燈闖入立體聲派對​​燈 (Hack Christmas Lights into Stereo Powered Party Lights)

Mark writes in with a fun post-Christmas hack:

馬克寫了一篇有趣的聖誕節後駭客文章:

This one is an oldie-but-goodie, but I figured I’d send it in anyway. Now is a great time to score dirty cheap Christmas lights (my local big-box store has them at 70% off). Christmas lights are so easy to hack into new projects. One of my favorite Christmas light projects involves wiring your lights into your stereo so that the pulses of electricity flowing to the speakers actually modulate the brightness of the Christmas light strand. It’s a fun way to add some visual punch to your stereo. I’ve included a link to the YouTube video where I first learned how to do it.

這個是老歌,但是好東西,但我想無論如何我都會把它寄出去。 現在是給骯髒的廉價聖誕燈打分的好時機(我當地的大型商店有70%的折扣)。 聖誕燈很容易侵入新專案。 我最喜歡的聖誕燈專案之一是將燈光連線到立體聲音響,這樣,流向揚聲器的電脈衝實際上會調節聖誕燈串的亮度。 這是一種向立體聲新增視覺衝擊的有趣方法。 我提供了YouTube視訊的連結,這是我第一次學習如何做的。

One of the things on our to-do list is to finish wiring the surround sound system for the basement theater. This seems like the kind of hack that would be perfect for the times we’re turning on the Party Mode. Thanks for sharing!

我們要做的事情之一是完成地下室劇院的環繞聲系統的接線。 對於我們開啟“派對模式”的時代來說,這似乎是完美的破解方式。 感謝分享!



Have a clever computer, electronics, or DIY tip to share? Shoot us an email at [email protected] and look for your tip on the front page.

有聰明的計算機,電子產品或DIY技巧可以分享嗎? 向我們傳送電子郵件,網址為[email protected],並在首頁上找到您的提示。

翻譯自: https://www.howtogeek.com/101917/from-the-tips-box-enabling-numlock-by-default-ad-free-ios-apps-and-stereo-powered-party-lights/

ios numlock