Questions tagged [hide]
19 questions
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…
Javy Colón
- 23
- 3
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
- 2
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…
Gerald Kaiser
- 11
- 1
0
votes
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
- 89
- 9
0
votes
0 answers
Hide hidden folders in the user tree in the Explorer navigation pane in Windows 8 / Two instances of "Desktop"
I have set "Desktop", "Music", "Saved Games", "Searches" to "Hidden" in the user tree in the Explorer navigation pane, and I have un-ticked "Hidden items" (these folders are not visible in the Files pane when the user folder is selected in the…
arlb
- 1
- 1
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…
OpenSource
- 1
- 1
0
votes
0 answers
Hide exclusion list in Windows Defender GUI?
First time posting here.
Does anyone know if it's possible to hide the exclusion list in Windows Defender GUI?
In our enterprise setup we have quite a few exclusions - but we don't want them to be "public" to everyone - giving creative minds "good"…
xiajiang
- 1
0
votes
0 answers
Hide files from Mkdocs auto generated TOC
I am new to Mkdocs. I wanted to know if it is possible to hide files in order not to have them in the Table of Contents at the left.
The purpose is to create a handmade Table of Contents where when you click on the chapter it will redirect you on…
Julie
- 1
0
votes
1 answer
Exclude %~dp0 from line output in Windows batch file?
I am using robocopy in a batch file to copy everything from the directory where the batch file is run, to a destination folder like so:
robocopy %~dp0 "D:\Destination Folder" /E
In the command window, running the above outputs the full path to…
bat_cmd
- 387
- 1
- 8
0
votes
0 answers
Is there any option to Hide this side bar panel in TeamViewer?
I'm trying to hide this sidebar which always on top whenever I connected to my remote PC.
Is there any option or tweaks to hide this (see screenshot below)?
npenkar
- 1
0
votes
0 answers
Is there a better solution to the annoying Dock than this delay hack in Terminal?
defaults write com.apple.Dock autohide-delay -float 2; killall Dock
This Terminal command keeps the dock from popping up instantly, adding a 2 second delay (the -Float 2 portion). This allows me to set the Dock to hide and then enable it on all…
0
votes
1 answer
To hide all rows when value is 0 in column I depending on a dropdown list in Cell D3
I have a dropdown list in cell D3. Once you change D3 the rows values changes some with numbers over/under 0 and some remain a sharp 0 in column I. I need a Macro which will loop and the result should be that when I change D3, all information with…
Dorian
- 1
0
votes
1 answer
Hide folder from Windows
There are many Folder hiding solutions. Check out this blog-
https://www.guru99.com/file-folder-locker-windows.html
Ignoring a few encryptors, most of them work by hiding the folder from Windows. You just have to select a folder and it will hide it.…
batchcoding____s
- 484
- 2
- 11
0
votes
0 answers
Can I encrypt contents generated by an app?
I installed a Digital Diary app from MS store yesterday and tried writing a demo entry to save it. When I investigated where the content is stored, I came to know that the entries were stored in a folder named DigitalDiary inside Videos folder in…
Sanu_012
- 946
- 2
- 8
- 23
0
votes
1 answer
kill explorer.exe for Windows 7 for kiosk for school student to use
Sorry, our school still using windows 7, I am running a simple flash application and auto shutdown in task scheduler for my windows 7.
I tried afew of Hide Taskbar Application but some how the taskbar sometime still show on top of my application.
I…
Jin
- 1