mac重置系統_如何在Mac上重置打印系統

mac重置系統

mac重置系統

Printers are notorious for failing frequently. A quick restart of the printer or computer usually fixes most intermittent issues, but occasionally it’s best to reset your printing settings and reinstall the printer completely. Consider this?a final troubleshooting step; it’s best to try other options first. You can read our guide for troubleshooting printing problems on macOS for some other potential solutions.

打印機因經常失敗而臭名昭著。 快速重啟打印機或計算機通常可以解決大多數間歇性問題,但有時最好重設打印設置并完全重新安裝打印機。 考慮這是最后的故障排除步驟; 最好先嘗試其他選擇。 您可以閱讀有關在macOS上解決打印問題的故障排除指南,以了解其他一些可能的解決方案。

重置打印系統 (Reset the Printing System)

Search for “Printers” in Spotlight, or open up the “Printers & Scanners” settings from System Preferences.

在Spotlight中搜索“打印機”,或從“系統偏好設置”中打開“打印機和掃描儀”設置。

The Printers & Scanners window shows a list of all connected printers. If you right-click any of them, you can select “Reset Printing System” from the context menu.

打印機和掃描儀窗口顯示所有已連接打印機的列表。 如果右鍵單擊其中任何一個,則可以從上下文菜單中選擇“重置打印系統”。

Choosing this command wipes all the current settings, and remove all the printers from the list (not just the one you right-clicked). To prevent you from doing this by accident, you’ll need to enter your password.

選擇此命令將擦除所有當前設置,并從列表中刪除所有打印機(而不僅僅是您右鍵單擊的打印機)。 為防止您意外地執行此操作,您需要輸入密碼。

Since it removes all the printers from the settings, you’ll have to add them back manually. Make sure your printer is plugged in, and click the “+” button at the bottom of the list. You can view the connected printers, or add a wireless printer over the network.

由于它會從設置中刪除所有打印機,因此您必須手動重新添加它們。 確保您的打印機已插入電源,然后單擊列表底部的“ +”按鈕。 您可以查看連接的打印機,或通過網絡添加無線打印機。

There are some printers you can’t add from this dialog. If you’re having issues getting a printer reinstalled, consult your printer’s manual or look online for an installer for your printer model.

有些打印機無法從該對話框添加。 如果您在重新安裝打印機時遇到問題,請查閱打印機手冊,或在網上尋找適合您打印機型號的安裝程序。

Image Credits: A_stockphoto/ShutterStock

圖片來源: A_stockphoto / ShutterStock

翻譯自: https://www.howtogeek.com/392059/how-to-reset-the-printing-system-on-your-mac/

mac重置系統

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/279052.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/279052.shtml
英文地址,請注明出處:http://en.pswp.cn/news/279052.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

COW奶牛!Copy On Write機制了解一下

