Questions tagged [hide]

23 questions
3
votes
3 answers

How to fix task bar auto showing on windows 11 - due to application 'needing attention'

The problem I see (with taskbar auto hide on) is that the task bar shows for applications that 'need attention' - and then won't hide again.
AndyS
  • 464
2
votes
1 answer

VBA to hide certain rows based on cell value

I have some information in rows 9 to 38. I need to hide these rows based on a cell value, for example A8: If A8=3 then only show rows 9 to 11 out of 38 if A8=9 then only show rows 9 to 18 out of 38 If A8=0 then hide all rows from 9 to 38. ... and…
1
vote
1 answer

How to hide the owner date etc on properties in pdf document

Wanting to create a pdf that the receiver can not see who wrote and when it was created. How to do?? Im not very literate on pdf!
1
vote
0 answers

How to Hide Series Name Label, Call Out Box & Zero Value in Chart?

I've seen a variant of this question asked a number of times, but none seem to deal with my particular problem. In my stacked bar chart I use a Series Name label. I'd like it to go away altogether when the value is 0. Here is how it looks: To get…
OzzyKP
  • 129
  • 2
  • 4
  • 12
1
vote
0 answers

Protecting url / link from copy & paste/sharing

I would like to know whether it is possible to do the following: I have a link that is generated by a software package and this link is then used as a hyperlink / url input on an app via an icon. I don't have access to the source code of the app nor…
Dino
  • 23
  • 4
1
vote
1 answer

VBA - how to hide rows if cell contains a specified value

I'm fairly new to VBA and can't figure out the answer to this question by looking at other posts: I want to use VBA to hide any rows where the text of cells A18:A153 equal the value "Hide" and also unhide any rows where these cells equal the value…
Chris
  • 13
1
vote
0 answers

Batch hide extension for ALL my PDFs on a Mac

I have thousands of PDFs on my Mac (with Catalina) and want to hide the extensions on ALL of them. I've tried the usual recommendation (Finder Preferences, Advanced, uncheck “Show all filename extensions”), but it works only on files that already…
0
votes
0 answers

How to hide Microsoft Teams on Mac?

In macOS, keypress of Command + H hides the current application from view, and keypress of Command + Option + H hides all other applications from view. But when I attempt this during a meeting in Microsoft Teams app, the MS Teams app hides for a…
5260452
  • 472
0
votes
1 answer

Excel document - How do I hide a formula/ value if there is no new data in a row?

enter image description here I have created an excel document to calculate how many hours staff are still owed from working overtime and taking their hours. The calculations/ formulas are all correct, but I do not want to have any data in column I,…
0
votes
1 answer

Effectively hiding IP

Context: Consider the scenario in which you want to hide your ISP IP address from the application service you are accessing/using. Possible solutions: In general, three scenarios for trying to accomplish this task may be employed: Using a…
0
votes
0 answers

Hide taskbar on specific desktop

I am using Windows 10 but this question can probably apply to other versions of Windows. I want to open multiple desktops in windows and swap between them using the WIN+TAB shortcut. I don't always need a taskbar on some desktops, so why not disable…
0
votes
0 answers

Trying to hide logo from task bar

Does anyone know how to hide a running logo from small icon tray and task bar. What application should I try to do this? I have tried couple of applications for this, but they were not successful .
Cal03
  • 1
0
votes
0 answers

How do I dual boot two versions of Windows 10 while hiding all other disk partitions from the 2nd win install

GPT partitions, EFI boot. I want to have 2 windows 10 installs, one "normal" and other as a "test". I don't want the "test" version not to be able to change or even see anything but its own partition and I guess its own boot partition. Not looking…
Ivan275
  • 1
  • 1
0
votes
2 answers

Desktop Icons rearranged when hiding Taskbar Windows 10

I recently noticed that when I toggled the taskbar visibility in Windows 10 that all my desktop icons are rearranged. When restoring the visibility of the taskbar (unhiding it), the desktop icons are returned to their normal positions. Is there…
0
votes
0 answers

How can I hide my server IP from server users

I'd like to find a way to block websites like https://checkip.amazonaws.com or at least restrict them to the point they can no longer output my server's public IP address. For example, if I do curl https://checkip.amazonaws.com my output would…
1
2