I have absolutely no experience with Android devices... but I dn a wee trawl(google) and found this amongst assorted hits:https://www.howtogeek.com/135036/ho...Perhaps have a careful read of the info there; especially the built-in vpn service on androids.. vpn security details on androidto find theRead more
I have absolutely no experience with Android devices… but I dn a wee trawl(google) and found this amongst assorted hits:
Perhaps have a careful read of the info there; especially the built-in vpn service on androids..
vpn security details on android
to find the above; and there are a lot more hits as well. If the above link doesn’t work out for you, perhaps repeat my search (using the same or similar terms/words) and see what you find?
It’s also very useful/wise to regularly backup your devices… As then you have to the option to reset the devices to as new, and then download the saved content from your backups; which may resolve the situation you are in just now? I used the string/search terms/words:
I have a similar problem also with the exception of the key board not detected. I am getting "BootMGR is missing""Press Ctrl+Alt+Del to restart".it was supposed to be a simple reinstallation of the OS but it turrned out very bad. The computer (belongs to a friend of mine) had win XP on it, plus it hRead more
I have a similar problem also with the exception of the key board not detected. I am getting
“BootMGR is missing” “Press Ctrl+Alt+Del to restart”.
it was supposed to be a simple reinstallation of the OS but it turrned out very bad. The computer (belongs to a friend of mine) had win XP on it, plus it had over a ton of virus and bad registery entries so i started to do a fresh installation. My friend said he’d like win 7 on it so i used a copy on his, booted from the cd. I reached the advanced option to select the drives to install the OS. I formatted successfully and then installation started. About 2 mins into installation i got an error stating cannot read drivers from source. I thought that maybe my CD was scratched bt got same problem with a clean copy. I then tried to install with XP SP3 but the disc was not beng detected. ( It kept saying OS cd not detected insert correct cd and press enter) i tried Vista installation, it got detected and then when i got to advanced option screen…..there were no Harddrives or media sources!!!!!) I checked it out online and the told me to try formatting the drive ( i took it out and connected it to another computer and tried formatting there, it took about 15 mins formatting and then told me formatting was uncessfull. I tried it in disc management and i was told formatting cannot be completed!. when i checked back the status in My Computer, the harddrive had no space allocatons! (the harddrive is partitioned into 2) and both had zero space available. So i was ready to declare the drive crashed…but comes a surprise…..i tried it back a couple hours later and believe it or not both partions were able to be formatted!!!) Anyways i connected it back to the computer i was fixing, tried loading an OS installation…and now i get the message ……..
“BootMGR is missing” “Press Ctrl+Alt+Del to restart”. !!!
I am quite fed up with this harddrive plz replay as fast as possible.
We have had several 2003 R2 x64 systems go into a continuous reboot after recent patches. None of the normal fixes worked to get the system running again.The fix was to boot with a Linux disk and manually undo 4 patches, I am not sure which of the four was the culprit. We were pressed for time. we fRead more
We have had several 2003 R2 x64 systems go into a continuous reboot after recent patches. None of the normal fixes worked to get the system running again.
The fix was to boot with a Linux disk and manually undo 4 patches, I am not sure which of the four was the culprit. We were pressed for time. we first backed up the new files and then copied the files from the KB uninstall folder back to their proper locations. KB3057839 KB3067505 KB3068457 KB3070102
You can find the folders in the Windows folder. If you look thru the spunist\*.inf file you can figure out where to copy the files back to.
Gary Herbstman Byte Solutions, Inc. www.bytesolutions.com
If you want to do a virus check these three free programs are a good start. Run them in the order given:AdwCleaner:https://toolslib.net/downloads/view...(blue "Download Now" button on right).Download and "Save" the file somewhere. Go to the saved file then double click it to run the program. Use theRead more
If you want to do a virus check these three free programs are a good start. Run them in the order given:
AdwCleaner: https://toolslib.net/downloads/view… (blue “Download Now” button on right). Download and “Save” the file somewhere. Go to the saved file then double click it to run the program. Use the “Scan” button, followed by the “Clean” button.
Junkware Removal Tool (JRT) https://www.malwarebytes.org/junkwa… (blue Download button). Download and “Save” the file somewhere. Go to the saved file then double click it to run JRT. It might appear to have stopped at times or flash the screen but sit tight until it has finished.
MalwareBytes: https://www.malwarebytes.org/ (use the “download” button rather than the “buy” button). Install and Run the program but before running the Scan go to “Settings > Detection and Protection” and put a checkmark in “Scan for rootkits”. Quarantine anything it finds.
Please copy/paste the logs on here.
Always pop back and let us know the outcome – thanks
First, a posting tip: Please click on the blue line at the end of this post and read the instructions on how to post VBA code in this forum so that it is easier for us to read. Thanks!As for your question(s), try this:Sub AddDownArrow_v2() Dim shp As Shape Dim Cel As Range 'Loop through Columns 3Read more
First, a posting tip:
Please click on the blue line at the end of this post and read the instructions on how to post VBA code in this forum so that it is easier for us to read. Thanks!
As for your question(s), try this:
Sub AddDownArrow_v2()
Dim shp As Shape
Dim Cel As Range
'Loop through Columns 3 & 4
For myCol = 3 To 4
Set Cel = Cells(3, myCol)
'Insert and Center Shape
With Cel
Set shp = ActiveSheet.Shapes.AddShape _
(msoShapeDownArrow, .Left, .Top, 38.16, 77.04)
shp.Left = .Left + ((.Width - shp.Width) / 2)
End With
Next
End Sub
Welcome to the Computing.net Mac forum! :)Do you really want this picture? If so, try re-downloading the file, or check the download manager in Google Chrome--what has happened is that the Chrome browser adds .crdownload to the file to denote it is not complete. When it finishes, the .crdownload extRead more
Welcome to the Computing.net Mac forum! 🙂
Do you really want this picture? If so, try re-downloading the file, or check the download manager in Google Chrome–what has happened is that the Chrome browser adds .crdownload to the file to denote it is not complete. When it finishes, the .crdownload extension should disappear.
Now, if you don’t want this picture, and you want it to really disappear, this issue is not all that big–but it *will* require your use of the command line for a second. Before we do that, open Chrome and clear the downloads list completely. Cancel any running downloads, and quit Chrome. When you’re finished, press Cmd+Space to invoke Spotlight. Type term and press return when Terminal is highlighted.
In Terminal, commands you’ll type I’ll note in bold. Type sudo -s. Now, type your password. No characters will show up to keep your password secure. Press return. Type ls and press return. You should see your home directory’s contents, like Desktop, for instance. Now, type cd Desktop and press return.
And finally, we wrap up with three commands. If your download was called picture.crdownload, I’d type rm -rd picture.crdownload and press return. Substitute picture with whatever it was called. Now, type killall Finder and press return. Finder will quit, so that any changes can take effect without you needing to log out. If Finder does not start back up by itself, click Finder in the Dock to start it again. You can now type your final command exit and press return. (Note: You might need to do this last step twice–once for your account and for root.) Go ahead and from the Terminal menu, Quit Terminal.
Congratulations–you’re done! 🙂 Let me know how this worked out for you, if you have more questions, or anything you’d wish to comment on regarding this issue. Thank you for allowing me to assist you.
"Product Number : A7H16UA Description : HP PAVILION G6-1D40CA NOTEBOOK"HP Pavilion g6-1d40ca Notebook PC (home support page)http://h10025.www1.hp.com/ewfrf/wc/...HP Pavilion g6-1d40ca Notebook PC Product Specificationshttp://h10025.www1.hp.com/ewfrf/wc/...Excerpts:US Product Number A7H16UA (the sameRead more
“Product Number : A7H16UA Description : HP PAVILION G6-1D40CA NOTEBOOK”
The AMD A4-3305M (Codename Llano) is a dual-core processor for entry level laptops. It is part of the Fusion family of APUs (=Accelerated Processing Units) and features an integrated Radeon HD 6480G graphics card. The processor core is clocked at 1.9 GHz base clock speed and is able to automatically overclock up to 2.5 GHz (TurboCore, depending on temperature and used cores. ….
“entry level laptops” = cheap laptops. ………
Your video adapter that’s integrated into the APU has a decent amount of video memory available to it, nearly 2 gb.
See riider’s response 3
I have no idea whether you can upgrade the APU to get a better integrated video adapter along with it. That’s easy to determine for a desktop computer that is generic and has a retail mboard model, but probably difficult or impossible to determine for your laptop..
Your model has no ExpressCard slot, so you can’t do what is described in the last part of response 2.
Solved Where Do I Find My Vpn Username And Password On My Android?
I have absolutely no experience with Android devices... but I dn a wee trawl(google) and found this amongst assorted hits:https://www.howtogeek.com/135036/ho...Perhaps have a careful read of the info there; especially the built-in vpn service on androids.. vpn security details on androidto find theRead more
https://www.howtogeek.com/135036/ho…
Perhaps have a careful read of the info there; especially the built-in vpn service on androids..
vpn security details on android
to find the above; and there are a lot more hits as well. If the above link doesn’t work out for you, perhaps repeat my search (using the same or similar terms/words) and see what you find?
It’s also very useful/wise to regularly backup your devices… As then you have to the option to reset the devices to as new, and then download the saved content from your backups; which may resolve the situation you are in just now?
I used the string/search terms/words:
message edited by trvlr
BootMGR Is Missing + Keyboard Not Detected
I have a similar problem also with the exception of the key board not detected. I am getting "BootMGR is missing""Press Ctrl+Alt+Del to restart".it was supposed to be a simple reinstallation of the OS but it turrned out very bad. The computer (belongs to a friend of mine) had win XP on it, plus it hRead more
“BootMGR is missing”
“Press Ctrl+Alt+Del to restart”.
it was supposed to be a simple reinstallation of the OS but it turrned out very bad. The computer (belongs to a friend of mine) had win XP on it, plus it had over a ton of virus and bad registery entries so i started to do a fresh installation. My friend said he’d like win 7 on it so i used a copy on his, booted from the cd. I reached the advanced option to select the drives to install the OS. I formatted successfully and then installation started. About 2 mins into installation i got an error stating cannot read drivers from source. I thought that maybe my CD was scratched bt got same problem with a clean copy. I then tried to install with XP SP3 but the disc was not beng detected. ( It kept saying OS cd not detected insert correct cd and press enter) i tried Vista installation, it got detected and then when i got to advanced option screen…..there were no Harddrives or media sources!!!!!) I checked it out online and the told me to try formatting the drive ( i took it out and connected it to another computer and tried formatting there, it took about 15 mins formatting and then told me formatting was uncessfull. I tried it in disc management and i was told formatting cannot be completed!. when i checked back the status in My Computer, the harddrive had no space allocatons! (the harddrive is partitioned into 2) and both had zero space available. So i was ready to declare the drive crashed…but comes a surprise…..i tried it back a couple hours later and believe it or not both partions were able to be formatted!!!) Anyways i connected it back to the computer i was fixing, tried loading an OS installation…and now i get the message ……..
“BootMGR is missing”
“Press Ctrl+Alt+Del to restart”. !!!
I am quite fed up with this harddrive plz replay as fast as possible.
Solved I Am Receiving a Certificate Error, Connecting To My DC
I have found a solution for this issue... you just choose the "connect but don't warn me" and that will fix it.
Solved How To Fix Win Server 2003 Boot Loop?
We have had several 2003 R2 x64 systems go into a continuous reboot after recent patches. None of the normal fixes worked to get the system running again.The fix was to boot with a Linux disk and manually undo 4 patches, I am not sure which of the four was the culprit. We were pressed for time. we fRead more
The fix was to boot with a Linux disk and manually undo 4 patches, I am not sure which of the four was the culprit. We were pressed for time. we first backed up the new files and then copied the files from the KB uninstall folder back to their proper locations.
KB3057839
KB3067505
KB3068457
KB3070102
You can find the folders in the Windows folder. If you look thru the spunist\*.inf file you can figure out where to copy the files back to.
Gary Herbstman
Byte Solutions, Inc.
www.bytesolutions.com
What Type Of Virus Would Randomly Rename a File Or Folder?
If you want to do a virus check these three free programs are a good start. Run them in the order given:AdwCleaner:https://toolslib.net/downloads/view...(blue "Download Now" button on right).Download and "Save" the file somewhere. Go to the saved file then double click it to run the program. Use theRead more
AdwCleaner:
https://toolslib.net/downloads/view…
(blue “Download Now” button on right).
Download and “Save” the file somewhere. Go to the saved file then double click it to run the program. Use the “Scan” button, followed by the “Clean” button.
Junkware Removal Tool (JRT)
https://www.malwarebytes.org/junkwa…
(blue Download button).
Download and “Save” the file somewhere. Go to the saved file then double click it to run JRT. It might appear to have stopped at times or flash the screen but sit tight until it has finished.
MalwareBytes:
https://www.malwarebytes.org/
(use the “download” button rather than the “buy” button).
Install and Run the program but before running the Scan go to “Settings > Detection and Protection” and put a checkmark in “Scan for rootkits”. Quarantine anything it finds.
Please copy/paste the logs on here.
Always pop back and let us know the outcome – thanks
Motorola MC75A Series : Can Not Connect Wi-Fi
Hello, I am having the same problem but my settings are set for the right country and unchecked the 802.11d option. Any idea how to get over this?
Solved Help To Center An Object In a Specific Cell Using Excel VBA
First, a posting tip: Please click on the blue line at the end of this post and read the instructions on how to post VBA code in this forum so that it is easier for us to read. Thanks!As for your question(s), try this:Sub AddDownArrow_v2() Dim shp As Shape Dim Cel As Range 'Loop through Columns 3Read more
Please click on the blue line at the end of this post and read the instructions on how to post VBA code in this forum so that it is easier for us to read. Thanks!
As for your question(s), try this:
Sub AddDownArrow_v2() Dim shp As Shape Dim Cel As Range 'Loop through Columns 3 & 4 For myCol = 3 To 4 Set Cel = Cells(3, myCol) 'Insert and Center Shape With Cel Set shp = ActiveSheet.Shapes.AddShape _ (msoShapeDownArrow, .Left, .Top, 38.16, 77.04) shp.Left = .Left + ((.Width - shp.Width) / 2) End With Next End SubClick Here Before Posting Data or VBA Code —> How To Post Data or Code.
message edited by DerbyDad03
How Do I Get PCT 1.0.?
Upgrade to IE7 or use Firefox.id10t
Upgrade to IE7 or use Firefox.
id10t
Getting Rid Of a .Crdownload File On Mac?
Welcome to the Computing.net Mac forum! :)Do you really want this picture? If so, try re-downloading the file, or check the download manager in Google Chrome--what has happened is that the Chrome browser adds .crdownload to the file to denote it is not complete. When it finishes, the .crdownload extRead more
Do you really want this picture? If so, try re-downloading the file, or check the download manager in Google Chrome–what has happened is that the Chrome browser adds .crdownload to the file to denote it is not complete. When it finishes, the .crdownload extension should disappear.
Now, if you don’t want this picture, and you want it to really disappear, this issue is not all that big–but it *will* require your use of the command line for a second. Before we do that, open Chrome and clear the downloads list completely. Cancel any running downloads, and quit Chrome. When you’re finished, press Cmd+Space to invoke Spotlight. Type term and press return when Terminal is highlighted.
In Terminal, commands you’ll type I’ll note in bold. Type sudo -s. Now, type your password. No characters will show up to keep your password secure. Press return. Type ls and press return. You should see your home directory’s contents, like Desktop, for instance. Now, type cd Desktop and press return.
And finally, we wrap up with three commands. If your download was called picture.crdownload, I’d type rm -rd picture.crdownload and press return. Substitute picture with whatever it was called. Now, type killall Finder and press return. Finder will quit, so that any changes can take effect without you needing to log out. If Finder does not start back up by itself, click Finder in the Dock to start it again. You can now type your final command exit and press return. (Note: You might need to do this last step twice–once for your account and for root.) Go ahead and from the Terminal menu, Quit Terminal.
Congratulations–you’re done! 🙂 Let me know how this worked out for you, if you have more questions, or anything you’d wish to comment on regarding this issue. Thank you for allowing me to assist you.
Solved HP Pavilion G6 CPU VIDEO Card Upgrade?
"Product Number : A7H16UA Description : HP PAVILION G6-1D40CA NOTEBOOK"HP Pavilion g6-1d40ca Notebook PC (home support page)http://h10025.www1.hp.com/ewfrf/wc/...HP Pavilion g6-1d40ca Notebook PC Product Specificationshttp://h10025.www1.hp.com/ewfrf/wc/...Excerpts:US Product Number A7H16UA (the sameRead more
Description : HP PAVILION G6-1D40CA NOTEBOOK”
HP Pavilion g6-1d40ca Notebook PC (home support page)
http://h10025.www1.hp.com/ewfrf/wc/…
HP Pavilion g6-1d40ca Notebook PC Product Specifications
http://h10025.www1.hp.com/ewfrf/wc/…
Excerpts:
US Product Number A7H16UA (the same)
Microprocessor 2.5 GHz/1.9 GHz VISION A4 Technology from AMD with AMD Dual-Core A4-3305M Accelerated Processor
Video Graphics AMD Radeon HD 6480G graphics
Video Memory Up to 2037MB total graphics memory
…..
About Spyware, Adware, and Browser Hijacking Software
http://h10025.www1.hp.com/ewfrf/wc/…
………..
AMD A4-Series A4-3305M AM3305DDX22GX
http://www.cpu-world.com/CPUs/K10/A…
Excerpts:
Integrated Radeon HD 6480G GPU runs at 593 MHz and has 160 shader units
Processor supports memory up to DDR3-1333 and LV DDR3-1333
……..
AMD A4-3305M
http://www.notebookcheck.net/AMD-A-…
Excerpts:
The AMD A4-3305M (Codename Llano) is a dual-core processor for entry level laptops. It is part of the Fusion family of APUs (=Accelerated Processing Units) and features an integrated Radeon HD 6480G graphics card. The processor core is clocked at 1.9 GHz base clock speed and is able to automatically overclock up to 2.5 GHz (TurboCore, depending on temperature and used cores.
….
“entry level laptops” = cheap laptops.
………
Your video adapter that’s integrated into the APU has a decent amount of video memory available to it, nearly 2 gb.
See riider’s response 3
I have no idea whether you can upgrade the APU to get a better integrated video adapter along with it.
That’s easy to determine for a desktop computer that is generic and has a retail mboard model, but probably difficult or impossible to determine for your laptop..
Your model has no ExpressCard slot, so you can’t do what is described in the last part of response 2.