Messed up gvim colorscheme

Hello all!
I absolutely hate the standard colorscheme for gvim, so I decided to change it. I now use 'desert' and I really like it. The problem is that I have to select it manually every time! My .vimrc looks like this:
colorscheme desert
and I believe the font colors are all set up correctly, but it seems the background color is too bright! Please give advice

Try this:
ln -s .vimrc .gvimrc
and make sure that your color scheme is working both in vim and gvim - currently I use:
colorscheme darkspectrum
This is what works for me - in vim as well as in vim.
Best regards,
tami
Last edited by tami (2008-05-18 21:40:10)

Similar Messages

  • [Solved] Gvim colorscheme/background problem

    I have a problem with my .vimrc...
    Gvim doesn't seem to really appreciate my colorscheme or even background settings or cmdheight.
    I'd really like to get my Gvim properly working so I could finally start using it....
    Every time I open Gvim, it has the light background with the Wombat-theme text color and a cmdheight of 2, even though my config specifically sets it to one. Doesn't matter whether I have the "set background=dark" either, it's light no matter what. Atleast, until I manually :set it inside Gvim.
    " vim
    set nocompatible
    set shortmess+=I
    set textwidth=80
    set number
    set nowrap
    set showmatch
    syntax on
    " gvim
    colorscheme wombat
    set background=dark
    set guioptions=
    set cmdheight=1
    set guifont=DejaVu\ Sans\ Mono\ 8
    "Set guifont=Terminus\ 8
    " indent
    set smartindent
    set autoindent
    "set expandtab
    "set tabstop=4
    "set softtabstop=4
    "set shiftwidth=4
    "set shiftround
    Last edited by initbox (2009-03-17 14:46:48)

    uastasi wrote:Create a .gvimrc file with your specific settings for gvim
    Wow it was that simple. Thanks!

  • [SOLVED] Problem with vim and wombat colorscheme

    Hi there,
    I'm having some problems with wombat colorscheme for vim. It's just working on gvim.
    I read somewhere that wombat just work in gvim. Is that right ? I'm already using a 256-colors terminal (rxvt-unicode).
    I looked here in the forum, but I didn't find anything about.
    Just for information I downloaded it from http://www.vim.org/scripts/script.php?script_id=1778
    Last edited by lsathler (2011-07-06 18:11:00)

    yngwin wrote:You can use wombat256: http://www.vim.org/scripts/script.php?script_id=2465
    Thanks for helping. It worked like a charm !

  • [SOLVED] `Vim/Gvim: set mouse=a works only in Gvim?

    I'm diving into the world of (g)vim this weekend and although I'm starting to get the hang of things, I seem to be having a problem with the mouse functionality.  I have set mouse=a specified in my .vimrc and gvim respects it, but when I run vi in a terminal session (urxvt) I have to explicitly type :set mouse=a in ex mode before it will work.  Am I missing something?
    Here's what I've got in my .vimrc (linked also ~/.gvimrc) so far:
    " (G)vim settings
    set nocompatible " use gVim defaults
    colorscheme wombat " define syntax color scheme
    syntax on " enable syntax highlighting
    set mouse=a " make sure mouse is used in all cases.
    set backspace=2 " full backspacing capabilities
    set nocindent " set C style indenting off
    set cmdheight=2 " command line height
    set ignorecase " ignore case in search patterns
    set laststatus=2 " occasions to show status line, 2=always.
    set ruler " ruler display in status line
    set showmode " show mode at bottom of screen
    set number " toggle line numbers
    set nobackup " disable backup files (filename~)
    set hlsearch " highlight all search results
    set showmatch " show matching brackets (),{},[]
    " Gvim Settings
    set guioptions-=T " disable toolbar icons
    set guifont=Consolas\ 8 " backslash any spaces
    SOLVED: Silly me I was running 'vi' which has no X support... pacman -S vim fixed it fine.
    Last edited by thayer.w (2007-09-04 00:02:49)

    I just had an issue with no sound after recent updates.  Not sure it's the same problem you are having. 
    I found I had to open Audio Mixer, select Sound card: HDA Intel PCH (Alsa mixer), Select Controls, check box for Speaker and check box for Headphones.  After doing this I found the Speaker volume was set at minimum (although Master and PCM were already set at maximum).  Adjusted Speaker volume up and I finally had sound again.

  • Font problem in Gvim

    I'm having a slight issue with using a specific font in Gvim. Here's the problem. When I open Gvim and select this font, it displays fine and works without any problem whatsoever. But when I use this line in my .gvimrc file,
    set guifont=Adore64\ 6
    and I open up a new session of Gvim, it results in garbage characters.
    Now, I've tried fontforge to no avail, and of course I've spent time googling for a solution but haven't been able to solve it. I did find something about Gvim not being able to display non-monospace fonts or something along those lines, but if that's the case, why does the font display just fine if i manually change it once I've opened a new session?

    Morrad wrote:
    I'm sorry for the wild goose chase then.
    Last couple stabs in the dark^H^H^H questions:
    Can you specify the font without the size successfully? (ie, :set guifont=Adore64)
    Does it work when you specify a different font size?
    What happens if you start from a given font, and manually try to set the guifont while gvim is running?
    What is vim's encoding set to (:set encoding)?  Does changing that do anything to help?
    No worries man, really appreciate the help. As for those questions.
    No luck there
    Nope, tried 8, 10, 12 as well as 6, but still getting garbage characters (Size changes though).
    That works
    It's currently set to 'encoding=utf-8', and changing it to =iso8859 or =Latin1, didn't seem to work either.
    It's strange because if I'm able to set it manually once Gvim is opened you would assume the exact same command would work in the .gvimrc file. And just in case there might be some conflicting commands or something, here's my full .gvimrc file.
    colorscheme waspy
    set nu!
    set ts=4
    set lines=40
    set columns=100
    set guifont=Adore64\ 6
    set sw=4
    set cin
    set cinw=if,else,while,do,for,switch
    syntax on
    set syntax=c

  • Vim issues...meta keys and colorscheme not working correctly

    The first issue isn't really a vim problem, but it's related.  When running Vim in a terminal, my meta key bindings don't work.  I've tracked it down to a problem with Xfce's Terminal as noted here: http://vimdoc.sourceforge.net/htmldoc/m … p-alt-keys
    ...but I'm not sure exactly how to fix it.  I suppose I could always switch to another terminal, but I'd like to stick with Xfce's version if possible.
    The second issue is that my color scheme isn't being set when I first load up gVim.  As soon as I open a file, it properly displays, but the "splash" page doesn't show it.  I'm using desert (who doesn't) and this is what it looks like when I first load up gVim:
    I did stop using a separate <code>.gvimrc</code> in favor of putting everything in my <code>.vimrc</code> file under a conditional, and all the other settings work just fine.  Here's what that conditional looks like:
    if has( "gui_running" )
    set columns=84 " Set the window's width
    set lines=43 " Set the window's height
    set guioptions-=T " Remove the toolbar from the window
    set guifont=Terminus 12 " Use a clean monospaced font
    colorscheme desert
    else
    set background=dark
    colorscheme desert
    endif
    In case you're curious, here's my entire <code>.vimrc</code> file.

    phrakture wrote:IIRC this happens for because gvim does not find a ~/.gvimrc and reads /etc/gvimrc after ~/.vimrc (I think).
    Try symlinking ~/.vimrc to ~/.gvimrc
    That solved the problem for me. Thanks 

  • Vim/gvim vs. self compiled vim

    I have set up a colorscheme in my vimrc and it worked in vim, but not in gvim... I also wanted to use python in vim so I build my own PKGBUILD and compiled vim by myself.
    Now the colorscheme is used in vim and gvim... is there a bug in the packages or why is it working now?
    my configure:
    ./configure --prefix=/usr --localstatedir=/var/lib/${pkgname}
    --disable-darwin --disable-netbeans
    --enable-gui=gtk2 --enable-gtk2-check --enable-pythoninterp
    --disable-gpm --disable-acl --enable-multibyte
    --with-features=big

    oh its late at night... I think I should go to bed, 'cause I don't get it...
    why is gvim starting in graphical mode, but vim not?? gvim is just a symlink, right? So how does gvim know that it should be started with the gtk2 gui  :?:
    I'm talking about my colorscheme settings:
    set nocompatible
    set history=200
    set number
    set ruler
    set guioptions+=f
    colorscheme slate
    set background=dark
    set shiftwidth=4
    set tabstop=4
    set expandtab
    set textwidth=79
    syntax on
    filetype on
    filetype indent on
    filetype plugin on
    au FileType python Tlist
    When I start gvim, I have a white "paper" with white font, so I can't see anything. If I set background=light, I can't read anything, too...
    If I start vi, I can't use a gui at all, but the reason for that is clear now.
    It only works if /etc/gvimrc is deleted... I don't understand why!
    And again, maybe a very stupid question (but its really late here): Why is gvim started in graphical mode, and vim in console mode (gvim is just a symlink)... is there a parameter set somewhere?

  • GVim color scheme - darkfix

    This is my custom gVim theme, based somewhat off of molokai. Optimized for PHP, HTML, CSS (still working on PHP, and Javascript).
    Download darkfix.vim
    http://theywillknow.us/uploads/darkfix-preview.png
    Last edited by ctruett (2010-10-11 17:59:40)

    Trivia89 wrote:
    bwalk wrote:Look into /etc/gvimrc. There are some stupid defaults set.
    There isn't a .gvimrc in /etc.
    I also tried creating it (and .vimrc) and linking them to the one in my home, but it didn't work.
    The config files are not hidden in /etc. Thus it is not /etc/.gvimrc but /etc/gvimrc.
    This file should be there, it was installed by the gvim package.
    By the way, from where do you load your color scheme, global (/usr/share/vim/colors) or local (./vim/colors)? It appears that KDE messes up the environment when starting an application from the menu.
    (I can't check this now as I'm using IceWM currently.)

  • Opinions on gVim as opposed to just Vim

    I'm finally going to learn Vim, and I will have gVim on my system for a graphical text editor to launch out of pcmanfm. I'm just curious whether any of you feel that there's some advantage to using, or at least learning out of, gVim over Vim.

    Dusty wrote:
    On topic, by accident; I use vim and gvim pretty much interchangably. tabbing works nicer in gvim. If I'm in a console I type vim cause its shorter (or :edit by mistake often enough that I aliased it to vim). I have my console and my gvim both set to use the zenburn theme, so they look pretty much the same.
    gvim looks a bit more modern but on ssh and screen vim is cooler. I'd say use gvim when you can and use vim when its more convenient.
    Dusty
    I use oceanblack in both but colors are not the same, they are pretty different indeed. I tried zenburn also. In both I type <esc>:color zenburn but only in gvim I have better results.
    Maybe I'm missing something. I use Sakura terminal and vim has few colors. Maybe I should use something else for TERM variable....at the moment I have TERM=xterm.
    Could you please tell me how did you obtained same colors for vim and gvim?
    ===EDIT=================================================================================
    Kristoffer Stensbo-Smidt wrote:
    > I have just made a full install of vim 7.0 and gvim using the package
    > manager in Debian. My problem is that the syntax highlighting works very
    > badly in the terminal version of vim – if it works at all.
    > When I try ':colo desert' it changes only the color of the text (but not
    > even to the correct colors) and not the background. When I try ':colo
    > chela_light' nothing happens at all. Both of these color schemes work
    > perfectly in gvim. Any ideas on how to get this working in the terminal?
    > Best regards,
    > Kristoffer Stensbo-Smidt
    Are you using default terminal colors (light grey on black) or are you using
    some "xterm color scheme" outside of Vim? If you are, Vim is not necessarily
    aware of it.
    What happens if you log in on a text console (Ctrl-Alt-F2 then repli to the
    login prompt with username & password) and start Vim there? Can you set
    colorschemes properly?
    Use ":view $VIM/vimfiles/colors/chela_light_vim" or ":view
    ~/.vim/colors/chela_light.vim" (depending on where that color scheme is
    located -- it should NOT be under $VIMRUNTIME because it wasn't distributed
    with Vim and any upgrade can silently change or remove anything in the
    $VIMRUNTIME tree). Does it include "cterm/ctermfg/ctermbg" clauses in its
    ":hi" statements? If not, it's a GUI-only colorscheme.
    Similarly with ":view $VIMRUNTIME/colors/desert".
    The settings for console Vim in a color terminal (cterm= ctermbg= ctermfg= )
    are not necessarily the same as for gvim (gui= guibg= guifg= ) because a color
    terminal typically has 8 background and 16 foreground colors, whereas the GUI
    typically has 16,777,216 of each kind.
    Best regards,
    Tony.
    source:http://groups.google.com/group/vim_use/ … 8a58ec9a9e
    This explains all. You have to use a colorscheme made for both, gvim and vim.
    I tried zellner scheme with white background in sakura virtual terminal and the colors are matching.
    If your virtual terminal supports 256 colors you can set in vim: set   t_Co=256 for better results.
    Pity that oceanblack scheme is just for gvim.
    Well, will just continue using gvim.
    Last edited by ArchArael (2008-08-30 11:35:30)

  • Gvim very unstable

    Hi all,
    My GVim (installed from the Arch repos) has recently become very unstable, easily segfaulting every couple of minutes.
    I do use a fairly large number of plugins (see below) and I could try disactivating them one at a time to see if one of them is the culprit but I'd rather not go though that route, so has anyone had this kind of problem before?
    Thanks in advance.
    Bundle 'AnsiEsc.vim'
    Bundle 'calendar.vim'
    Bundle 'Color-Sampler-Pack'
    Bundle 'colorsupport.vim'
    Bundle 'easytags.vim'
    Bundle 'echofunc.vim'
    Bundle 'sjl/gundo.vim'
    Bundle 'Indent-Guides'
    Bundle 'indentpython.vim'
    Bundle 'LargeFile'
    Bundle 'LaTeX-Box'
    Bundle 'number-marks'
    Bundle 'matchit.zip'
    Bundle 'MatlabFilesEdition'
    Bundle 'mlint.vim--Ibbotson'
    Bundle 'mru.vim'
    Bundle 'perl.vim'
    Bundle 'Python-Syntax-Folding'
    Bundle 'quickfixsigns'
    Bundle 'recover.vim'
    Bundle 'repeat.vim'
    Bundle 'Screen-vim---gnu-screentmux'
    Bundle 'sherlock.vim'
    Bundle 'snipMate'
    Bundle 'spacehi.vim'
    Bundle 'surround.vim'
    Bundle 'SuperTab-continued.'
    Bundle 'tabpagecolorscheme'
    Bundle 'Tagbar'
    Bundle 'tex.vim--Tanzler'
    Bundle 'The-NERD-Commenter'
    Bundle 'The-NERD-tree'
    Bundle 'VimClojure'
    Bundle 'vim-ipython'
    Bundle 'VimOutliner'
    Bundle 'vimoutliner-colorscheme-fix'
    Bundle 'gmarik/vundle'
    Bundle 'othree/xml.vim'
    Bundle 'YankRing.vim

    Actually vim crashes in the same fashion...  I'm using emacs with evil mode right now as a backup but I'm far from having reached my previous level of customization, and that sucks :-)
    My computer works fine other than that, so I don't think it's a hardware issue.
    On the other hand, I noticed that when this instability started, I would get "deadly signal segv caught" printed to my terminal after the crash, but now sometimes I don't even get that line anymore.

  • Gvim uesrs, help me with my .vimrc :(

    Hey guys, tried to start using vim, having this really weird problem with gvim on my laptop: I have the following .vimrc, I just wanted it to change to the colorscheme "slate" upon startup, but havn't had any success yet. Here's the my .vimrc file, what am I doing wrong?
    " An example for a vimrc file.
    " Maintainer: Bram Moolenaar <[email protected]>
    " Last change: 2006 Nov 16
    " To use it, copy it to
    " for Unix and OS/2: ~/.vimrc
    " for Amiga: s:.vimrc
    " for MS-DOS and Win32: $VIM\_vimrc
    " for OpenVMS: sys$login:.vimrc
    " When started as "evim", evim.vim will already have done these settings.
    if v:progname =~? "evim"
    finish
    endif
    " Use Vim settings, rather then Vi settings (much better!).
    " This must be first, because it changes other options as a side effect.
    set nocompatible
    " allow backspacing over everything in insert mode
    set backspace=indent,eol,start
    set history=50 " keep 50 lines of command line history
    set ruler " show the cursor position all the time
    set showcmd " display incomplete commands
    set incsearch " do incremental searching
    " For Win32 GUI: remove 't' flag from 'guioptions': no tearoff menu entries
    " let &guioptions = substitute(&guioptions, "t", "", "g")
    " Don't use Ex mode, use Q for formatting
    map Q gq
    " Switch syntax highlighting on, when the terminal has colors
    " Also switch on highlighting the last used search pattern.
    if &t_Co > 2 || has("gui_running")
    syntax on
    set hlsearch
    endif
    " Only do this part when compiled with support for autocommands.
    if has("autocmd")
    " Enable file type detection.
    " Use the default filetype settings, so that mail gets 'tw' set to 72,
    " 'cindent' is on in C files, etc.
    " Also load indent files, to automatically do language-dependent indenting.
    filetype plugin indent on
    " Put these in an autocmd group, so that we can delete them easily.
    augroup vimrcEx
    au!
    " For all text files set 'textwidth' to 78 characters.
    autocmd FileType text setlocal textwidth=70
    " When editing a file, always jump to the last known cursor position.
    " Don't do it when the position is invalid or when inside an event handler
    " (happens when dropping a file on gvim).
    autocmd BufReadPost *
    \ if line("'\"") > 0 && line("'\"") <= line("$") |
    \ exe "normal! g`\"" |
    \ endif
    augroup END
    else
    set autoindent " always set autoindenting on
    endif " has("autocmd")
    :colo native
    set tabstop=4
    set shiftwidth=4
    set expandtab
    set textwidth=70
    set grepprg=grep\ -nH\ $*

    nvm.. apparently I need to put it in .gvimrc rather than .vimrc... how stupid of me

  • [Solved]vim colorschemes not working

    Vim colorschemes are not working.When I set a colorscheme with ":color name" colors change just a bit but it don't get nothing even near the theme preview.
    I'm using rxvt with zsh.I already tested urxvt colors with a perl script,they're working fine.
    Sorry for my bad english and for being such a fucking newbie.
    Last edited by instinct (2013-03-13 21:17:32)

    I recommend firstly to define all your terminal colors in your ~/.Xdefaults accordingly. Here's a sample from my own ~/.Xdefaults - I'm using urxvt terminal with standard terminal colors:
    URxvt.background: rgb:00/00/00
    URxvt.foreground: rgb:c2/c2/c2
    *color0: rgb:00/00/00
    *color1: rgb:a8/00/00
    *color2: rgb:00/a8/00
    *color3: rgb:a8/54/00
    *color4: rgb:00/00/a8
    *color5: rgb:a8/00/a8
    *color6: rgb:00/a8/a8
    *color7: rgb:42/42/42
    *color8: rgb:00/00/00
    *color9: rgb:f8/54/50
    *color10: rgb:50/fc/50
    *color11: rgb:f8/fc/50
    *color12: rgb:50/54/f8
    *color13: rgb:f8/54/f8
    *color14: rgb:50/fc/f8
    *color15: rgb:f8/fc/f8
    You can test your terminal colors with a color script found here.
    After that you should set up vim. Start with ~/.vimrc and ~/.vim/colors/yourcolor_scheme.vim.
    In ~/.vimrc you should have
    set t_Co=256
    syntax on
    And then you can find yourself a colorscheme that fits you. Now here's the tricky part: the colors in here are defined for terminals (cterm colors) and for gvim (gui colors). I find it hard to get the desired colors using cterm colors, so I am using a script that converts guicolors to the equivalent terminal colors - its called guicolorscheme. After you download the script, put it in ~/.vim/plugin, and add this to the bottom of your ~/.vimrc:
    if (&t_Co == 256 || &t_Co == 88) && !has('gui_running') &&
    \ filereadable(expand("$HOME/.vim/plugin/guicolorscheme.vim"))
    " Use the guicolorscheme plugin to makes 256-color or 88-color
    " terminal use GUI colors rather than cterm colors.
    runtime! plugin/guicolorscheme.vim
    GuiColorScheme hax
    else
    " For 8-color 16-color terminals or for gvim, just use the
    " regular :colorscheme command.
    colorscheme default
    endif
    I have thinkered with my own colorscheme here to get some nice colors, so you are free to use that one, and remember to put it in ~/.vim/colors/.
    Last edited by roygbiv (2011-06-07 10:53:06)

  • My MAC is running very slow and i am a complete novice and don't know what to do. i have had my Mac since 2008 and its probably in a mess. if you can help i would be grateful. EtreCheck version: 1.9.15 (52) Report generated 8 September 2014 09:09:26

    My MAC runs very slow. Rainbow wheel every time i try to go somewhere. Im a complete MAC novice. Only really use it for iTunes and email. the odd document here and there. The odd spreadsheet. Was brought up on a PC. I would imagine my system is in  mess. I think i downloaded that Mackeeper which i have just discovered was not a good idea. I found a thread about EtreCheck and it suggested i posted the report of my machine which i have done.I only have 2GB of space. Not sure how much i have left. My wife keeps putting photos on here like they are going out of fashion. Bought the machine in 2008 because everybody said you have a MAC. I've never really got to grips with it but at least it worked. Now it does not run very well at all. That spinning wheel is driving me mad. HELP please, never ever used a forum light this either so please go gentle on me. Cheers Paul
    EtreCheck version: 1.9.15 (52)
    Report generated 8 September 2014 09:09:26 BST
    Hardware Information: ?
      iMac (20-inch, Early 2008) (Verified)
      iMac - model: iMac8,1
      1 2.66 GHz Intel Core 2 Duo CPU: 2 cores
      2 GB RAM
    Video Information: ?
      ATI Radeon HD 2600 Pro - VRAM: 256 MB
      iMac 1680 x 1050
    System Software: ?
      OS X 10.9.4 (13E28) - Uptime: 0 days 0:31:45
    Disk Information: ?
      Hitachi HDP725032GLA380 disk0 : (320.07 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 319.21 GB (117.84 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information: ?
      Apple Inc. Built-in iSight
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Bose Corporation Bose USB Audio
      Apple Computer, Inc. IR Receiver
    Gatekeeper: ?
      Mac App Store and identified developers
    Launch Daemons: ?
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.macpaw.CleanMyMac2.Agent.plist Support
      [running] com.trusteer.rooks.rooksd.plist Support
      [loaded] net.sourceforge.MonolingualHelper.plist Support
    Launch Agents: ?
      [running] com.trusteer.rapport.rapportd.plist Support
    User Login Items: ?
      iTunesHelper
    Internet Plug-ins: ?
      Google Earth Web Plug-in: Version: 5.1 Support
      Default Browser: Version: 537 - SDK 10.9
      Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 Support
      OfficeLiveBrowserPlugin: Version: 12.3.6 Support
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
      AmazonMP3DownloaderPlugin101749: Version: AmazonMP3DownloaderPlugin 1.0.17 - SDK 10.4 Support
      Flash Player: Version: 14.0.0.145 - SDK 10.6 Outdated! Update
      iPhotoPhotocast: Version: 7.0
      QuickTime Plugin: Version: 7.7.3
      eMusicRemote: Version: (null) Support
      eMusic: Version: Unknown
    Audio Plug-ins: ?
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes: ?
      Flash Player  Support
      Flip4Mac WMV  Support
      Trusteer Endpoint Protection  Support
    Time Machine: ?
      Time Machine not configured!
    Top Processes by CPU: ?
          2% iTunes
          2% WindowServer
          0% coreaudiod
          0% fontd
          0% rapportd
    Top Processes by Memory: ?
      178 MB Finder
      133 MB com.apple.WebKit.WebContent
      109 MB iTunes
      92 MB Safari
      63 MB com.apple.quicklook.satellite
    Virtual Memory Information: ?
      24 MB Free RAM
      821 MB Active RAM
      807 MB Inactive RAM
      291 MB Wired RAM
      338 MB Page-ins
      680 KB Page-outs

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off merely by the seeming complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can read it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of the script have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts SerialATA 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' com.clark.\* \*dropbox \*GoogleDr\* \*k.AutoCAD\* \*k.Maya\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 "` route -n get default|awk '/e:/{print $2}' `" 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB com.apple.AirPortBaseStationAgent 464843899 51 5120 files );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' /^ *$|CSConfigDot/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;/de: S|[nst]:/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Genesy|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { print "'${p[41]}'";if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$|'${p[41]}'/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/^root$/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1100) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { print "'${p[41]}'.plist\t'${p[42]}'";if(n<500) print "Launch";} ' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[43]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/{next};/%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";p="uniq -c|sed -E '"'s/ +\\([0-9]+\\)\\(.+\\)/\\\2 x\\\1/;s/x1$//'"'";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]$1|p;b=b$1;} END { close(p) if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|(Bo|PO).+ sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' /^ +[NP].+ =/h;/^( +D.+[{]|[}])/{ g;s/.+= //p;};' 's/0/Off/p' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ /V/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' ' /^find: /d;p;' "`S0 44 45`" );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil 'PlistBuddy 2>&1 -c "Print' whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test );c2=(com.apple.loginwindow\ LoginHook '" /L*/P*/loginw*' '" L*/P*/*loginit*' 'L*/Ca*/com.ap*.Saf*/E*/* -d 1 -name In*t -exec '"${c1[14]}"' :CFBundleDisplayName" {} \;|sort|uniq' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' :${p[35]}\" :Label\" '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message Req 'bad |Beac|caug|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:| VALI|xpma' -o -k Sender fseventsd -k Message Req 'SL' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -name *ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Co{mpon,reM},Ex,Inter,iTu*/*P,Keyb,Mail/B,Pr*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -path \\*s/Resources -prune -o -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t /S*/L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' '+c0 -i4TCP:0-1023' com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' "+c0 -l|awk '{print(\$1,\$3)}'|sort|uniq -c|sort -n|tail -1|awk '{print(\$2,\$3,\$1)}'" );N1=${#c2[@]};for j in {0..9};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents launchd Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching SATA Descriptors );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0(){ [[ "$v" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 0 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;D20 0 $((N1+1)) 2;D10 0 $N1 1;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;D13 0 $((N1+9)) 59 50;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 35 49 61 51;D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D13 14 1 48 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D13 14 2 48 43;D13 4 5 32 1;D13 4 3 60 5;D12 26 48 49 49;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D22 4 4 50 0;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return  three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report what happened. No harm will be done.
    12. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Why does my safari browser frequently gives me a gray screen? I resetted my safari many times and it doesn't help. Also sometimes when I scroll it gives me this weird scrolling effect where everything is either upside or messed up.

    Why does my safari browser frequently gives me a gray screen? I resetted my safari many times and it doesn't help. Also sometimes when I scroll it gives me this weird scrolling effect where everything is either upside or messed up.

    This article is for startup but it might help.  http://support.apple.com/kb/ts2570

  • I have been really messed up and defrauded by your employee. I have the email proof through this site, besides witness's.

    I have a record of my email and post regarding my problems with Internet Explorer 11, with my Windows 7, not working and connecting to other sites not nearly working as well as Int. Explorer 10. I was just told by support since I didn't have a case number,
    I had no proof. My email account in Microsoft is the same as with Verizon. So, I have proof on this site. Now, after I posted my complaint reg. Int. 11 not working nearly as well with my Windows 7. An employee from Microsoft took control of my computer for
    the 2nd time without notice. I was SO VERY clear about wanting to go back from Int.Ex. 11 to Int.Ex.10. An employee actually restored by computer without me asking from 10 back to 11, after I had some issues with hackers. As stated in my emails to you, Int.
    Exp. 11 never seemed to be very compatible in working with the add-ons and communicating to other sites. The guy who took over my laptop without permission, I thought was helping, ignored everything I asked for. I worked through the night and for about 10
    hours with him. I had to make 16 backup/restore disks, per him doing all the actions through Homegroup. I didn't even know u could take over my computer controls without permission. He made changes after changes, while I mostly kept my hands off the keys throughout
    the night and the day yest. I was just putting in disk after disk when it would pop out and he had the notice keep popping up, when he wanted me to change disks. I have not slept or ate for two days, cuz I kept working through hardcore stress. I didn't even
    follow what changes he was making cuz it was going to fast with things popping up everywhere. I would just have to ender Adminstrator ID and enter a few items. I did not make an alteration, cuz I did not want to mess it up. He completely ignored my email/post
    about consistently wanting to go from Int. Exp. 11 back to 10. I was so ill and tired, that I could barely keep up. After working with him, by just inserting disks mostly, I sent an email at the end to Microsoft saying that I don't think his repairs would
    work. This due to many issues, but mainly still not getting the add-ons for my different drivers. I had Google Chrome, Bing and the Int. Exp. 11 I wanted reversed, cuz he still could not get all the add-ons to work, with red checks over them and saying disabled,
    as long with other issues. I just kept having to put in my Adminstrator  passwords and he used my guest access as well, which I never use. I was so frustrated. NOT NEARLY AS UPSET AS A FEW-FIVE HOURS AGO, when I found it was worse than ever and the main
    thing I complained about and asked for, Int. 11 going back to 10, did not happen at all. There was just Int. Exp. 11 and he even took off my Google Chrome. I had no idea that my computer could also look different with different users. Icons being larger and
    in different places. It upset me horribly because I am ill cuz the stress I have been under and have not even ate since this began. I have proof via emails and also spent 10 hours following his lead. I had no idea, when I turned my laptop back on, it was NOT
    ONLY NOT WORKING CORRECTLY, BUT HE KEPT Int. Exp. 11 and never made the change. There were so many pages up, I could not see what he was doing. It took me 16 disks to just copy all the stuff in the drive. I also used tried to use the small cards, when the
    disks went way too fast. Now, my laptop is worse than even, with things saved all over my files, where I have no idea of what is what. He typed in the names to these backup files and I was too sick to keep up at all. I was so exhausted and sick at the end,
    I was just glad he was done. Like I said, I sent an email while he was still working on the issues, to you saying that it does not look good at all and would probably not work. He closed the approx. 20 windows that were open quickly, when the last disk backed
    up all the changes. I was feeling so horrible, I  had to just shut the laptop off and pray. Then, after resting for hours, I turn it on to find NO Int. Exp. 10 and still Int. Exp. 10. Many of the add-ons issues and a bunch of other things were worse than
    even. I called in for help, he was pretty rude, cuz I was/am exhausted, sick & upset. My laptop is arranged differently and also does not function correctly. I could have just uninstalled 11 and installed 10, like I asked about in my email. My files even
    said Int. Exp. 11 going to Int. Exp. 10. He ignored me and also left my computer way worse in other ways, with software uninstalled and items rearranged.  The guy who I spoke to a little while ago said I had no proof I even worked with him. Not only do
    I have records of what was sent, I had people swing by and they saw what was going on. I was complaining to them how exhausted/sick I felt for being up so long w/o food, while feeling helpless. The guy I just spoke with gave me case #1278021415. My email sent
    you guys while he still controlled my computer is through Microsoft. So, I am certainly not some crazy guy. I actually have been able to fix issues by hackers, etc., worse than this before. Now, my computer is way jacked, I need to work in a bit, and am so
    sick over this. Plus, I will probably have to hire someone to reverse all this horrible damage done. I cant believe even the computer looked different under my Admin. name & guest name. So many issues that I did not have and he did not even listen to what
    I wanted to change. I could have swithed 11 to 10, but I wanted to know the effect it would have on Windows 7 and docs, if any? I believe he worked on it so long, cuz he felt bad for going into my laptop the day before, without any notice, and restoring my
    computer back from Int. Exp. 10 back to 11. He was trying to help, but I did not even ask for any at that time. Now, my computer is jacked, I don't really trust all the backups disk/files, cuz so many. I could tell he knew what was saved where though. He did
    it all. I just was assisting, watching and trying to keep up with copying the info and putting in disks. Now, I am stuck with a messed up laptop and your tech wanted money from me, after your guy messed up my laptop bad, crazy things changed in 2 different
    settings/names and I have been not able to eat or sleep now for two days cuz of this. Then, your guy questioned if I was telling the truth. I have lots of property and am successful. I just didn't feel I should pay a company for unauthorizingly changing and
    breaking my stuff, while making me stressed and ill. I have 2-3 techs that handle issues, if I don't feel like dealing with them, but I actually know what to do on computers pretty well when not sick and rushed. I am no tech, but certainly no idiot. Its not
    hard to see things were not going well with red warnings all over the place and saying add-ons were disabled with big red marks over them. I am sure your tech knew, that is why he closed it so fast. Why did he not even try to change what I asked in my email??
    He completely ignored me and now I am ill and have a laptop way worse. Suppose to do some work in a bit, but I am so exhausted, hungry and back issues from all this typing leaning over (had X-rays a few weeks ago). I don't know what to do at this point off
    exhaustion and also being questioned if I was making it up or something. I have witnesses and the email. My headed on email that I sent through Microsoft is I want to go from Int. Exp. 11 to Int. Expl. 10, cuz the add-ons don't work as well and I get booted
    way more easily, or cant even reach other sites. I know it can be restored again, but it had issues before that I spend time and money fixing. I feel take advantage off and now blackmailed cuz your employee insisted that I pay for him just looking at the mess,
    your other employee created. Just makes me more sick. I could trust Int. Exp. 11 to work and now I feel no trust and much deception by your company. I will probably be sick for days and I know my back is out again and I am cramping cuz no food and ALL stress.
    I had an employee over watching me deal with all this happening, not friends, etc..  I saw he was using Homegroup and took down a few things. I knew it wasn't going well, but was in no shape to argue. Are you guys doing to do anything about this, or put
    the blame on me for trusting your employees. I just asked a couple questions and complained. I never said anything about hacking into my computer and messing my life up. This just is not right at all. A laptop is a pretty cheap fix for me, but I did just pay
    a guy over $200 to get things working well again cuz of hackers utilizing all the negative aspects about going onto some sites. I cant believe this happened. I cant believe this came from a large company, which I thought I could trust. Again, I have the email
    I sent while he was stick backing up the changes. It took hours, literally for all those darn disks. What will you guys do about this, cuz I am too sick to do anything for a bit. I was in the hospital just a couple weeks ago, cuz of stress and issues of this
    sort. Its so wrong!!  I want to give my info on here, but I am sure you will have it. The guy even said I didn't need to put my email address, I believe, or was it name, but I put it on my email sent anyway. I never lie!!  I look forward to your
    response, C. York   Also, the email address I use is for Verizon and I would prefer if u just sent it there or both places. I don't even want to look at this thing for a while, but my anxiety over this will probably force me to. I wish I could put
    in a phone number. Maybe I can somewhere, cuz I would like to know what you are thinking about all this. I know I got wronged, but I wish I knew who exactly. Like in my 2 email, while he was working, I saw "Hagan", I believe in response to a first
    post. I responded and asked question after reading it. I noticed when I went to post in public a bit ago, that I had never done that before. Just sent email direct, especially the 2nd, in which I have confirmation from your company. Again, last guy gave me
    case #1278021415. I thought I could trust your employee, so I did not get a bunch of info from him. I hope u know who was working on it, since he was when I emailed you. If you don't get my info somehow, please email me here, so we can communicate. I might
    post this a few places or keep it to post. I am so upset and shocked. Thank you!  C. York  

    What I wound up doing was installing the newest of the newest versions of firefox (it's at 5.0 or something now, I think). That just made all the plugins, add-ons, and extensions I wanted to get rid of obsolete and it auto-removed them on its own.
    I do really appreciate you taking the time out to try and offer some solutions though. Thank you very much for your effort!

Maybe you are looking for

  • Maximum Athlon XP CPU support ; enter yours !

    I've a K7T Turbo Limited Edition (3.X with Bios 3.4) but i cdo not understand what is the maximum CPU supported; In fact : The manual says Athlon 1.3Ghz The Board product page says Athlon XP 2Ghz The CPU support page says Athlon XP 1.8Ghz (the OK sto

  • My 3GS iphone voicemail no longer works

    My 3GS iPhone voicemail no longer works after installing OS 4.2. My ATT voicemail box still works ok. I've reset the password and network. Any ideas? ATT can't help as they think its a problem with the phone.

  • Rebind invoked from non-local host (AccessException)

    Hi all, I have a simple RMI setup where a client class asks for a new object from a server class, however, I use this call to create the new object on the server and then attempt to register it with the rmiregistry before passing the remote reference

  • Correcting a bug in the JRE classes

    I have run across a bug in the class java.text.DecimalFormat I am using JSE 1.3.1_04, Windows XP professional o.s. The bug resides in the following method: public StringBuffer format(double number, StringBuffer result, FieldPosition fieldPosition) Th

  • I-Frame Only MPEG in premiere pro cc

    please help........ I dont have I-Frame Only MPEG preview file format in sequence settings. It is set to Microsoft AVI. I want to set it to I-Frame Only MPEG.