Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I increase the size of the clipboard in Windows 7?

How can I increase the size of the clipboard in Windows 7?

While copying large amounts of data, I get the following error:

Item to large for Clipboard.

like image 695
Suresh Kamrushi Avatar asked Dec 31 '13 09:12

Suresh Kamrushi


People also ask

How do I make my clipboard bigger?

The only way you can increase the amount of data that the Clipboard can hold is to increase the Virtual Memory on the system.

How do I change the clipboard in Windows 7?

To turn on the new features, head to Settings > System > Clipboard. Flick the toggles under Clipboard history and Sync across devices to suit your preferences. Once enabled, you can press Win + V at any time to see your clipboard history---images and text are supported.

What is the size of Windows clipboard?

No, there is no pre-set maximum size for clipboard data. You are limited only by available memory and address space.

How do I find out the size of my clipboard?

What are the ways to check Clipboard Size and how to modify size of the clipboard. You can see the Clipboard size for requestors in SMA (Requestor Management page > select Requestor Name > click the Clipboard Size button). You can also see the Clipboard size using the Performance tool.


2 Answers

How to increase the size of the Clipboard:

  1. Click the Start button. Type sysdm.cpl into the search box and press the Enter key.
  2. Click the Advanced tab in the System Properties window. Click the Settings button under the Performance label header.
  3. Click the Advanced tab in the Performance Options window. Under the Virtual Memory header, click the Change... button.
  4. Clear the check box next to the Automatically manage paging file size for all drives option. This disables automatic "Virtual Memory" settings in Windows.
  5. Enter a value for the size of the new paging file. Enter a value larger than the current paging file size in the "Maximum Size" field (enter the value in megabytes). Click the Set button and then OK.
  6. Restart the computer for the new "Virtual Memory" settings to take effect. The Windows Clipboard now stores more data when copying and pasting between applications.

Reference: I need to increase the clip board size in Word

A detailed blog with screenshots :http://sforsuresh.in/increase-size-clipboard-of-windows-10-7/

like image 104
Suresh Kamrushi Avatar answered Oct 02 '22 19:10

Suresh Kamrushi


Even after setting the Swapfile (Virtual Memory) to 65GB, I can still not copy and paste more than 65000 lines from Access to the Clipboard.

However, I can copy and paste more than 65000 lines in Excel easily. So the issue lies with Access not being able to copy enough rows to the Clipboard.

I have been searching for the solution since 2013. The problem seems with Access not being able to transfer more than 65000 rows to the Clipboard.

The only way presently is to create a query, then right-click on it and export to Excel.

Once the data is in another format, you can select all rows, and copy and paste from there.

like image 32
dbDesigner Avatar answered Oct 02 '22 18:10

dbDesigner