前言 只有光頭才能變強 在讀《Redis設計與實現》關于哈希表擴容的時候,發現這么一段話: 執行BGSAVE命令或者BGREWRITEAOF命令的過程中,Redis需要創建當前服務器進程的子進程,而大多數操作系統都采用寫時復制(copy-on-w…

參數回調

1.場景 參數回調方式與調用本地 callback 或 listener 相同,只需要在 Spring 的配置文件中聲明哪個參數是 callback 類型即可。 Dubbo 將基于長連接生成反向代理,這樣就可以從服務器端調用客戶端邏輯 2.

matlab胡良劍第五章,MATLAB習題參考答案(胡良劍,孫曉君)

MATLAB習題參考答案第一章 MATLAB入門4、求近似解解:>> x-2:0.05:2;yx.^4-2.^x兩個近似解:y1f(-0.85) -0.0328; y2f(1.250) 0.0630第二章 MATLAB編程與作圖1、 設x是數組,求均值和方差 解:函數文件如下:function…

windows 全局變量_如何在Windows中使用全局系統環境變量

windows 全局變量Any system administrator who spends a good bit of time in the command prompt or batch scripts is probably well aware of built in environment variables Windows offers (i.e. Path, WinDir, ProgramFiles, UserProfile, etc.). If you find yourself…

Day2-T1

原題目 Describe&#xff1a;貪心&#xff0c;左邊和右邊中選字典序小的 code&#xff1a; #include<bits/stdc.h> using namespace std; int n,step,head,tail; char p[50005]; int main() {freopen("bcl.in","r",stdin);freopen("bcl.out&quo…

hadoop編譯java,Hadoop源碼編譯(2.4.1)

背景Hadoop 2.4.1預編譯版本自帶的libhadoop.so是在32位機器上編譯上,導致在64位OS上運行時&#xff0c;總出現如下告警&#xff1a;WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable查看…

C# System.Windows.Forms.NumericUpDown 控件全選其中文字

num_length.Focus(); UpDownBase updbText (UpDownBase)num_length; num_length.Select(0, updbText.Text.Length);轉載于:https://www.cnblogs.com/LuoEast/p/7942476.html

twitter api使用_使用P2創建自己的Twitter風格的組博客

twitter api使用Would you like a great way to post stuff quickly online and communicate with your readers? Here’s how you can use the P2 theme to transform WordPress into a great collaboration and communications platform. 您是否想以一種很好的方式在網上快…

10_30_unittest

1、斷言 1&#xff09;、self.assertEqual(2,res)#期望值qian、結果值hou2&#xff09;TextTestRunner 源碼 必要的參數3&#xff09;測試結果 上下文管理器 with open("test.txt",w,encodingutf-8) as file:runner unittest.TextTestRunner(streamfile,verbosity2)…

用maven profile實現環境配置切換

前言 互聯網后端服務通常會部署多個環境&#xff1a;開發環境、測試環境、預發布環境和生產環境。不同的環境通常有各自的環境配置&#xff0c;例如mysql服務器的地址、用戶名密碼&#xff0c;zookeeper的ip和端口等等。為了使打出的jar包能獲取不同環境的配置&#xff0c;業界…

laravel graphql php,結合 Laravel 初步學習 GraphQL

本文字數&#xff1a;7134&#xff0c;大概需要14.27分鐘。按照官網所述的&#xff1a;A query language for your API一種用于 API 的查詢語言GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a…

wi-fi共享大師免廣告_如何保護Wi-Fi網絡免受入侵

wi-fi共享大師免廣告Insecure Wi-Fi is the easiest way for people to access your home network, leech your internet, and cause you serious headaches with more malicious behavior. Read on as we show you how to secure your home Wi-Fi network. 不安全的Wi-Fi是人們…

MongoDb分片集群認證

本文主要基于已經搭建好的未認證集群&#xff0c;結合上篇Mongodb副本集分片集群模式環境部署&#xff08;https://www.cnblogs.com/woxingwoxue/p/9875878.html&#xff09;&#xff0c; MongoDb分片集群認證幾個主要流程1.在分片集群環境中&#xff0c;副本集內成員之間需要用…

漢克爾變換matlab,HankelTransform

HankelTransform所屬分類&#xff1a;matlab例程開發工具&#xff1a;matlab文件大小&#xff1a;135KB下載次數&#xff1a;66上傳日期&#xff1a;2011-09-17 13:41:39上 傳 者&#xff1a;甜頭說明&#xff1a; Matlab Hankel變換源代碼&#xff0c;可以直接當做MATLAB too…

【材質】色彩基礎

RBG顏色空間 目前&#xff0c;絕大部分顯示器采用的是RGB顏色標準&#xff0c;因此幾乎所有軟件也采用此標準&#xff0c;UE4也不例外。 R、G、B這三個字母分別代表紅色&#xff08;red&#xff09;、綠色&#xff08;green&#xff09;、藍色&#xff08;blue&#xff09;三條…

使用mintty(_如何使用Mintty改善Cygwin控制臺

使用mintty(Cygwin’s great for getting some Linux command-line goodness in Windows, but using the Windows Shell to access it kills some of that magic. Using Mintty and a few other methods, you can make the experience much more luxurious. Cygwin非常適合在Wi…

18.phpmyadmin 4.8.1 遠程文件包含漏洞(CVE-2018-12613)

phpmyadmin 4.8.1 遠程文件包含漏洞&#xff08;CVE-2018-12613&#xff09; phpMyAdmin是一套開源的、基于Web的MySQL數據庫管理工具。其index.php中存在一處文件包含邏輯&#xff0c; 通過二次編碼即可繞過檢查&#xff0c;造成遠程文件包含漏洞。 受影響版本: phpMyAdmin 4.…

開源php面板,寶塔面板nginx安裝終于搞定了

server{listen 80;server_name lvyou.yssknet.com;index index.php index.html index.htm default.php default.htm default.html;root ***********/public;#SSL-START SSL相關配置&#xff0c;請勿刪除或修改下一行帶注釋的404規則#error_page 404/404.html;#SSL-END#ERROR-PA…

[Erlang 0004] Centos 源代碼編譯 安裝 Erlang

由于最終部署的生產環境是Centos&#xff0c;所以我需要在Centos中安裝Erlang B13R04 &#xff0c;第一次做這件事情破費周折&#xff0c;主要是對Erlang依賴的庫不熟悉&#xff0c;總是編譯不過&#xff1b;這里梳理一下安裝過程中的細節&#xff1a; Erlang依賴哪些庫&#x…

關于“Python”的核心知識點整理大全38

14.1.1 創建 Button 類 由于Pygame沒有內置創建按鈕的方法&#xff0c;我們創建一個Button類&#xff0c;用于創建帶標簽的實心矩形。 你可以在游戲中使用這些代碼來創建任何按鈕。下面是Button類的第一部分&#xff0c;請將這個類保存為 文件button.py&#xff1a; button.py …